3.8.1
This version contains a bug.
Please use the 3.8.2 rc
Added - Sending a message to the player if another player is deleting their chunkloader
- Allowing the player to Delete their own/others Chunk Loaders through the list command (permission betterchunkloader.list.delete.others/ betterchunkloader.list.delete.own) #6
- Allowing players to delete all of their own chunk loaders (using /bcl delete) #36
Changed
- Cleaned up the messages sent to the player and logged when we are deleting/changing/creating chunk loaders.
- Using the DB Connection provided through Sponge #33 (moves DB connection to another thread)
- Added security by using SQL Prepared statements.