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 index 000000000..e3a45f343 --- /dev/null +++ b/MCServer/Plugins/Core @@ -0,0 +1 @@ +Subproject commit e3a45f34303331be77aceacf2ba53e503ad7284f diff --git a/MCServer/Plugins/ProtectionAreas b/MCServer/Plugins/ProtectionAreas new file mode 160000 index 000000000..3019c7b39 --- /dev/null +++ b/MCServer/Plugins/ProtectionAreas @@ -0,0 +1 @@ +Subproject commit 3019c7b396221b987cd3f89d422276f764834ffe