
Tracker+ 2.1.2
Track Objectives on Your Tools | 1.8 - 1.20 | Item StatTrak | Rewards | Stacker Support
Adjusted the system for finding a tracker tag on the tool.
Fixed an issue with WildStacker, that stacker type should now work once again.
Fixed an NoClassDefFound error for older versions that handle enchants differently.
Added NBTAPI back into the plugin.
Please let me know if you come across any issues on my Discord immediately.
Added an update checker.
Added formatted counters.
Enabling this will allow the plugin to condense numbers with their appropriate suffix. For example, 1234 will turn into 1.23k
Please add this to your config.yml under counter:
# Everything dealing with the counter process.
counter:
# Enable formatting the counter tag? Ex. 1234 will turn into 1.23k
format:
enabled: false
Added enchantment limiting.
Please add this to config.yml:
# This section is for limiting he max value an enchant can be upgraded to.
# Remember to use the proper names for the minecraft version.
limits:
enchantments:
- looting:10
Removed a counter converter.
Updated NBTAPI support so now it works past versions 1.16.
NOTE: This plugin is no longer built in, and now server owners need to keep it updated.
Updated some systems. Report to the Discord if you need support.
Added bStats.
Fixed NoClassFound error for legacy versions when using WildStacker as your stacker type.
Some minor changes.