Would like EntityBlockFormEvent event added to CommandHelper
LadyCailinBot opened this issue ยท 7 comments
CMDHELPER-3167 - Reported by malon
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/block/EntityBlockFormEvent.html
I'm guessing that it goes in CHSpigot. I don't really care where it goes as long as I can use it.
Thank you!
Comment by PseudoKnight
I think I'd probably do a BlockFormEvent and have different values for when its caused by entities. Currently only snowmen and frostwalker triggers for EntityBlockFormEvent, which limits its utility.
Comment by malon
I need it for frostwalker protection. My server has some worlds where players can build, and others that are meant for exploration. I need to prevent Frostwalker from causing ice in the exploration worlds.
Comment by malon
I've never asked for a feature to be added before, how long does it normally take to be implemented? Not being pushy, I would just like to know for the sake of knowing. Thank you!
Comment by PseudoKnight
There is no normal time. It's done when someone feels like doing it.
Comment by PseudoKnight
We actually have a block_grow event, which will fire for these events, except without the source. We could possibly just add the source to that event.
Comment by malon
@PseudoKnight Thank you for starting to work on it very much, you are a very kind person.