Minecraft Wiki
Advertisement
Dark Oak Sapling
This article is a stub. 
You can help by expanding it.
Information icon
This feature is exclusive to Bedrock Edition. 

Triggers a script event with an ID and message.

Syntax[]

scriptevent <messageId: string> <message: message>

Arguments[]

messageId: string: basic_string

Must be a string. And it must be a single word that has no space or a quoted string.

message: message: CommandMessage

Must be a plain text. Can include spaces as well as target selectors. The game replaces entity selectors in the message with the list of selected entities' names, which is formatted as "name1 and name2" for two entities, or "name1, name2, ... and namen" for n entities.@here can be used to mention all players.

Result[]

Output[]

Example[]

History[]

Bedrock Edition
Beta APIs
(Experimental)
beta 1.19.60.22Added /scriptevent behind the "Beta APIs" experimental toggle.
1.20.30beta 1.20.20.20/scriptevent is no longer behind "Beta APIs" experimental toggle.
Advertisement