SBPrime / AsyncWorldEdit-Premium

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

Warnings during tiles entities placement (overlaps with other plugins) #231

Open Aurelien30000 opened 4 years ago

Aurelien30000 commented 4 years ago

Hey,

Whenever I try to place tile entities, Awe interfers with other plugins like PlotSquared and spams these errors : https://pastebin.com/0kwXsG92 Would you be able to fix it or it's an issue caused by other plugins (for PlotSquared that listens to block placement) / the game itself ?

Thanks :)

Paper 1.15-375 WorldEdit 7.2.0-Beta + Awe 3.7.4

SBPrime commented 4 years ago

Looks list the version of p2 is no logger fully compatinle with AWE. Long story short any block gets executed during block change will cause problems. I’ll see if there is something that I can do about it.

Aurelien30000 commented 4 years ago

Seems because of the block placement listener, PS actually gets the tile entities amount, that's it : https://github.com/IntellectualSites/PlotSquared/blob/v5/Bukkit/src/main/java/com/plotsquared/bukkit/util/BukkitUtil.java#L670