CommandHelper icon indicating copy to clipboard operation
CommandHelper copied to clipboard

Would like EntityBlockFormEvent event added to CommandHelper

Open LadyCailinBot opened this issue 7 years ago • 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!

LadyCailinBot avatar Jan 17 '18 03:01 LadyCailinBot

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.

LadyCailinBot avatar Jan 17 '18 05:01 LadyCailinBot

Comment by malon

@PseudoKnight

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.

LadyCailinBot avatar Jan 17 '18 14:01 LadyCailinBot

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!

LadyCailinBot avatar Jan 23 '18 21:01 LadyCailinBot

Comment by PseudoKnight

There is no normal time. It's done when someone feels like doing it.

LadyCailinBot avatar Jan 23 '18 22:01 LadyCailinBot

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.

LadyCailinBot avatar Jan 25 '18 18:01 LadyCailinBot

Comment by PseudoKnight

No, I need to add block_form.

LadyCailinBot avatar Jan 26 '18 21:01 LadyCailinBot

Comment by malon

@PseudoKnight Thank you for starting to work on it very much, you are a very kind person.

LadyCailinBot avatar Jan 29 '18 22:01 LadyCailinBot