BossBar: Elevator floors are now shown in a cool dynamic way in a BossBar. When you walk onto an elevator the BossBar pops up showing the players current floor out of the total amount as well as setting the progress of the bar to the percentage of where you are located in the elevator column. Take a look below:
Configuration settings:
Code (YAML):
# BossBar (Unsupported in 1.7 & 1.8) bossBarEnabled: true
# Color: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.html bossBarColor: RED
# Style: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html bossBarStyle: SOLID
# Message. Placeholders: %floor% == current floor & %totalFloors% == total floors. bossBarMessage: '&eFloor
%floor% of %totalFloors%'
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 set the bossBarEnabled to false. If you do not wish to change the settings you do not have to add it; the defaults will be used.
Internal changes: This update actually changes quite a few things internally as to be able to calculate the floors on entry as well as detecting elevator entry. If this changes any functionality unintentionally please contact me asap.