aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
88 stars 70 forks source link

Fix WGEF being broken with FAWE #270

Closed Telesphoreo closed 4 months ago

Telesphoreo commented 4 months ago

Unfortunately, FAWE changed how some of their commands work, such as //set. Now, with AbstractDelegateEvent, it is under a new setBlocks method. I was able to implement the new function FAWE uses. Note that the old one is actually used for some other commands such as //sphere so it is still needed. Stock WE still uses that too. Even though I had to replace regular WE with FAWE, it still does support stock WE. I have no idea why FAWE went fixing things that weren't broken, but this adds support for newer builds of FAWE

I have made a fixed JAR here for anyone who is running into the issue: https://s3.telesphoreo.me/wgef/WorldGuardExtraFlags.jar

Or you can compile it yourself on my fork

aromaa commented 4 months ago

Thanks, but I don't support FAWE and I don't intend to.

aromaa commented 4 months ago

Sorry, I can't really allow external links to binaries due to security concerns.