BossBar: The remaining distance is now shown in a fancy way with a BossBar. The bar will show how far you are on your current path in the "health bar".
# Set the message above the BossBar. Supported placeholders: # %remaining% - Shows the remaining distance with two decimals. # %remainingTenth% - Shows the remaining distance with a single decimal. # %remainingRounded% - Shows the remaining distance without any decimals. # You can replace 'remaining' in any of the above with 'total' to show the total distance. bossBarMessage: '&f
%remainingRounded% blocks left of %totalRounded%'
You'll have to manually add the above to your config.yml. If you do not wish to use the BossBar you'll have to add it and disable it. If you are happy with the default settings you do not have to add it.
Fix: The distance calculation has been further inspected and should no longer be flawed at shorter paths. Prior to this update, it could happen that the distance between the two last points was added even if you were in between them which caused the remaining distance to go up even though you were actually getting closer.
Fix: The placeholder decimal formatting was actually based on your Locale which meant that it was factoring in your system Locale. This messed up the rounded placeholders based on your physical location in the real world. This has been fixed and all placeholders should now be displayed correctly.