- Feature: You can now modify the progress bars that are displayed in various places of the UI
Code (YAML):
# Customize progress bars that are displayed in various placed of the UI.
progress:
symbol
:
# The symbol to display.
symbol
:
"|"
# 100% equals x symbols
amount_5
: 50
color
:
# Color used for completed part.
completed
:
"#00e617"
# Color used for uncompleted part.
uncompleted
:
"#4a4a4a"
- Feature: Players can now use values such as "1k" to withdraw $1000 or 1.5k to withdraw $1500. Same goes for /lands deposit.
- Fix: LandBankBalanceChangedEvent not being triggered by upkeep collection
- Fix: PlaceholderAPI placeholder %lands_land_chunks% not including chunks claimed on other servers connected via Redis