EngineHub / CommandHelper

Rapid scripting and command aliases for Minecraft owners
https://methodscript.com
Other
120 stars 71 forks source link

Would like EntityBlockFormEvent event added to CommandHelper #1161

Open LadyCailinBot opened 6 years ago

LadyCailinBot commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

Comment by PseudoKnight

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

LadyCailinBot commented 6 years ago

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 commented 6 years ago

Comment by PseudoKnight

No, I need to add block_form.

LadyCailinBot commented 6 years ago

Comment by malon

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