CommandHelper

CommandHelper

46.5k Downloads

Entity Explode Event

LadyCailin opened this issue ยท 2 comments

commented

CMDHELPER-2635 - Reported by PseudoKnight on 2013-04-10 01:45:57 UTC

http://jd.bukkit.org/dev/apidocs/org/bukkit/event/entity/EntityExplodeEvent.html

Proposed event data:

prefilters: entitytype
data: entitytype, entityid, location, yield, blocklist
mutable: yield, blocklist

I personally want to be able to remove block damage, but keep entity damage. So the mutable blocklist is important to me. WorldGuard just changed other-explosion to cancel the whole event instead of clearing the blocklist, and unfortunately this will break a PVP script feature I have once I update.

commented

Comment by Tom.Gebbett on 2013-04-15 19:38:54 UTC

I could replace a plugin i've had to use for a long time with this, and have been hoping it would happen for a while.

commented

Comment by PseudoKnight on 2013-05-06 07:22:41 UTC

Added in build 1479