Skip to content

1.13.1: possibility to change message position and decimal separators

Latest
Compare
Choose a tag to compare
@JustEli JustEli released this 13 Dec 13:05
· 9 commits to master since this release
  • Chinese language has been updated, thanks to @chenxuuu
  • Fix: zombies from spawners that are converted to drowneds aren't seen as from spawner anymore
  • Added Turkish language support, thanks to @Purpely
  • Swedish language has been updated
  • Fix: NullPointerException for dying NPCs from Citizens
  • Added the possibility to change message position (title, subtitle, actionbar, chat), for:
    • pickup message
    • withdraw message
    • death message
  • Added the posibility to set a custom withdraw message
  • Added the posibility to add decimal and group separators for number formatting

Add the following to your config:

pickup-message-position: 'actionbar' # other options: 'subtitle', 'title', 'chat'
death-message-position: 'subtitle' # other options: 'actionbar', 'title', 'chat'

# Tell the player how much money they have withdrawn.
withdraw-message: '&4- &c{currency}{amount}'
withdraw-message-position: 'actionbar' # other options: 'subtitle', 'title', 'chat'

# The symbols to use for separating digits (in thousands). The default values
# (dot, and comma) format numbers, for example, like 1,000.6 or 2,100.90 (depending
# on your setting `money-decimals`. The group separator can be empty if preferred.
digit-decimal-separator: '.'
digit-group-separator: ','