7 lines
283 B
Batchfile
7 lines
283 B
Batchfile
|
|
:: ClonePlugins.cmd
|
|
|
|
:: Clones the base plugins from their respective repos into proper folders (./MCServer/Plugins
|
|
|
|
git clone https://github.com/mc-server/Core.git ./MCServer/Plugins/Core
|
|
git clone https://github.com/mc-server/ProtectionAreas.git ./MCServer/Plugins/ProtectionAreas |