WorldEdit

WorldEdit

43M Downloads

Super Pickaxe block changes not being passed through EditSessionEvent

LadyCailinBot opened this issue ยท 3 comments

commented

WORLDEDIT-3102 - Reported by Intelli

As far as I can tell, there's presently no way for block loggers to log changes made by the super pickaxe.

commented

Comment by sk89q

Pickaxe calls a method to simulate mining, but that completely bypasses setBlock(). That's going to be an interesting problem to solve, at least without adding a simulateBlockMine() to every Extent.

commented

Comment by sk89q

This should be fixed now: f94be80

commented

Comment by Intelli

Seems to be working properly in initial testing. Thanks!