BossBar Compass | You can now use the BossBar as a compass which will target the next point.
The red dot is the target and N, E, S, W are there to keep you oriented.
This is of course configurable. The following has been added to the BossBar settings section in the config.yml:
Code (YAML):
# Instead of a message you can use the BossBar as a compass. BossBarCompass:
enabled: false
# The symbol for North. north: '&a&lN'
# The symbol for East. east: '&a&lE'
# The symbol for South. south: '&a&lS'
# The symbol for West. west: '&a&lW'
# The symbol for the target destination. target: '&c&l⬤'
# The separator symbol. separator: '&f&m '
# The spacing between e.g. the symbols for north and east. separatorLength: 15
# The total length of the BossBar text. totalLength: 42
If you wish to use this feature you have to add the above manually and set enabled to true.