mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-09 20:31:28 +01:00
Create custom dungeons and adventure maps with ease!
cf17fcf32c
Finished to large extent. Including: - Replaced many field references with getters and setters - Replaced many "if (...) { if (...) {" blocks with "if (!...) {return}" to clean up the code a littlebit - Changed package naming to "io.github.dre2n" - Rewrote the command system - Rewrote the lives system - Rewrote the permissions system to use SuperPerms instead when possible - Rewrote the multi version handler and added code to support Minecraft 1.9 (obviously untested) - Added CommandsXL command signs - Renamed "dungeons" folder to "maps" and prepared a bit more for the upcoming multi floor support - Bugfixes - ...and a looooot more |
||
---|---|---|
src | ||
.gitignore |