- Added Nexo item support.
- Added setting to control decimals and rounding.
Code (YAML):
# Reward handling.
rewards:
economy
:
# ---- Add this section ----
# If enabled, economy loot with ranges will allow decimals. If disabled, they will be rounded.
allow-decimals
: true
# 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
limit
:
# Should rewards be limited? This is to aid with stackers.
enabled
: true
# The max amount of rewards that are rolled.
amount
: 10
- Fixed Sentinel support.