Fly
A Minecraft plugin that enables toggling flight mode and adjusting movement speed in the air.
Main Commands
Flight Control
The /fly command allows activating or deactivating the ability to fly for yourself or other players.
For yourself:
- Command:
/fly - Permission:
fly.toggle.self - Alternative names:
fly,flight
For other players:
- Command:
/fly <player(s)> - Permission:
fly.toggle.other - Example:
/fly player1 player2- will toggle flight mode for both specified players
Flight Speed Settings
The /flyspeed command allows changing movement speed in the air.
For yourself:
- Command:
/flyspeed [value] - Permission:
flyspeed.toggle.self - Alternative names:
flyspeed,fspeed,fs
For other players:
- Command:
/flyspeed [value] <player(s)> - Permission:
flyspeed.toggle.other - Works similarly to the
/flycommand - simply add player names at the end of the command
Message Settings
| Path | Default Value | Description |
|---|---|---|
| fly.self.enabled | §0[§a✓§0]§r You can now fly | Displayed when player gains ability to fly |
| fly.self.disabled | §0[§c!§0]§r You can no longer fly | Displayed when player loses ability to fly |
| fly.other.enabled | §0[§a✓§0]§r Their flight has now been enabled | Displayed when flight is enabled for another player |
| fly.other.disabled | §0[§a✓§0]§r Their flight is now disabled | Displayed when flight is disabled for another player |
| fly.other.nopermission | §0[§c!§0]§r You don't have permission to do that | Displayed when lacking fly.toggle.other permission |
| fly.other.notfound | §0[§c!§0]§r Unkown player | Displayed when specifying non-existent player |
| flyspeed.self.set | §0[§a✓§0]§r Your flight speed has been changed | Displayed when player's flight speed is changed |
| flyspeed.other.set | §0[§a✓§0]§r Their flight speed has been changed | Displayed when another player's flight speed is changed |
| flyspeed.other.nopermission | §0[§c!§0]§r You don't have permission to do that | Displayed when lacking flyspeed.toggle.other permission |
| flyspeed.other.notfound | §0[§c!§0]§r Unkown player | Displayed when specifying non-existent player |
| flyspeed.noValue | §0[§c!§0]§r Please enter a valid value to set the flight speed to (0-10) | Displayed when invalid speed value is provided (valid range 0-10) |
| actionBar | false | Determines whether to send flight messages via action bar instead of chat |
PlaceHolderApi Integration
When PlaceHolderApi is detected, the following placeholders become available:
| Placeholder | Description |
|---|---|
| %fly_on% | Returns true if player has flight enabled |
| %fly_off% | Returns true if player has flight disabled |
| %fly_speed% | Returns player's current flight speed |
All configuration messages can also interact with placeholders.