FlyingAllowed

Quick rating

FlyingAllowed

No reviews yet

Flight toggling that's not Pay to Win! -> Only allow flying in trusted claims or WG regions.

Mod Loaders
Paper
Spigot
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.15.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Dependencies

Discord Please join the Streamline Hub Discord in order to get updates and for me to fully assist you with bugs, questions, or suggestions.

Discord: click here

Summary Simple flight toggling for servers that want to provide fly permissions in a non Pay to Win fashion.

How is it not Pay to Win?

This plugin allows players to fly only inside their teams' claims or specific WorldGuard regions.

How do I set this up?

Notes

  • When we say Accessible Claims, we mean claims that the player either owns or has specific Claim Extents in.
  • When we say Flyable Region, we mean WorldGuard regions that the player either owns or if the region has the flyingallowed-allow-flight WorldGuard region flag (toggle with /rg flags <worldguard-region-name>).
  • Claim Extents are defined in the plugin's config.yml, but typically do not need to be changed.
  • If a player moves outside of an Accessible Claim or Flyable Region, they will be put safely on the ground and their fly toggled to off. Perfect for non-pay-to-win servers!

Flying in Claims

  • Install the plugin! -> Don't forget to also install BukkitOfUtils (works on Folia too)!
  • Give the rank you want to have fly permissions these FlyingAllowed permssions:
    • flyingallowed.in.claims - Allows the player to not have their flight toggled off inside of Accessible Claims (see "Notes" above).
    • (Optional) flyingallowed.lands.toggle-on - Allows the player to automatically have their flight toggled on when entering an Accessible Claim or Flyable Region (see "Notes" above).
    • flyingallowed.command.fly - Allows the player to toggle their flight via the command /fly.

Flying in WorldGuard regions

  • Install the plugin! -> Don't forget to also install BukkitOfUtils (works on Folia too)!
  • Give the rank you want to have fly permissions these FlyingAllowed permssions:
    • flyingallowed.in.regions - Allows the player to not have their flight toggled off inside of Flyable Regions (see "Notes" above).
    • (Optional) flyingallowed.lands.toggle-on - Allows the player to automatically have their flight toggled on when entering an Accessible Claim or Flyable Region (see "Notes" above).
    • flyingallowed.command.fly - Allows the player to toggle their flight via the command /fly.

Enjoy!

Commands and Permissions

Commands

  • /fly
    • Toggles your flight on or off.
    • /fly-bypass
      • Toggles bypassing auto-flight-toggling checks.
    • /set-fly <true|false>
      • Sets your flight to enabled or disabled depending on what you put into the arguments.
    • /fly <player>
      • Toggle the flight of another player.
    • /fly-bypass <player>
      • Toggle bypassing auto-flight-toggling checks for another player.
    • /set-fly <true|false> <player>
      • Set the flight status of <player> to true or false.

Permissions

Commands' Permissions

  • flyingallowed.command.fly
    • Allows players to toggle their flight.
    • flyingallowed.command.set-fly
      • Allows players to set their flight to on or off.
    • flyingallowed.command.fly-bypass
      • Allows players to set if they are bypassing auto flight toggling.

Function Permissions

Bypassing
Note: These are all changeable in the config.yml.

  • flyingallowed.bypass.soft
    • Allows players to bypass flight toggling by using the /fly-bypass command.
    • flyingallowed.bypass.toggle-off
      • Allows players to bypass all auto toggling when the toggling will toggle their flight off.
    • flyingallowed.bypass.toggle-on
      • Allows players to bypass all auto toggling when the toggling will toggle their flight on.

Claims and Regions
Note: These are all changeable in the config.yml.

  • flyingallowed.in.claims
    • Allows players to not have their flight toggled off in Accessible Claims.
    • flyingallowed.in.regions
      • Allows players to not have their flight toggled off in Flyable Regions.
    • flyingallowed.lands.toggle-on
      • Allows players to have their flight automatically toggled on when entering an Accessible Claim or Flyable Region (see above for what each of these are).

Why This? Well, if the above doesn't entice you, this plugin does also offer completely asynchronous method calls and a very small file download (thanks to BukkitOfUtils!). This will ensure your server will be running with great performance.

How to Install

  1. Download and install BukkitOfUtils. Found here: BukkitOfUtils
  2. Download the correct version of this plugin for your server version.
  3. Place in your plugins folder.
  4. Stop server.
  5. Start server.
  6. Use to your liking.

More Info

How to toggle your flight

  1. Install plugin. (Shown above.)
  2. /fly

Current Plugin Hooks

If you want me to hook into a plugin you know of, reach out to me on Discord or open an issue on the GitHub!

  • Lands.
    • Supports:
      • FLY extent (land permission) inside players' lands.
      • If player is owner or member of land.
    • KingdomsX.
      • Supports:
        • If player is owner or member of kingdom's land.
      • Does not support:
        • If player is owner or member of nation's land. -> To be added at a later date!
        • ??? - Have an issue? Report it! My Discord Server
    • GriefPrevention.
      • Supports:
        • If player is owner or member of claim.
        • If player has a specific claim extent defined in config.yml.
      • Does not support:
    • SuperiorSkyblock2.
      • Supports:
        • If player is owner or member of island.
      • Does not support:
    • ProtectionStones.
      • Supports:
        • If player is owner or member of claim.
      • Does not support:
    • HuskClaims.
      • Supports:
        • If player is owner or member of claim.
        • If player has a specific claim extent defined in config.yml.
      • Does not support:
    • WorldGuard (regions).
      • Supports:
        • If player is owner or member of a region.
      • Specific Info:
        • Adds a region flag flyingallowed-allow-flight for your use with WorldGuard regions.
          • Player will still need the flyingallowed.in.regions permission to fly in regions.

Anything else?

Actually... there is... The plugin also has a blacklist or whitelist for worlds:

  • If the world configuration is set to blacklist, then the plugin will be disabled in said worlds.
  • If the world configuration is set to whitelist, then the plugin will be enabled only in said worlds.

Screenshots

Gallery

  • Cover Photo
    Cover Photo Picture to make the cover look fancy!

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works