Update 2.1.1 | Formatted Counter, Enchantment Limits, and more.
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:
Code (YAML):
# 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:
Code (YAML):
# 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.