Note: Please regenerate your config.yml to get the latest config options. All command permissions now have ".command." infront of them. E.g. "spawnercollectors.command.reload"
MySQL support is finally here! Here's how you can migrate from YAML to MySQL:
- Start your server with YAML set as storage method
- Open your config and change storage method to MYSQL
- Run /sc reload
If you enable more_permissions, you'll now have to set permissions per mob your player's should be able to add. E.g. if you want to add zombie spawners, you'll need "spawnercollectors.spawner.zombie"
Other changes:
- Fixed color issue for spawner_withdraw_name
- General code improvement