bentobox/src/main/java/us/tastybento/bskyblock/api
tastybento 9f6819bd3b WIP: Converted to a mutli-world/mutli-game type model
This branch adds a world aspect to almost all commands. Although the
Bukkit World class is used for reference, the world includes any nether
or end worlds too. By enabling multiworld, things like the protection
grid will operate independently in different world groups. The idea is
to enable one plugin to run mutliple worlds. For example run AcidIsland,
ASkyGrid and BSkyBlock at the same time.

In addition to this big change, I added an admin command to copy and
paste "simple" schematics that I called "schems". It does not work
completely correctly right now, especially for chest contents.
2018-05-17 21:25:12 -07:00
..
addons Added logging methods to BSkyBlock to avoid plugin.getLogger() 2018-04-28 13:02:15 +09:00
commands WIP: Converted to a mutli-world/mutli-game type model 2018-05-17 21:25:12 -07:00
configuration Made BSBDatabase much easier to use for addons 2018-04-15 17:30:42 -07:00
events WIP: Converted to a mutli-world/mutli-game type model 2018-05-17 21:25:12 -07:00
flags WIP: Converted to a mutli-world/mutli-game type model 2018-05-17 21:25:12 -07:00
localization Implemented User class JUnit tests. 2018-04-27 09:20:51 +09:00
panels Enabled settings flag clicks to work. 2018-05-01 22:56:10 -07:00
placeholders Added logging methods to BSkyBlock to avoid plugin.getLogger() 2018-04-28 13:02:15 +09:00
user Added admin team add command 2018-05-07 20:11:03 -07:00