
Fly’s is yet another, but EXTREMELY sexy, customizable fly plugin for Minecraft. (EN/DE)
Fly's is no longer just a simple fly toggle – it's now a fully customizable and modern fly plugin with particles, sounds, flight speed control, world restrictions, and multi-language support!
/fly to enable or disable flight for yourself or others /flyspeed to check or set speeds (1–10) – works for yourself or other players /fly – Toggle flight on/off /fly <player> – Toggle flight for another player (optional: player name) /flyspeed – Show your current flight speed /flyspeed <1-10> – Set your own flight speed (optional: speed value) /flyspeed <player> <speed> – Set another player's speed (optional: player name and speed) /flyreload – Reload config and messages| Permission | Description |
|---|---|
flys.fly |
Use /fly |
flys.fly. others |
Toggle flight for other players |
flys.flyspeed |
Change your own speed |
flys.flyspeed.others |
Change other players' speed |
flys.admin |
Manage world restrictions ingame with /flys |
flys.flyreload |
Reload plugin config |
flys.updatenotify |
Receive update notifications |
Fly's now supports PlaceholderAPI! Use these placeholders in any plugin that supports PAPI:
| Placeholder | Description | Example Output |
|---|---|---|
%flys_flying% |
Returns if player is flying | true / false |
%flys_flying_status% |
Flight status as text | Enabled / Disabled |
%flys_flying_symbol% |
Visual symbol for flight | ✔ / ✘ |
%flys_speed% |
Current flight speed (1-10) | 5 |
%flys_speed_percent% |
Flight speed as percentage | 50% |
%flys_world_allowed% |
If flight is allowed in current world | true / false |
%flys_world_status% |
World restriction status | Allowed / Disabled |
%flys_total_flying% |
Total players currently flying | 3 |
All messages support the following placeholders:
| Placeholder | Description |
|---|---|
{PLAYER} |
Target player name |
{SENDER} |
Command sender name |
{SPEED} |
Flight speed value |
{WORLD} |
World name |
{COUNT} |
Count of worlds in lists |
These placeholders work in all language files and can be customized in the messages configuration!
en), German (de), Spanish (es), French (fr), Russian (ru), and Polish (pl) Example Configuration:
# Message settings
messages:
prefix: "&8[&b&lFlys&8] "
# Language settings (en = English, de = German, es = Spanish, fr = French, ru = Russian, pl = Polish)
language:
language: "en" # Supported: en, de, es, fr, ru, pl
# Update notifications
update-checker:
enabled: true
# General settings
general:
enable-particles: true
enable-sounds: true
flight-speed:
default-speed: 0.1
max-speed: 1.0
# World settings
worlds:
allowed-worlds: [] # Leave empty to allow all worlds, or specify: ["world", "world_nether"]
disabled-worlds: [] # Add world names to restrict flight: ["pvp_world", "minigames"]
✨ Have fun flying with Fly's – made with ❤️ by Dötchen!