Config.yml
'
# FlyCountdown Configuration
# Plugin prefix
prefix: "&6[FlyCountdown] &r"
# Default flight time for new players (format: number followed by s, m, h, or d)
# Examples: 30s = 30 seconds, 15m = 15 minutes, 2h = 2 hours, 1d = 1 day
default-fly-time: 30m
Popup-fly-warning: 1m
# Auto-save interval in minutes
auto-save-interval: 5
# Worlds where flight is blocked
blocked-worlds:
- world_nether
- world_the_end
- pvp_world
# Messages configuration
messages:
flight-enabled: "&aFlight enabled! Time remaining: %time%"
flight-disabled: "&cFlight disabled! Remaining time: %time%"
flight-expired: "&cYour flight time has expired!"
no-permission: "&cYou don't have permission to use this command!"
no-time-remaining: "&cYou don't have any flight time remaining!"
time-added: "&aAdded %time% of flight time to %player%"
received-time: "&aYou received %time% of flight time from %sender%"
player-not-found: "&cPlayer not found: %player%"
invalid-time-format: "&cInvalid time format. Use values like 30s, 15m, 2h, 1d"
config-reloaded: "&aConfiguration reloaded successfully!"
world-blocked: "&cFlight is disabled in this world!"
'
Last updated