Oheers / EvenMoreFish

An advanced fishing plugin based on MoreFish, created 2 years after its last update.
MIT License
91 stars 56 forks source link

Allow more control over bossbar colors #335

Closed FireML closed 1 month ago

FireML commented 1 month ago

Adds config options for the time colors:

bossbar:
  # The abbreviations used for different units of time
  hour-color: '&a'
  hour: h
  minute-color: '&b'
  minute: m
  second-color: '&c'
  second: s
  # For translating the "left" at the end e.g. "5s left" -> "5s kvar"
  remaining: left

image

The defaults are all &r so nothing is broken in older configs.