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
Unfortunately, FAWE changed how some of their commands work, such as //set. Now, with
AbstractDelegateEvent
, it is under a newsetBlocks
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 FAWEI 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