This will be the last update for 1.9-1.13
The next update will aim at making BountyHunters a version-independant plugin. BH was initially made to be compatible with the widest possible set of Spigot versions but with the development of the new Spigot API it's now possible to keep all the plugin functionalities operating without the use of version-dependant code in any version above 1.14 (at least for now)
Spigot is currently changing so that developers dont have to rely on NMS code hence my decision to discontinue support for versions ante 1.14 (which features data persistence).
This update will make the plugin compatible with future versions of Spigot so that you won't have to wait for me to update the plugin every time a new version of Minecraft is released.
Changelog
- Fixed an issue with placeholders.
- Added support for 1.18.2
- Support for Guilds and any faction plugin (requires FactionsBridge)
- Added new options to the default config, please backup and reste your current one
- Support for UltimateClans & SimpleClans
- Support for mcMMO parties
- Support for DungeonsXL
- Support for Parties
- Fixed Towny support
- Fixed language files (thank you Alex Noyle)
- Added an option to prevent players from tracking their own bounties
- Improved custom item checks using persistent data instead of lroe
- Fixed player hunting
- Added an option for MySQL table names
- Added an option for bounty stacking. When disabled, instead of increasing the current player bounty, it creates a new one. This gives the impression that there are more bounties on the player when using the bounty browser. This is PURELY cosmetic
- Fixed an issue with MySQL backup data saving
- Added taxes when tracking a player
- GUI now displays bounty expiration (remaining time before it expires)
- Improved auto bounty expiration
- Improved head hunting head give
- Code and javadoc comments cleanup