FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

FAWE incompatibility with WorldEdit CuboidRegion#getWalls() method

Aeliios opened this issue ยท 0 comments

commented

Server Implementation

Paper

Server Version

1.18.2

Describe the bug

I made a plugin and used WE api in it, however I have FAWE on the server.
On this plugin i use the CuboidRegion#getWalls() method.
When this method is called, a NoSuchMethodError happens.
Probable cause : WE CuboidRegion#getWalls() returns a Region. FAWE CuboidRegion#getWalls() returns a RegionIntersection.

To Reproduce

  1. Have a server with FAWE on it.
  2. Create a plugin and use WE CuboidRegion#getWalls() method.
  3. Put the plugin on the server & run it.
  4. When the method is used in your plugin a NoSuchMethodError happens (see error log section below).

Expected behaviour

No error when method is called.

Screenshots / Videos

No response

Error log (if applicable)

https://paste.gg/p/anonymous/199d46f66d464fddaf340e32e0ee03e1

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/f4a665a7c92b465fa415990ad7fa3d48

Fawe Version

FastAsyncWorldEdit-Bukkit-2.3.1-SNAPSHOT-230

Checklist

Anything else?

No response