FlyTimer - Give players ability to fly icon

FlyTimer - Give players ability to fly -----

fly | flytime | fly time command |



FlyTimer is a Minecraft plugin that provides a configurable flight timer system. It allows players to use the /fly command for a limited duration, which is consumed only while they are actively flying. Administrators can add flight time to players, and all timers persist across server restarts. The plugin also integrates with PlaceholderAPI to display remaining flight time in other plugins.

Features
  • Toggle flight with a limited timer.
  • Timer only decreases while the player is flying.
  • Admin commands to add fly time.
  • Remaining time displayed in the action bar.
  • Flight is automatically disabled when the timer expires.
  • Configurable messages, action bar, and settings.
  • Data persistence across server restarts.
  • PlaceholderAPI support (%flytimer_time%)

    Code (YAML):
    # Configuration for FlyTimer

    # Settings for the action bar message that displays remaining flight time.
    action-bar
    :
      # Set to true to display the remaining flight time in the action bar, false to disable.
      enabled
    : true
      # The interval in ticks (20 ticks = 1 second) at which the action bar is updated for flying players.
      update-interval
    : 20

    # If true, flight will be automatically enabled for a player when they receive flight time.
    # If false, they will need to enable it manually with /fly.
    auto-enable-flight-on-add
    : true
     
    Code (YAML):
    # Messages for FlyTimer
    # Use color codes with '&'. For example: &a for green.
    prefix
    : "&8[&bFlyTimer&8] "

    # Command Messages
    flight-enabled
    : "&aFlight has been enabled. You have {time} remaining."
    flight-disabled
    : "&cFlight has been disabled."
    no-fly-time
    : "&cYou have no flight time remaining."
    time-added
    : "&aYou have added {time} of flight time to {player}."
    time-received
    : "&aYou have received {time} of flight time."
    player-not-found
    : "&cPlayer not found."
    invalid-usage
    : "&cInvalid usage. Use: {usage}"
    no-permission
    : "&cYou do not have permission to use this command."
    must-be-player
    : "&cThis command can only be executed by a player."
    invalid-number
    : "&cPlease enter a valid number of seconds."

    # Event Messages
    fly-time-ended
    : "&cYour flight time has run out!"
    action-bar-display
    : "&bFly Time: &f{time}"
     
Commands & Permissions

Command Description Permission
/fly
Toggles your flight mode. flytimer.use
/fly add <seconds> <player>
Adds fly time to a player. flytimer.add

Placeholders
  • %flytimer_time% - Displays the player's remaining fly time.
Resource Information
Author:
----------
Total Downloads: 2
First Release: Oct 8, 2025
Last Update: Oct 8, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings