Added locations: Mont Canopy, Market, Casino
parent
4a2a3205e1
commit
cd1d7ed055
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_block"
|
||||
},
|
||||
"title": "Here Comes the Money!",
|
||||
"description": "Stepped foot in the Olive Garden Casino at N 270",
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "locations:landmarks",
|
||||
"criteria": {
|
||||
"be_near": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 908,
|
||||
"max": 981
|
||||
},
|
||||
"y": {
|
||||
"min": 70,
|
||||
"max": 87
|
||||
},
|
||||
"z": {
|
||||
"min": -2167,
|
||||
"max": -2221
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"icon": {
|
||||
"item": "minecraft:elytra"
|
||||
},
|
||||
"title": "Server Landmarks",
|
||||
"title": "Landmarks",
|
||||
"description": "Visit special places around The Canopy!",
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
|
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"title": "Spawn Market",
|
||||
"description": "Check out the spawn market at E 30",
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "locations:root",
|
||||
"criteria": {
|
||||
"be_near": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 40,
|
||||
"max": 450
|
||||
},
|
||||
"y": {
|
||||
"min": 62,
|
||||
"max": 125
|
||||
},
|
||||
"z": {
|
||||
"min": 13,
|
||||
"max": -215
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ladder"
|
||||
"item": "minecraft:snowball"
|
||||
},
|
||||
"title": "I'm Flying, Jack!",
|
||||
"description": "Summit spawn mountain",
|
||||
"title": "Mont Canopy",
|
||||
"description": "Hit the slopes at Mont Canopy (W 55)",
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": true
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "locations:landmarks",
|
||||
"criteria": {
|
||||
|
@ -17,16 +17,16 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 35,
|
||||
"max": 50
|
||||
"min": -500,
|
||||
"max": -318
|
||||
},
|
||||
"y": {
|
||||
"min": 160,
|
||||
"max": 180
|
||||
"min": 130,
|
||||
"max": 223
|
||||
},
|
||||
"z": {
|
||||
"min": -240,
|
||||
"max": -220
|
||||
"min": -120,
|
||||
"max": 50
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue