blob: ad1fbe01411c5abc8c894cc92a2afcbf4c483943 (
plain) (
blame)
1
2
3
4
5
6
7
|
:: 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
|