Skip to content

FlyingAllowed

Simple flight toggling for servers that want to provide fly permissions in a non-pay-to-win fashion.

How is it non-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!

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

BypassingNote: 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.

ClaimsNote: 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).

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.
    • Does not support:
  • 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.
    • Does not support:

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.