Addition: Added support for WorldGuard's newest API (7.x.x).
Other: The hit event will now be canceled by other plugins as well, this aims to improve over-all compatibility.
Addition: You can now have a customizable command which allows players to toggle the hitmaker function for themselves. Permission is: hitmarkers.toggle. Check the configuration for more settings.
Addition: Configurations will now auto-update if any future update adds more section (you will no longer need to manually copy-paste sections!)
Build 8a changelog:
Fix: Fixed an NPE with the update checker when joining the server.
Build 8 changelog:
Addition: 1.16 support.
Addition: The permission "hitmarkers.view" is now required in order to view hitmarkers.
Build 7 Changelog (config.yml changes required):
Addition: HitmarkersHitEvent.java has been added. The event has many useful methods such as if the hit was fatal/headshot, the distance of the hit etc.
Addition: Regions whitelist feature (WorldGuard required).
Fix: Hitting yourself with a bow showing hitmarkers.
Fix: $ms placeholder not working in the reload command message.
Change: Changed the update notifications format.
Remove: You can no longer edit the menu message.
Add the following to your configuration:
Code:settings: regions: enabled: true whitelist: - 'pvp_region_name' - 'another_region'
Build 6 Changelog:
Addition: Display messages via actionbars.
Addition: Headshot sounds.
Addition: Basic API to retrieve configuration settings (HitmarkersAPI.java)
Change: The config.yml layout has been changed, you need to reset it for this update to work.
