-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Blzd edited this page Jun 8, 2026
·
1 revision
This page documents all publicly supported commands available in BlzdFly.
Toggle your flight on or off.
A player must have an active flight entitlement through one of the following permission nodes:
blzdfly.timedblzdfly.claimblzdfly.permanent
Example
/fly
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
Reload the BlzdFly configuration without restarting the server.
Example
/fly reload
Grant timed flight to a player.
Examples
/fly give Steve 30m/fly give Steve 1h/fly give Steve 1d
Remove a specific amount of timed flight from a player.
Examples
/fly remove Steve 30m/fly remove Steve 1h
Set a player's timed flight balance to an exact value.
Examples
/fly set Steve 1h/fly set Steve 1d
View the remaining timed flight for a player.
Example
/fly time Steve
Timed flight commands support the following suffixes:
| Suffix | Meaning |
|---|---|
m |
Minutes |
h |
Hours |
d |
Days |
30m1h12h1d7d
- Timed flight persists through server restarts.
- Players can view their current flight information using
/fly info. - Administrative commands require the
blzdfly.adminpermission node. - For a complete list of permission nodes, see the Permissions page.