WorldGuard

WorldGuard

8M Downloads

Explosions generated by other plugins bypass WorldGuard protections to DESTROY PROTECTED BLOCKS.

LadyCailinBot opened this issue ยท 1 comments

commented

WORLDGUARD-2292 - Reported by BigScary

Several plugins, including for example Extra Hard Mode, generate explosions by calling world.createExplosion(). When they do, an EntityExplodeEvent is fired by Bukkit, with event.getEntity() == null. World Guard does not protect against these types of explosions, MAKING PROTECTED AREAS VULNERABLE TO DESTRUCTION. Please add a check for entity == null and treat it as one of your "other explosions" protections. Thank you!

commented

Comment by Dark_Arc

This should be up to the other plugins, but we could add a flag.