Skip to content

Commands

Blzd edited this page Jun 8, 2026 · 1 revision

Commands

This page documents all publicly supported commands available in BlzdFly.


Player Commands

/fly

Toggle your flight on or off.

A player must have an active flight entitlement through one of the following permission nodes:

  • blzdfly.timed
  • blzdfly.claim
  • blzdfly.permanent

Example

/fly


/fly info

View your current flight information.

Displays details such as:

  • Current flight status
  • Flight type
  • Remaining timed flight
  • Claim flight status
  • Permanent flight status

Example

/fly info


Administrative Commands

/fly reload

Reload the BlzdFly configuration without restarting the server.

Example

/fly reload


/fly give <player> <time>

Grant timed flight to a player.

Examples

  • /fly give Steve 30m
  • /fly give Steve 1h
  • /fly give Steve 1d

/fly remove <player> <time>

Remove a specific amount of timed flight from a player.

Examples

  • /fly remove Steve 30m
  • /fly remove Steve 1h

/fly set <player> <time>

Set a player's timed flight balance to an exact value.

Examples

  • /fly set Steve 1h
  • /fly set Steve 1d

/fly time <player>

View the remaining timed flight for a player.

Example

/fly time Steve


Supported Time Formats

Timed flight commands support the following suffixes:

Suffix Meaning
m Minutes
h Hours
d Days

Examples

  • 30m
  • 1h
  • 12h
  • 1d
  • 7d

Notes

  • Timed flight persists through server restarts.
  • Players can view their current flight information using /fly info.
  • Administrative commands require the blzdfly.admin permission node.
  • For a complete list of permission nodes, see the Permissions page.

Clone this wiki locally