Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.