Improvement | The BossBar compass will now indicate whether you're above or below the target. E.g. if you're 5 blocks above the targets y-level the target symbol is a down arrow. The following has been added to the config.yml:
Code (YAML):
# The symbol for the target destination if it is above you. targetAbove: '&c&l⬆'
# The symbol for the target destination if it is below you. targetBelow: '&c&l⬇'
# Set at which y-offset the symbol changes. # E.g. if you're 2 blocks above the target the target-symbol changes to targetBelow. targetOffset: 2
If you wish to configure this please add it to the config.yml file in the BossBarCompass section.