Skip to content

Commands & Permissions

Commands

/fly

Toggles flight on or off for the player. Only usable in Survival mode.

Usage: /fly

Permission: tempfly.command.fly

On first use, the player is given the default flight time defined in config.yml. Disabling flight while airborne does not apply slow falling to the player.


/tempfly

The main admin command for managing player flight time.

Permission: tempfly.command.tempfly

/tempfly modify <player> <amount>

Adds or subtracts flight time from a player. Use a positive number to add time and a negative number to subtract.

Usage: /tempfly modify <player> <amount>

Permission: tempfly.command.tempfly.modify

The <player> argument tab-completes with online player names.

Examples:

  • /tempfly modify Steve 300 — adds 300 seconds to Steve's flight time
  • /tempfly modify Steve -60 — subtracts 60 seconds from Steve's flight time

/tempfly set <player> <seconds>

Sets a player's flight time to an exact number of seconds, replacing any existing time.

Usage: /tempfly set <player> <seconds>

Permission: tempfly.command.tempfly.set

The <player> argument tab-completes with online player names. <seconds> must be a non-negative integer.


/tempfly reload

Saves player data, then reloads config.yml, messages.yml, and player data from disk.

Usage: /tempfly reload

Permission: tempfly.command.tempfly.reload


Permissions

All permissions default to OP. Grant individual permissions using a permissions plugin.

Command Permissions

PermissionDescription
tempfly.command.flyAllows using /fly.
tempfly.command.tempflyAllows using /tempfly and its subcommands.
tempfly.command.tempfly.modifyAllows /tempfly modify.
tempfly.command.tempfly.setAllows /tempfly set.
tempfly.command.tempfly.reloadAllows /tempfly reload.

Other Permissions

PermissionDescription
tempfly.unlimitedtimeGrants unlimited flight time. The action bar shows the unlimited-text value from messages.yml.
tempfly.bypass.disabledworldsAllows flying in worlds listed under disabled-worlds in config.yml.

All rights reserved