summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-08-16 13:14:05 +0200
committerAlexander Harkness <bearbin@gmail.com>2013-08-16 13:14:05 +0200
commit024fe5e6c52cda0c96e110d1232c2ba5a278ca79 (patch)
tree103a16c1430e61a85c926df9483f1eaea5bb0a1c
parentReplaced E_ENTITY_TYPE_XXX with cMonster::mtXXX. (diff)
downloadcuberite-024fe5e6c52cda0c96e110d1232c2ba5a278ca79.tar
cuberite-024fe5e6c52cda0c96e110d1232c2ba5a278ca79.tar.gz
cuberite-024fe5e6c52cda0c96e110d1232c2ba5a278ca79.tar.bz2
cuberite-024fe5e6c52cda0c96e110d1232c2ba5a278ca79.tar.lz
cuberite-024fe5e6c52cda0c96e110d1232c2ba5a278ca79.tar.xz
cuberite-024fe5e6c52cda0c96e110d1232c2ba5a278ca79.tar.zst
cuberite-024fe5e6c52cda0c96e110d1232c2ba5a278ca79.zip
-rw-r--r--.gitmodules6
-rw-r--r--MCServer/Plugins/.gitignore2
m---------MCServer/Plugins/Core0
m---------MCServer/Plugins/ProtectionAreas0
4 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..72bfa5600
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "MCServer/Plugins/Core"]
+ path = MCServer/Plugins/Core
+ url = git@github.com:mc-server/Core.git
+[submodule "MCServer/Plugins/ProtectionAreas"]
+ path = MCServer/Plugins/ProtectionAreas
+ url = git@github.com:mc-server/ProtectionAreas.git
diff --git a/MCServer/Plugins/.gitignore b/MCServer/Plugins/.gitignore
deleted file mode 100644
index 010351de2..000000000
--- a/MCServer/Plugins/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Core
-ProtectionAreas \ No newline at end of file
diff --git a/MCServer/Plugins/Core b/MCServer/Plugins/Core
new file mode 160000
+Subproject e3a45f34303331be77aceacf2ba53e503ad7284
diff --git a/MCServer/Plugins/ProtectionAreas b/MCServer/Plugins/ProtectionAreas
new file mode 160000
+Subproject 3019c7b396221b987cd3f89d422276f764834ff