Attempts to trigger a raid at the entity's location.
Raid Trigger Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| minecraft:raid_trigger | not set | Raid Trigger item | Player: {"triggered_event":{"event":"minecraft:remove_raid_trigger","target":"self"}} |
|
| triggered_event | not set | Minecraft Event Trigger | Event to run when a raid is triggered on the village. |
Raid Trigger
Samples
Player
"minecraft:raid_trigger": {
"minecraft:raid_trigger": {
"triggered_event": {
"event": "minecraft:remove_raid_trigger",
"target": "self"
}
}
}