- Updated BOU.
- Fixed a Bukkit API Versioning issue.
- Fixed another issue with WorldGuard regions.
- Fixes:
- Issue with HuskClaims and players not being able to fly in claims that they are trusted in.
- Some issues with WorldGuard when reloading the plugin without restarting. (My goal is to completely support hot-reloading with my plugins.)
- Added config values for setting region flight toggling messages.
- Cleaned up some code and default configs shipped with the plugins.
- Fixed a bug with HuskClaims.
- Players being spammed with "this claim is protected" when walking through another player's claim that they don't have fly access in.
- (Possible Fix) Players not being able to fly in claims that they have trust in.
- Added a config value for admins to define the region permission.
- Defaults to:
flyingallowed.in.regions
. - Note: players will need to have this permission in order to fly in regions even if the region has the
flyingallowed-allow-flight
region flag set to Allow.
- Defaults to:
- Added config option to change the permission needed for flying in claims.
- Was
flyingallowed.in.lands
. - Set the default to
flyingallowed.in.claims
- Added backwards support (so admins won't have to change their permission nodes around) with
flyingallowed.in.lands
.
- Was
- Added support for:
- WorldGuard Regions
- Husk Claims
- Added a message configuration file.
- Added a way to fine-tune Grief Prevention and Husk Claims allowed claim extents. (If the player has the extent in the claim they are in, allow them to fly.)
- Fixed Folia sometimes throwing errors when teleporting to the ground.
- Fixed flight not getting toggled off when leaving a claim.
- Fixed ProtectionStones support.
- Cleaned up code.
- Fixed Folia teleportation bug.
- Added support for ProtectionStones as per a request.
- Fixed up for initial release.
- Functional plugin hooks:
- Lands.
- KingdomsX
- GriefPrevention
- Base functions:
- Toggle your flight.
- Set your flight to off or on.
- Auto toggle on or off players' flight when they enter or leave a lands land, kingdomsx kingdom land, or griefprevention claim.
- Toggling off sets the player safely on the ground.