Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Added
display.time-formatconfig option - controls how{time}and{duration}are formatted in boss bars, action bars, commands, messages, and placeholders. Accepts a pattern string with tokens:DD/D(days),HH/H(hours),MM/M(minutes),SS/S(seconds). Examples:HH:MM:SS,MM:SS,Dd HH:MM:SS. The special valuescompactandclockare still supported for backward compatibility./ezflytime info <player>admin command - shows a target player's remaining flight time, active voucher status (name and duration), flying state, unlimited-flight status, and per-session max-flight bypass state. Permission node:ezflytime.info(default:op).hide-voucher-nbtconfig option (default:true) - when enabled, voucher items no longer expose internal attribute modifiers or NBT metadata in the item tooltip. Sethide-voucher-nbt: falseinconfig.ymlto restore the previous behaviour.- Multi-line message support - configurable messages in
messages_*.ymlcan now contain literal\nsequences to split a single message across multiple chat lines. This is useful for longer notifications such as the update available message, which now displays version and download details on separate lines. - Action bar flight display - optional
actionbar:section inconfig.ymllets you show remaining flight time (and optional horizontal speed) above players' hotbars instead of, or alongside, the existing boss bar. Enable withactionbar.enabled: trueand customise the title and speed counter independently of the boss bar settings. Supports the same placeholders as the boss bar:{time},{seconds},{fuel}, and{speed}.
Changed
- Voucher item flags now use the direct Bukkit API - replaced the legacy
reflection-based
addItemFlagscall withItemMeta.addItemFlags(ItemFlag…)so voucher tooltips are hidden consistently across Spigot, Paper, and Purpur.
Platforms
Paper
1.13–26.2
Dependencies
Paper
- EzEconomy Optional
- PlaceholderAPI Optional
- TeamsAPI Optional
- VaultUnlocked Optional