SBPrime / AsyncWorldEdit-Premium

Async WorldEdit - Edit millions of blocks without lag! (Premium version)
Other
19 stars 4 forks source link

AWE breaks a WE method #229

Closed Aurelien30000 closed 4 years ago

Aurelien30000 commented 4 years ago

Hey,

Using PlotSquared and AWE 3.7.3, the world is unable to load because of this issue caused by AWE (tested without) https://pastebin.com/vf4fZN0u

Thanks for your help, I hope you'll be able to fix it quickly :)

Tsoccerguy3 commented 4 years ago

Its a plotsquared issue . open a issue in that git to get it fixed . It;s plotsquared breaking the WE API

Citymonstret commented 4 years ago

Its a plotsquared issue . open a issue in that git to get it fixed . It;s plotsquared breaking the WE API

It is not. We are using this method. It's in the WorldEdit API. Whatever AWE is injecting isn't compatible with the WorldEdit API.

To clarify, we do not support WE 7.2.0 as it has not even been released yet, it's still in beta. We support 7.1.0 as it's the latest WE release. The method handle changed in WE 7.2.0.

EH made backwards compatible methods that delegate to the new methods, so the signatures should still exist.

SBPrime commented 4 years ago

This was a problem with the AWE injector improperly handling of 2 methods with similar signature. Fixed in 3.7.4.