From 8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Fri, 16 Aug 2013 09:30:27 +0200 Subject: Added the ClonePlugins script. This will clone the base plugins into their respective folders. --- ClonePlugins.cmd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ClonePlugins.cmd (limited to 'ClonePlugins.cmd') diff --git a/ClonePlugins.cmd b/ClonePlugins.cmd new file mode 100644 index 000000000..bf1dfa23a --- /dev/null +++ b/ClonePlugins.cmd @@ -0,0 +1,6 @@ + +:: 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 \ No newline at end of file -- cgit v1.2.3