diff options
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | MCServer/Plugins/.gitignore | 2 | ||||
m--------- | MCServer/Plugins/Core | 0 | ||||
m--------- | MCServer/Plugins/ProtectionAreas | 0 |
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 |