do not use on a production server without extensive testing
major code update, mostly for devs
- split config.yml into appropriately named files
- redesigned configuration for custom language mappings
- redesigned region structure and commands for adding shapes and safety checks at runtime
- redesigned command structure for easier command addition
- rewrote data storage to use sqlite for player data, all async
- removed softdependencies to allow compiling in java 8, moved safety checks outside the main plugin
- added optional logging
- fixed update commands
- fixed some nag messages
- changed how teleporting works when there are no prepared locations
- reflection for biome functions and a few more things