- Adds CMI Hologram support
- Option for decimal control
Add the decimal-precision option to your config. Defaults to 2.
Code (YAML):
# Reward handling.
rewards:
economy
:
# If enabled, economy loot with ranges will allow decimals. If disabled, they will be rounded.
allow-decimals
: true
# How many decimal places should be considered if allow-decimals is true?
decimal-precision
: 2
# Modes: CEIL, FLOOR, NEAREST
# CEIL - Rounds up to the nearest whole number.
# FLOOR - Rounds down to the nearest whole number.
# NEAREST - Rounds to the nearest whole number.
round-mode
: NEAREST
It is always recommended to test plugin updates on a development environment and then update to production if there are no complications. If you notice any issues, report it through Discord.