-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like EntityBlockFormEvent event added to CommandHelper #1161
Comments
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 PseudoKnight No, I need to add block_form. |
Comment by malon @PseudoKnight Thank you for starting to work on it very much, you are a very kind person. |
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!
The text was updated successfully, but these errors were encountered: