A simple fly plugin.
Please report any bug or issue in the comments.
Commands:
- /fly: Toggle on/off flight mode.
- /fly (playername): Toggle on/off flight mode for other players.
- /fly reload: Reload the config.
- /fly help: Show the help menu.
- /fly speed [1-10]: Set your flight speed.
- /fly check (player): Check if a player is flying.
Permissions:
- /fly -- fly.fly -- Default OP
- /fly (playername) -- fly.others -- Default OP
- /fly help -- fly.help -- Default OP
- /fly reload -- fly.reload -- Default OP
- /fly speed [1-10] -- fly.speed.(number of speed, 1 to 10) or fly.speed for alll speeds -- Default OP
- /fly check (player) -- fly.check -- Default OP
- No fall damage -- fly.falldamage
- Invincibility -- fly.invincible
More Features:
- Allow/Disallow flight mode when player changes world.
- Allow/Disallow fall damage.
- Allow/Disallow invincibility.
Reviews:
Config.yml:
Spoiler: Spanish
GaveFTW
Spoiler: English
Send me your reviews. c:
Config.yml:
Spoiler: English version
English version:
Messages:
Unknown_command: '{prefix} &cUnknown command. Use &f/fly help &cfor more information.'
No_permission: '{prefix} &cYou do not have permission to use this command.'
creloaded: '{prefix} &aConfiguration reloaded'
Start_fly: '{prefix} &aFlight mode enabled'
Stop_fly: '{prefix} &cFlight mode disabled'
Start_fly_others: '{prefix} &aFlight mode enabled for player &e{player}'
Stop_fly_others: '{prefix} &cFlight mode disabled for player &e{player}'
Player_is_not_online_or_is_null: '{prefix} &cThe specified player &e"{player}" &cis offline or does not exist'
Speed_no_number: '{prefix} &cSpeed number can not be less than 1 or more than 10.'
Int_Numb: '{prefix} &cPlease use a integer number'
Max_Speed: '{prefix} &cThe number can not be more than 10'
Min_Speed: '{prefix} &cThe number can not be minor than 1'
Fly_Speed: '{prefix} &aFly speed set to: &7{speed}'
Fall_Damage_Removed: '{prefix} &aYou are protected from falling damage while flying'
You_Cant_Hit_This_Player: '{prefix} &cYou can not hit this player because he is flying'
Fly_Check_Yes: '{prefix} &7The player &a{player} &7is flying.'
Fly_Check_No: '{prefix} &7The player &a{player} &7is not flying.'
Helpmenu:
Sfhelp: '&7Show this help menu.'
Sfreload: '&7Reload the config.'
Sfffly: '&7Enable/disable flight mode.'
Sffflyothers: '&7Enable/disable flight mode for others players.'
Sfspeed: '&7Set your flight speed.'
Sfcheck: '&7Check if a player has flight mode enabled.'
#If it set to true, the flight mode has been disabled when the player join other world.
Disable-Fly-On-World-Change: true
#If it set to true, the player with the permission "fly.falldamage" will not receive fall damage.
Disable-Fall-Damage: true
#If it set to true, the player with the permission "fly.invincible" will be invincible.
Invincible: true
ChatPrefix: '&b&lSimpleFly&f&l&m»»&r'
Code (Text):
Messages:
Unknown_command: '{prefix} &cUnknown command. Use &f/fly help &cfor more information.'
No_permission: '{prefix} &cYou do not have permission to use this command.'
creloaded: '{prefix} &aConfiguration reloaded'
Start_fly: '{prefix} &aFlight mode enabled'
Stop_fly: '{prefix} &cFlight mode disabled'
Start_fly_others: '{prefix} &aFlight mode enabled for player &e{player}'
Stop_fly_others: '{prefix} &cFlight mode disabled for player &e{player}'
Player_is_not_online_or_is_null: '{prefix} &cThe specified player &e"{player}" &cis offline or does not exist'
Speed_no_number: '{prefix} &cSpeed number can not be less than 1 or more than 10.'
Int_Numb: '{prefix} &cPlease use a integer number'
Max_Speed: '{prefix} &cThe number can not be more than 10'
Min_Speed: '{prefix} &cThe number can not be minor than 1'
Fly_Speed: '{prefix} &aFly speed set to: &7{speed}'
Fall_Damage_Removed: '{prefix} &aYou are protected from falling damage while flying'
You_Cant_Hit_This_Player: '{prefix} &cYou can not hit this player because he is flying'
Fly_Check_Yes: '{prefix} &7The player &a{player} &7is flying.'
Fly_Check_No: '{prefix} &7The player &a{player} &7is not flying.'
Helpmenu:
Sfhelp: '&7Show this help menu.'
Sfreload: '&7Reload the config.'
Sfffly: '&7Enable/disable flight mode.'
Sffflyothers: '&7Enable/disable flight mode for others players.'
Sfspeed: '&7Set your flight speed.'
Sfcheck: '&7Check if a player has flight mode enabled.'
#If it set to true, the flight mode has been disabled when the player join other world.
Disable-Fly-On-World-Change: true
#If it set to true, the player with the permission "fly.falldamage" will not receive fall damage.
Disable-Fall-Damage: true
#If it set to true, the player with the permission "fly.invincible" will be invincible.
Invincible: true
ChatPrefix: '&b&lSimpleFly&f&l&m»»&r'
Spoiler: French version
French version:
Code (Text):
Messages:
Unknown_command: '{prefix} &cCommande inconnue. Utilisez &f/fly help &cpour plus d'informations.'
No_permission: '{prefix} &cVous n'avez pas la permission d'executer cette commande.'
creloaded: '{prefix} &aConfiguration rechargée.'
Start_fly: '{prefix} &aMode volant activé.'
Stop_fly: '{prefix} &cMode volant désactivé'
Start_fly_others: '{prefix} &aMode volant activé pour le joueur &e{player}'
Stop_fly_others: '{prefix} &cMode volant désactivé pour le joueur &e{player}'
Player_is_not_online_or_is_null: '{prefix} &cLe joueur &e"{player}" &c est déconnecté ou inexistant.'
Speed_no_number: '{prefix} &cLa vitesse doit être comprise entre 1 et 10.'
Int_Numb: '{prefix} &cUtilisez un nombre'
Max_Speed: '{prefix} &cLa vitesse maximale est 10.'
Min_Speed: '{prefix} &cLa vitesse minimale est 1.'
Fly_Speed: '{prefix} &aVitesse changée à: &7{speed}'
Fall_Damage_Removed: '{prefix} &aLes dégats de chutes ont été supprimés car vous êtes en mode volant.'
You_Cant_Hit_This_Player: '{prefix} &cVous ne pouvez pas taper ce joueur car il est en mode volant.'
Fly_Check_Yes: '{prefix} &7Le joueur &a{player} est en train de voler'
Fly_Check_No: '{prefix} &7Le joueur &a{player}ne vole pas'
Helpmenu:
Sfhelp: '&7Montre le menu d'aide.'
Sfreload: '&7Recharge la configuration.'
Sfffly: '&7Active/Désactive le mode volant.'
Sffflyothers: '&Active/Désactive le mode volant pour un autre joueur.'
Sfspeed: '&7Modifie votre vitesse de déplacement.'
Sfcheck: '&7Vérifiez si un joueur a le mode de vol activé.'
#Si c'est sur true, lorsque le joueur change de monde le mode volant sera désactivé.
Disable-Fly-On-World-Change: true
#Si c'est sur true, les personnes ayant la permission " fly.falldamage " n'auront pas de dégat de chute.
Disable-Fall-Damage: true
# Si c'est sur true, les personnes ayant la permission " fly.invincible " seront invincibles.
Invincible: true
ChatPrefix: '&b&lSimpleFly&f&l&m»»&r'
Unknown_command: '{prefix} &cCommande inconnue. Utilisez &f/fly help &cpour plus d'informations.'
No_permission: '{prefix} &cVous n'avez pas la permission d'executer cette commande.'
creloaded: '{prefix} &aConfiguration rechargée.'
Start_fly: '{prefix} &aMode volant activé.'
Stop_fly: '{prefix} &cMode volant désactivé'
Start_fly_others: '{prefix} &aMode volant activé pour le joueur &e{player}'
Stop_fly_others: '{prefix} &cMode volant désactivé pour le joueur &e{player}'
Player_is_not_online_or_is_null: '{prefix} &cLe joueur &e"{player}" &c est déconnecté ou inexistant.'
Speed_no_number: '{prefix} &cLa vitesse doit être comprise entre 1 et 10.'
Int_Numb: '{prefix} &cUtilisez un nombre'
Max_Speed: '{prefix} &cLa vitesse maximale est 10.'
Min_Speed: '{prefix} &cLa vitesse minimale est 1.'
Fly_Speed: '{prefix} &aVitesse changée à: &7{speed}'
Fall_Damage_Removed: '{prefix} &aLes dégats de chutes ont été supprimés car vous êtes en mode volant.'
You_Cant_Hit_This_Player: '{prefix} &cVous ne pouvez pas taper ce joueur car il est en mode volant.'
Fly_Check_Yes: '{prefix} &7Le joueur &a{player} est en train de voler'
Fly_Check_No: '{prefix} &7Le joueur &a{player}ne vole pas'
Helpmenu:
Sfhelp: '&7Montre le menu d'aide.'
Sfreload: '&7Recharge la configuration.'
Sfffly: '&7Active/Désactive le mode volant.'
Sffflyothers: '&Active/Désactive le mode volant pour un autre joueur.'
Sfspeed: '&7Modifie votre vitesse de déplacement.'
Sfcheck: '&7Vérifiez si un joueur a le mode de vol activé.'
#Si c'est sur true, lorsque le joueur change de monde le mode volant sera désactivé.
Disable-Fly-On-World-Change: true
#Si c'est sur true, les personnes ayant la permission " fly.falldamage " n'auront pas de dégat de chute.
Disable-Fall-Damage: true
# Si c'est sur true, les personnes ayant la permission " fly.invincible " seront invincibles.
Invincible: true
ChatPrefix: '&b&lSimpleFly&f&l&m»»&r'
Spoiler: Spanish version
Spanish Version:
Messages:
Unknown_command: '{prefix} &cUnknown command. Use &f/fly help &cfor more information.'
No_permission: '{prefix} &cYou do not have permission to use this command.'
creloaded: '{prefix} &aConfiguracion recargada'
Start_fly: '{prefix} &aModo de vuelo activado'
Stop_fly: '{prefix} &cModo de vuelo desactivado'
Start_fly_others: '{prefix} &aModo de vuelo activado para el jugador &e{player}'
Stop_fly_others: '{prefix} &cModo de vuelo desactivado para el jugador &e{player}'
Player_is_not_online_or_is_null: '{prefix} &cEl jugador &e"{player}" &cesta desconectado o no existe'
Speed_no_number: '{prefix} &cLa velocidad no puede ser menor a 1 o mayor a 10.'
Int_Numb: '{prefix} &cPorfavor usa un numero no decimal'
Max_Speed: '{prefix} &cEl numero no puede ser mayor a 10'
Min_Speed: '{prefix} &cEl numero no puede ser menor a 1'
Fly_Speed: '{prefix} &aVelocidad de vuelo ajustada a: &7{speed}'
Fall_Damage_Removed: '{prefix} &aEstas protegido de recibir daño de caida mientras vuelas'
You_Cant_Hit_This_Player: '{prefix} &cNo puedes golpear a este jugador porque esta volando'
Fly_Check_Yes: '{prefix} &7El jugador &a{player} &7esta volando.'
Fly_Check_No: '{prefix} &7El jugador &a{player} &7no esta volando.'
Helpmenu:
Sfhelp: '&7Muestra este menu de ayuda.'
Sfreload: '&7Recarga la configuracion.'
Sfffly: '&7Activa/Desactiva el modo de vuelo.'
Sffflyothers: '&7Activa/Desactiva el modo de vuelo para otro jugador.'
Sfspeed: '&7Cambia tu velocidad de vuelo.'
Sfcheck: '&7Comprueba si un jugador tiene el modo de vuelo activado.'
#Si esta opcion esta puesta en true, el modo de vuelo se desactivara al cambiar de mundo.
Disable-Fly-On-World-Change: true
#Si esta opcion esta puesta en true, los jugadores con el permiso "fly.falldamage" no recibiran daño por caida mientras vuelen.
Disable-Fall-Damage: true
#Si esta opcion esta puesta en true, los jugadores con el permiso "fly.invincible" no recibiran daño.
Invincible: true
ChatPrefix: '&b&lSimpleFly&f&l&m»»&r'
Code (Text):
Messages:
Unknown_command: '{prefix} &cUnknown command. Use &f/fly help &cfor more information.'
No_permission: '{prefix} &cYou do not have permission to use this command.'
creloaded: '{prefix} &aConfiguracion recargada'
Start_fly: '{prefix} &aModo de vuelo activado'
Stop_fly: '{prefix} &cModo de vuelo desactivado'
Start_fly_others: '{prefix} &aModo de vuelo activado para el jugador &e{player}'
Stop_fly_others: '{prefix} &cModo de vuelo desactivado para el jugador &e{player}'
Player_is_not_online_or_is_null: '{prefix} &cEl jugador &e"{player}" &cesta desconectado o no existe'
Speed_no_number: '{prefix} &cLa velocidad no puede ser menor a 1 o mayor a 10.'
Int_Numb: '{prefix} &cPorfavor usa un numero no decimal'
Max_Speed: '{prefix} &cEl numero no puede ser mayor a 10'
Min_Speed: '{prefix} &cEl numero no puede ser menor a 1'
Fly_Speed: '{prefix} &aVelocidad de vuelo ajustada a: &7{speed}'
Fall_Damage_Removed: '{prefix} &aEstas protegido de recibir daño de caida mientras vuelas'
You_Cant_Hit_This_Player: '{prefix} &cNo puedes golpear a este jugador porque esta volando'
Fly_Check_Yes: '{prefix} &7El jugador &a{player} &7esta volando.'
Fly_Check_No: '{prefix} &7El jugador &a{player} &7no esta volando.'
Helpmenu:
Sfhelp: '&7Muestra este menu de ayuda.'
Sfreload: '&7Recarga la configuracion.'
Sfffly: '&7Activa/Desactiva el modo de vuelo.'
Sffflyothers: '&7Activa/Desactiva el modo de vuelo para otro jugador.'
Sfspeed: '&7Cambia tu velocidad de vuelo.'
Sfcheck: '&7Comprueba si un jugador tiene el modo de vuelo activado.'
#Si esta opcion esta puesta en true, el modo de vuelo se desactivara al cambiar de mundo.
Disable-Fly-On-World-Change: true
#Si esta opcion esta puesta en true, los jugadores con el permiso "fly.falldamage" no recibiran daño por caida mientras vuelen.
Disable-Fall-Damage: true
#Si esta opcion esta puesta en true, los jugadores con el permiso "fly.invincible" no recibiran daño.
Invincible: true
ChatPrefix: '&b&lSimpleFly&f&l&m»»&r'
To Do:
- Translate to spanish.
![[IMG]](//proxy.spigotmc.org/e4cf26d97bfbedcd725cb7f3a0aaa9e8c27da39f?url=http%3A%2F%2Fwww.sympato.ch%2Fsmileys%2FYaisse.gif)
- Change /fly start/stop to /fly.
![[IMG]](//proxy.spigotmc.org/e4cf26d97bfbedcd725cb7f3a0aaa9e8c27da39f?url=http%3A%2F%2Fwww.sympato.ch%2Fsmileys%2FYaisse.gif)
- Add /fly (others).
![[IMG]](//proxy.spigotmc.org/e4cf26d97bfbedcd725cb7f3a0aaa9e8c27da39f?url=http%3A%2F%2Fwww.sympato.ch%2Fsmileys%2FYaisse.gif)
- Add option to allow/disallow fly on world change.
![[IMG]](//proxy.spigotmc.org/e4cf26d97bfbedcd725cb7f3a0aaa9e8c27da39f?url=http%3A%2F%2Fwww.sympato.ch%2Fsmileys%2FYaisse.gif)
- Add option to disallow fall damage.
![[IMG]](//proxy.spigotmc.org/e4cf26d97bfbedcd725cb7f3a0aaa9e8c27da39f?url=http%3A%2F%2Fwww.sympato.ch%2Fsmileys%2FYaisse.gif)
- Translate to french.
![[IMG]](//proxy.spigotmc.org/e4cf26d97bfbedcd725cb7f3a0aaa9e8c27da39f?url=http%3A%2F%2Fwww.sympato.ch%2Fsmileys%2FYaisse.gif)
- update to 1.9, 1.10, 1.11, 1.12.
![[IMG]](//proxy.spigotmc.org/e4cf26d97bfbedcd725cb7f3a0aaa9e8c27da39f?url=http%3A%2F%2Fwww.sympato.ch%2Fsmileys%2FYaisse.gif)
Please post a review, this is my first plugin.
Check my other plugins:
https://www.spigotmc.org/resources/authors/fernandopal.154969/
Check my other plugins:
https://www.spigotmc.org/resources/authors/fernandopal.154969/
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
[Inactive] SimpleFly is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,110 times (via Spigot). Download it and open it directly in the game.
![[IMG]](http://proxy.spigotmc.org/e4cf26d97bfbedcd725cb7f3a0aaa9e8c27da39f?url=http%3A%2F%2Fwww.sympato.ch%2Fsmileys%2FYaisse.gif)