Newer WorldGuard Builds now break since methods are missing in FastAsyncWorldEdit
Legoman99573 opened this issue ยท 0 comments
Server Implementation
Paper
Server Version
1.20.5/6
Describe the bug
Within recent WorldGuard builds, there is an issue to where now it causes WorldGuard to fail because com.sk89q.worldedit.math.BlockVector2.x()
does not exist in current FastAsyncWorldEdit builds, which is now required in newer builds of WorldGuard.
Note that I have tested this on a test server and not in production.
To Reproduce
- Download latest experimental build of WorldGuard from https://builds.enginehub.org/job/worldguard/24198 (as of this bug report)
- Download latest build of FastAsyncWorldEdit from https://ci.athion.net/job/FastAsyncWorldEdit/
- Grab the latest Paper Build
- Start the server
- Error should generate
- Region data will fail and WorldGuard will disable, thus breaks any other plugin that relies on WorldGuard
Expected behaviour
Should load region data, if there is any and continue to load the server without issues.
Screenshots / Videos
No response
Error log (if applicable)
https://paste.gg/p/anonymous/d05b9fbce43242b787832fb640b1c56e
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/7dec0193f5ad4a839dfb2b484d4ef505
Fawe Version
FastAsyncWorldEdit v.2.10.0;d8eb03f
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
Running Paper version 1.20.6-82-master@0ad09de as of writing this bug report if that helps out