]> git.lizzy.rs Git - elidragon_v2.git/commit
Add database system, split plot mod into plot and plotmg
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 27 Feb 2021 20:45:21 +0000 (21:45 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 27 Feb 2021 20:45:21 +0000 (21:45 +0100)
commit53497817a75cc827f17bea8c340e4a5e36e07ea3
tree40166f59cc44923e03b0df8604a08de0609b81b8
parent55e0e35adfa895843ea7f0fbfb0e2ad2749e5a94
Add database system, split plot mod into plot and plotmg
20 files changed:
.gitignore
mods/elidragon/init.lua
mods/elidragon/mod.conf
mods/elidragon_class/init.lua [new file with mode: 0644]
mods/elidragon_creative/init.lua
mods/elidragon_creative/mod.conf
mods/elidragon_db/init.lua [new file with mode: 0644]
mods/elidragon_db/mod.conf [new file with mode: 0644]
mods/elidragon_playerdb/init.lua [new file with mode: 0644]
mods/elidragon_playerdb/mod.conf [new file with mode: 0644]
mods/elidragon_plot/init.lua
mods/elidragon_plot/mod.conf
mods/elidragon_plotmg/init.lua [new file with mode: 0644]
mods/elidragon_plotmg/mod.conf [new file with mode: 0644]
mods/elidragon_skyblock/init.lua
mods/elidragon_skyblock/mod.conf
worlds/creative/world.mt
worlds/lobby/world.mt
worlds/skyblock/world.mt
worlds/survival/world.mt