FAWE incompatibility with WorldEdit CuboidRegion#getWalls() method
Aeliios opened this issue ยท 0 comments
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
- Have a server with FAWE on it.
- Create a plugin and use WE CuboidRegion#getWalls() method.
- Put the plugin on the server & run it.
- 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
- 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?
No response