diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-08-16 13:17:31 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-08-16 13:17:31 +0200 |
commit | 1af758569df1125da13c15ecdda40028e76e9445 (patch) | |
tree | 28bc9af4090de2f04329f4c40329350b1b0536f5 /.gitmodules | |
parent | Added the removed plugins as submodules. (diff) | |
download | cuberite-1af758569df1125da13c15ecdda40028e76e9445.tar cuberite-1af758569df1125da13c15ecdda40028e76e9445.tar.gz cuberite-1af758569df1125da13c15ecdda40028e76e9445.tar.bz2 cuberite-1af758569df1125da13c15ecdda40028e76e9445.tar.lz cuberite-1af758569df1125da13c15ecdda40028e76e9445.tar.xz cuberite-1af758569df1125da13c15ecdda40028e76e9445.tar.zst cuberite-1af758569df1125da13c15ecdda40028e76e9445.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 72bfa5600..088271457 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "MCServer/Plugins/ProtectionAreas"] path = MCServer/Plugins/ProtectionAreas url = git@github.com:mc-server/ProtectionAreas.git +[submodule "MCServer/Plugins/TransAPI"] + path = MCServer/Plugins/TransAPI + url = git@github.com:bearbin/transapi.git |