Edit

Share via


SystemAfterEvents Class

Provides a set of events that fire within the broader scripting system within Minecraft.

Properties

scriptEventReceive

read-only scriptEventReceive: ScriptEventCommandMessageAfterEventSignal;

An event that fires when a /scriptevent command is set. This provides a way for commands and other systems to trigger behavior within script.

Type: ScriptEventCommandMessageAfterEventSignal

Notes:

  • This property can be read in early-execution mode.