In this update, some bugs have been fixed, the API has been updated and a new option has appeared in the config that allows you to format all numbers in a shorter form. For example, to have 1000 displayed as 1K and so on.
Please note that if you have already installed the PixelBattle plugin, you will need to make some configuration changes:
Add the numberFormatting block to the settings section:
Code (YAML):
# If true, all numbers will be presented in a shorter format. For example: 1000 = 1K, 1000000 = 1M and so on numberFormatting:
enable: false
# The number of digits after the decimal point fractionDigits: 1