On Egg Throw (Event) — Skript

Addon: Skript · Category: Event · Since: 1.0

Syntax

[on] throw[ing] [of] [an] egg

Description

Called when a player throws an egg and it lands. You can just use the <a href='#shoot'>shoot event</a> in most cases. However, this event allows modification of properties like the hatched entity type and the number of entities to hatch.

Event Values

  • event-player
  • event-projectile
  • event-world

Examples

on throw of an egg:

View source