Releases: aromaa/WorldGuardExtraFlags
Releases Β· aromaa/WorldGuardExtraFlags
v4.2.4
v4.2.3
A small bug fix update.
Improvements
- Preserve cases in command on flags. WG was previously lowercasing this, overriding this now.
- Preserve order of commands in command on flags.
- Adjusted the order of handlers. Command on flags are now executed last.
Bug fixes
- Using outdated ProtocolLib would brick the plugin.
4.2.2
A small bug fix update.
Improvements
- Use chunk plugin tickets for chunk-unload flag. This used to use forced chunks due to legacy reasons but that is no longer necessary.
Bug fixes
- Account for worlds with disabled regions.
- Improve compatibility of teleporting commands with on exit flags.
4.2.1
4.2.0
End Of Legacy Support Update
The plugin has supported Minecraft versions even way back to 1.7 for fairly long time (even too long!) and this update finally drops support for all Minecraft versions other than 1.18. With this, I have made few breaking changes I have had my eyes on for a while now. This should also have positive impact on performance.
Breaking Changes
- Only supports Minecraft 1.18.
- The permission nodes used to bypass flags is gone and has been replaced with respecting /rg bypass. If you are relying on this behavior you should be switching to using passthrough regions with groups set up to do the right thing to mimic the old behavior.
- For the worldedit flag, drop support for FAWE API. This has been unsupported scenario since 1.13+ but stayed in as a feature. Its encouraged to use vanilla WE instead of FAWE.