Added pirates.json
parent
2e1c8ba53c
commit
927d27299b
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:dark_oak_boat"
|
||||
},
|
||||
"title": "You Are A Pirate!",
|
||||
"description": "Visit the DB Pirate Cove at N 752",
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "locations:bases",
|
||||
"criteria": {
|
||||
"Pirate_Cove": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"player": [{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 80,
|
||||
"max": 220
|
||||
},
|
||||
"y": {
|
||||
"min": 50,
|
||||
"max": 140
|
||||
},
|
||||
"z": {
|
||||
"min": -6100,
|
||||
"max": -5920
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "player",
|
||||
"gamemode": "spectator"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue