AmazingFly

⭐ — (0 endorsements) 📥 117 downloads 📌 v1.1.1 📅 12/16/2024
🟠 Updated over a year ago

By CubicLemming · game-mechanics

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 12/12/2024 📅 Created: 12/16/2024

🔍 Analysis

  • 🏆 #141 of 316 game-mechanics mods in this game by downloads

📋 About This Mod

AmazingFly An efficient and lightweight flight mode plugin! !(https://cdn.modrinth.com/data/cached_images/4c1d741728025daeeb4c7748856c615cdf0bb0a8.png) Easy and short configuration file FEATURES: • You can restrict in which game mode the flight mode can be activated. ( • All messages are customizable • Other features will be added in future updates! • WorldGuard and PAPI integration COMMANDS & PERMISSIONS: ‣ /fly - Activates fly mode for sender - Permission: **amazingfly.use** ‣ /fly <player> - Activates fly mode for target - Permission: **amazingfly.use.others** ‣ /rfly - Activates fly mode in a WorldGuard region with "amazing-fly" flag - Permission: **amazingfly.use.worldguard** ‣ /afly reload - Reloads configuration - Permission: **amazingfly.reload** • Permission **amazingfly.bypass** to bypass gamemode restrictions • Permission **amazingfly.admin** to have all plugin permissions DEPENDENCIES: - PlaceholderAPI **(Optional)** - Access to placeholders - WorldGuard **(Optional)** - Access to amazing-fly flag in wg regions to create fly-zones. This open many posibilities, for example to allow players to fly only in their owned regions. (For example ProtectionStones) AVAILABLE MINECRAFT VERSIONS: 1.16+ (Spigot and Paper. Not CraftBukkit) TO-DO: PlaceholderAPI hook (Version 1.0.0-RELEASE) **✓** MySQL support to cross-server fly-mode Adding bStats **✓** SUPPORT: Contact me on Discord: **elsus1719** CURRENT PLACEHOLDERS: - **%amazingfly_isflying%** - Returns true or false - **%amazingfly_isflying_<player>%** - Returns true or false COMMON ERRORS: No detected. <details> <summary>Config file</summary> ``` Config: options: #To turn off this option just write a "" # gamemode-restriction: gamemode-restriction: - cReATivE # Will the plugin send a message to the target when someone else activates flight mode? send-message-to-target-on: true # Will the plugin send a message to the target when someone else deactivates flight mode? send-message-to-target-off: true #You should use this to prevent player from receiving damage when disabling /fly. Useful when integrated with WorldGuard, #because the plugin automatically disables /fly when the player leaves the region. #(It is going to be configurable in future updates) inmunity-to-fall-damage: 5 #In seconds hooks: WorldGuard: true # Will the plugin use WorldGuard hook? lang: prefix: "&7 " restricted-gamemode: "&cYou can't use &6/fly &cwhile using this gamemode." no-permissions: "&cYou don't have necessary permissions." console-error: "&cYou can't use this command on console." command-bad-usage: "&cIncorrect usage. Usage: /{command} {subcommands}" plugin-reload: "&aThe plugin was reloaded successfully. For major changes (like hooks) restart the server. &a&lNever /reload." fly-activated: "&fYou &aactivated &ffly mode." fly-deactivated: "&fYou &cdeactivated &ffly mode." fly-activated-other: "&aYou activated fly mode to {PLAYER}." fly-deactivated-other: "&cYou deactivated fly mode to {PLAYER}." fly-activated-sender: "&a{SENDER} has activated fly mode for you." #send-message-to-target-on needs to be true. fly-deactivated-sender: "&c{SENDER} has deactivated fly mode for you." #send-message-to-target-off needs to be true. fly-others-error: "&c{PLAYER} doesn't exist." fly-worldguard-flag-error: "&cSorry, but you can't use /rfly in this region." fly-worldguard-deactivated: "&fYour fly mode was deactivated because you have left the fly region." ``` </details> **PLEASE DON'T REPOST THE PLUGIN IN OTHER FORUMS OR SERVER SETUPS DO NOT PASTE PLUGIN ERRORS IN THE REVIEW SECTION.**

An efficient and lightweight flight mode plugin!

!(https://cdn.modrinth.com/data/cached_images/4c1d741728025daeeb4c7748856c615cdf0bb0a8.png) Easy and short configuration file

FEATURES: • You can restrict in which game mode the flight mode can be activated. ( • All messages are customizable • Other features will be added in future updates! • WorldGuard and PAPI integration

COMMANDS & PERMISSIONS: ‣ /fly - Activates fly mode for sender - Permission: amazingfly.use ‣ /fly - Activates fly mode for target - Permission: amazingfly.use.others ‣ /rfly - Activates fly mode in a WorldGuard region with "amazing-fly" flag - Permission: amazingfly.use.worldguard ‣ /afly reload - Reloads configuration - Permission: amazingfly.reload

  • Permission amazingfly.bypass to bypass gamemode restrictions
  • Permission amazingfly.admin to have all plugin permissions

DEPENDENCIES: - PlaceholderAPI (Optional) - Access to placeholders - WorldGuard (Optional) - Access to amazing-fly flag in wg regions to create fly-zones. This open many posibilities, for example to allow players to fly only in their owned regions. (For example ProtectionStones)

AVAILABLE MINECRAFT VERSIONS: 1. 16+ (Spigot and Paper. Not CraftBukkit)

TO-DO: PlaceholderAPI hook (Version 1. 0. 0-RELEASE) ✓ MySQL support to cross-server fly-mode Adding bStats ✓

SUPPORT: Contact me on Discord: elsus1719

CURRENT PLACEHOLDERS: - %amazingfly_isflying% - Returns true or false - %amazingfly_isflying_% - Returns true or false

COMMON ERRORS: No detected.

Config file

``` Config: options: #To turn off this option just write a "[]" # gamemode-restriction: [] gamemode-restriction: - cReATivE # Will the plugin send a message to the target when someone else activates flight mode? send-message-to-target-on: true

# Will the plugin send a message to the target when someone else deactivates flight mode? send-message-to-target-off: true

#You should use this to prevent player from receiving damage when disabling /fly. Useful when integrated with WorldGuard, #because the plugin automatically disables /fly when the player leaves the region. #(It is going to be configurable in future updates) inmunity-to-fall-damage: 5 #In seconds hooks: WorldGuard: true # Will the plugin use WorldGuard hook? lang: prefix: "&7[&bAmazingFly&7] " restricted-gamemode: "&cYou can't use &6/fly &cwhile using this gamemode." no-permissions: "&cYou don't have necessary permissions." console-error: "&cYou can't use this command on console." command-bad-usage: "&cIncorrect usage. Usage: /{command} {subcommands}" plugin-reload: "&aThe plugin was reloaded successfully. For major changes (like hooks) restart the server. &a&lNever /reload." fly-activated: "&fYou &aactivated &ffly mode." fly-deactivated: "&fYou &cdeactivated &ffly mode." fly-activated-other: "&aYou activated fly mode to {PLAYER}." fly-deactivated-other: "&cYou deactivated fly mode to {PLAYER}." fly-activated-sender: "&a{SENDER} has activated fly mode for you." #send-message-to-target-on needs to be true. fly-deactivated-sender: "&c{SENDER} has deactivated fly mode for you." #send-message-to-target-off needs to be true. fly-others-error: "&c{PLAYER} doesn't exist." fly-worldguard-flag-error: "&cSorry, but you can't use /rfly in this region." fly-worldguard-deactivated: "&fYour fly mode was deactivated because you have left the fly region." ```

PLEASE DON'T REPOST THE PLUGIN IN OTHER FORUMS OR SERVER SETUPS DO NOT PASTE PLUGIN ERRORS IN THE REVIEW SECTION.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
CubicLemming
Version
1.1.1
Downloads
117
Endorsements
0
Category
game-mechanics
Created
12/16/2024
Updated
12/12/2024
Game Versions
1.16, 1.17, 1.18, 1.19, 1.20
Tags
game-mechanics, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does AmazingFly support?

The author lists 1.16, 1.17, 1.18, 1.19, 1.20, 1.21. Other versions may work but are untested by the author.

What is the latest version of AmazingFly?

Version 1.1.1, published 2024-12-12 with 117 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More game-mechanics 👤 More by CubicLemming 🔎 Similar Mods 🌐 Best game-mechanics (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods