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 item type
Minecraft:raid_trigger Properties
Name |
Default Value |
Type |
Description |
Example Values |
triggered_event |
not set |
String |
|
Player: {"event":"minecraft:remove_raid_trigger","target":"self"} |
Samples
"minecraft:raid_trigger": {
"minecraft:raid_trigger": {
"triggered_event": {
"event": "minecraft:remove_raid_trigger",
"target": "self"
}
}
}