Replies: 4 comments 2 replies
-
So you want the EntityPlaceEvent to be called for spawn eggs because you need to know which player placed the egg? |
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
-
Also: #7377 might be what we are looking for here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem?
EntityPlaceEvent is only called for armor stands, boats, minecarts and end crystals
item frames and paintings have its own event (HangingPlaceEvent)
but spawn eggs are not covered by any event
Describe the solution you'd like.
Fire the EntityPlaceEvent for spawn eggs as well
Describe alternatives you've considered.
Intercepting the PlayerInteractEvent
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions