- When using JSON, the way data is being loaded in has been changed. This fixes a long-time bug that would prevent the plugin from loading if there was a corrupted file. From now on, the plugin will just output a warning to the console (so please watch it on startup) specifying which Guild was not loaded in.
- Fixed a long-time bug of values resetting in tiers and roles when I implemented something new and it would wipe your extra ones. It will now provide a default for LOADING only. It WILL NOT save to the file, you will need to put it in yourself, this just still allows the plugin to load.
- Fixed the %guilds_formatted% placeholder from showing if the player was not in a Guild.
- Fixed a bug with wars and being able to dupe rewards.
- Fixed /g reload not accounting for changes in the language files
- Fixed the balance display in /guild info not being consistent
Changes
- Implemented a message for designing how the commands looked in the config. While it's minimal, it allowed me to make the help command display put a / character in front of each command to make it look nicer.
- Due to a few requests, I've implemented a check in the blacklist listener to check if the event has already been cancelled before running the checks. This can happen when another plugin runs their events before Guilds does.