diff options
Diffstat (limited to 'ClonePlugins.cmd')
-rw-r--r-- | ClonePlugins.cmd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ClonePlugins.cmd b/ClonePlugins.cmd new file mode 100644 index 000000000..ad1fbe014 --- /dev/null +++ b/ClonePlugins.cmd @@ -0,0 +1,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
\ No newline at end of file |