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.
@herecan be used to mention all players.
Result
Output
Example
History
| Bedrock Edition | |||||
|---|---|---|---|---|---|
| 1.19.60 | beta 1.19.60.22 | Added /scriptevent. | |||