
THTempFly v1
Temporary flight system with SQL/Redis support, PlaceholderAPI integration, and customizable message
Admin Commands
- /tempfly give <player> <time> - Set player's flight time
- /tempfly add <player> <time> - Add flight time to player
- /tempfly remove <player> <time> - Remove flight time from player
- /tempfly check <player> - Check player's remaining flight time
- /tempfly reload - Reload plugin configuration
Player Commands
- /fly - Toggle flight mode (if you have time/permission)
Time Formats
- 30s - 30 seconds
- 5m - 5 minutes
- 2h - 2 hours
- 1d - 1 day
- 30 - 30 seconds (no suffix)
Permission
thtempfly.use Use admin commands | op |
thtempfly.admin Manage other players' flight time | op |
thtempfly.fly.use Use /fly command | true |
thtempfly.fly.infinite` | Infinite flight permission | op |
Placeholders (PlaceholderAPI)
%thtempfly_time% | Formatted remaining time | "1h 30m" or "Infinite" |
%thtempfly_time_seconds% | Time in seconds | "3600" or "-1" |
%thtempfly_time_minutes% | Time in minutes | "90" or "-1" |
%thtempfly_time_hours% | Time in hours | "2" or "-1" |
%thtempfly_has_time% | Has flight time | "true" or "false" |
%thtempfly_can_fly% | Can fly | "true" or "false" |
%thtempfly_status% | Flight status | "flying", "can_fly", or "no_time" |