Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 2 weeks ago
All versions
3.0.4
Release
EzFlyTime 3.0.42 weeks ago 53
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
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.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:FAt20Z6Y:3nhsGFtf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FAt20Z6Y:3nhsGFtf"
}

