Closed GyllieGyllie closed 8 years ago
Hi sorry for not answering sooner, but I missed your comment. Please check if you did not enable block limit in AWE.
Hey,
thanks for the reply, in the meantime found the problem, had to get the max blocks higher when creating the IThreadSafeEditSession.
So you did not initialize the session using -1?
Actually haven't tried that yet. Let me give it a shot. I'll keep you updated
Changing it to -1 does work indeed! Thanks for the help and great plugin!
No problem.
Hey,
I'm using the AWE API to regenerate my arena's for my minigames. Now everything was working fine till I changed this line:
final Operation operation = holder.createPaste(editSession, worldData).to(to).ignoreAirBlocks(true).build();
to
final Operation operation = holder.createPaste(editSession, worldData).to(to).ignoreAirBlocks(false).build();
Now it keeps throwing a MaxChangedBlocksException while I'm sure in WorldEdit settings it's set to -1. Both the worldedit settings and AWE settings are default.