40 lines
1000 B
JSON
40 lines
1000 B
JSON
{
|
|
"display": {
|
|
"title": {
|
|
"text": "Storm The Gates"
|
|
},
|
|
"description": {
|
|
"text": "Find Ricksters Castle at spawn"
|
|
},
|
|
"icon": {
|
|
"item": "minecraft:nether_brick_stairs"
|
|
},
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true,
|
|
"hidden": false
|
|
},
|
|
"criteria": {
|
|
"castle": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "overworld",
|
|
"position": {
|
|
"x": {
|
|
"min": -65,
|
|
"max": -3
|
|
},
|
|
"y": {
|
|
"min": 68,
|
|
"max": 115
|
|
},
|
|
"z": {
|
|
"min": -97,
|
|
"max": -25
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"parent": "adventure:root"
|
|
} |