FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

FAWE incompatibility with WE CuboidRegion#getFaces() 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#getFaces() method.
When this method is called, a NoSuchMethodError happens.
Cause : WE CuboidRegion#getFaces() returns a Region. FAWE CuboidRegion#getFaces() returns a RegionIntersection.

To Reproduce

  1. Have a server with FAWE on it.
  2. Create a plugin and use WE CuboidRegion#getFaces() 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/4d40094cc0c14ac9a4b26ba9b5461398

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/0a2000a81a0f47b189fa88c1d257bf34

Fawe Version

FastAsyncWorldEdit-Bukkit-2.4.1-SNAPSHOT-239

Checklist

Anything else?

No response