diff options
author | madmaxoft <github@xoft.cz> | 2013-08-16 09:30:27 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-16 09:30:27 +0200 |
commit | 8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b (patch) | |
tree | 0ffd6c30e751d85cfd344369a62ffe09b5382ef0 /ClonePlugins.cmd | |
parent | No more Core in the MCServer repo (diff) | |
download | cuberite-8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b.tar cuberite-8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b.tar.gz cuberite-8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b.tar.bz2 cuberite-8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b.tar.lz cuberite-8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b.tar.xz cuberite-8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b.tar.zst cuberite-8326aff5b4c2b9e5ddc5b4c1c40fd791d7e8ef4b.zip |
Diffstat (limited to 'ClonePlugins.cmd')
-rw-r--r-- | ClonePlugins.cmd | 6 |
1 files changed, 6 insertions, 0 deletions
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 |