FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Newer WorldGuard Builds now break since methods are missing in FastAsyncWorldEdit

Legoman99573 opened this issue ยท 0 comments

commented

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

  1. Download latest experimental build of WorldGuard from https://builds.enginehub.org/job/worldguard/24198 (as of this bug report)
  2. Download latest build of FastAsyncWorldEdit from https://ci.athion.net/job/FastAsyncWorldEdit/
  3. Grab the latest Paper Build
  4. Start the server
  5. Error should generate
  6. 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

Anything else?

Running Paper version 1.20.6-82-master@0ad09de as of writing this bug report if that helps out