Compare commits

..

No commits in common. "master" and "mauberries_canopy_update" have entirely different histories.

69 changed files with 1151 additions and 2406 deletions

View File

@ -1,3 +1 @@
A custom advancements datapack for the Canopy minecraft server.
From the `datapacks` directory, run `update.sh` to update the advancements from this repository.

View File

@ -1,25 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:dandelion"
},
"title": "A Flower In Your Hare",
"description": "Thanks Hanny!",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:neature",
"criteria": {
"give_flower": {
"trigger": "minecraft:player_interacted_with_entity",
"conditions": {
"item": {
"items": ["minecraft:dandelion"]
},
"entity": {
"type": "minecraft:rabbit"
}
}
}
}
}

View File

@ -1,22 +1,22 @@
{
"display": {
"icon": {
"item": "minecraft:phantom_membrane"
},
"title": "A Good Start",
"description": "Kill a phantom, hopefully more to come.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:mobs",
"criteria": {
"kill_1_phantom": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:phantom"
}
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:phantom_membrane"
},
"title": "A Good Start",
"description": "Kill a phantom, hopefully more to come.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:mobs",
"criteria": {
"have_sed": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:phantom"
}
}
}
}
}

View File

@ -1,155 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:netherite_boots"
},
"title": "... Alright, I Give Up.",
"description": "And you thought 100,000 was far...",
"frame": "challenge",
"show_toast": false,
"announce_to_chat": true
},
"parent": "canopy:far_out_man",
"criteria": {
"outer_pos_x": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"min": 1000000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_pos_z": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"z": {
"min": 1000000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_neg_x": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"max": -1000000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_neg_z": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"max": -1000000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
},
"requirements": [
[
"outer_pos_x",
"outer_pos_z",
"outer_neg_x",
"outer_neg_z"
]
]
}

View File

@ -1,33 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:netherite_hoe"
},
"title": "Are... Are you serious?",
"description": "Why would you...?",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"break_a_netherite_hoe": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:broken",
"stat": "minecraft:netherite_hoe",
"value": {
"min": 1
}
}
]
}
}
}
}
}
}

View File

@ -1,33 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:clock"
},
"title": "Challenge Accepted",
"description": "So you managed to stay alive a whole day, not impressed.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"alive_1_day": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:time_since_death",
"value": {
"min": 24000
}
}
]
}
}
}
}
}
}

View File

@ -1,33 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:observer"
},
"title": "Challenge Complete",
"description": "Managed 100 days without dying, I guess you're alright.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:challenge_accepted",
"criteria": {
"alive_100_days": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:time_since_death",
"value": {
"min": 2400000
}
}
]
}
}
}
}
}
}

View File

@ -1,43 +1,21 @@
{
"display": {
"icon": {
"item": "minecraft:end_portal_frame"
},
"title": "The End.",
"description": "That was easy.",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "canopy:root",
"criteria": {
"reach_the_end": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end"
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:end_portal_frame"
},
"title": "The End.",
"description": "That was easy.",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "canopy:root",
"criteria": {
"in_end": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_end"
}
}
}
}

View File

@ -1,47 +1,25 @@
{
"display": {
"icon": {
"item": "minecraft:black_concrete"
},
"title": "Enter The Void",
"description": "At least this only exists in the end... right?",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:end",
"criteria": {
"below_-65y": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"y": {
"max": -65.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:black_concrete"
},
"title": "Enter The Void",
"description": "At least this only exists in the end... right?",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:end",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_end",
"position": {
"y": {
"max": -65
}
}
}
}
}
}

View File

@ -1,155 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:elytra"
},
"title": "Far Out Man.",
"description": "Reach 100,000 in The End.",
"frame": "challenge",
"show_toast": false,
"announce_to_chat": true
},
"parent": "canopy:yeet",
"criteria": {
"outer_pos_x": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"min": 100000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_pos_z": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"z": {
"min": 100000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_neg_x": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"max": -100000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_neg_z": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"max": -100000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
},
"requirements": [
[
"outer_pos_x",
"outer_pos_z",
"outer_neg_x",
"outer_neg_z"
]
]
}

View File

@ -1,146 +1,58 @@
{
"display": {
"icon": {
"item": "minecraft:spawner"
},
"title": "Feeling Caged In",
"description": "Find all four limits of the overworld cage. Don't worry, its a nice, big cage.",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"outer_pos_x": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 31990.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_pos_z": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"z": {
"min": 31990.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_neg_x": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"max": -31990.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
},
"outer_neg_z": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"max": -31990.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:spawner"
},
"title": "Feeling Caged In",
"description": "Find all four limits of the overworld cage. Don't worry, its a nice, big cage.",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"x+": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 23999
}
}
}
},
"x-": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"max": -23999
}
}
}
},
"z+": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"z": {
"min": 23999
}
}
}
},
"z-": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"z": {
"max": -23999
}
}
}
}
}
}

View File

@ -1,22 +1,22 @@
{
"display": {
"icon": {
"item": "minecraft:wheat_seeds"
},
"title": "Get sed",
"description": "Obtain some sed",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"have_sed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [{
"item": "minecraft:wheat_seeds"
}]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:wheat_seeds"
},
"title": "Get sed",
"description": "Obtain some sed",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"have_sed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [{
"item": "minecraft:wheat_seeds"
}]
}
}
}
}

View File

@ -1,22 +1,22 @@
{
"display": {
"icon": {
"item": "minecraft:parrot_spawn_egg"
},
"title": "Gib sed",
"description": "Tame a b0rb",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:get_sed",
"criteria": {
"have_sed": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot"
}
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:parrot_spawn_egg"
},
"title": "Gib sed",
"description": "Tame a b0rb",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:get_sed",
"criteria": {
"have_sed": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot"
}
}
}
}
}

View File

@ -1,50 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:fern"
},
"title": "Green Thumb",
"description": "Plant every type of tree.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:neature",
"criteria": {
"jungle": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:jungle_sapling"
}
},
"oak": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:oak_sapling"
}
},
"spruce": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:spruce_sapling"
}
},
"birch": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:birch_sapling"
}
},
"acacia": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:acacia_sapling"
}
},
"dark_oak": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:dark_oak_sapling"
}
}
}
}

View File

@ -1,35 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:spyglass"
},
"title": "Is It a... oh crap.",
"description": "Making eye contact with it may have been a mistake...",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:end",
"criteria": {
"spyglass_at_enderman": {
"trigger": "minecraft:using_item",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"predicate": {
"player": {
"looking_at": {
"type": "minecraft:enderman"
}
}
},
"entity": "this"
}],
"item": {
"items": [
"minecraft:spyglass"
]
}
}
}
}
}

View File

@ -1,48 +1,26 @@
{
"display": {
"icon": {
"item": "minecraft:black_concrete"
},
"title": "Is It Extra Hot Down There?",
"description": "The floor is lava... but what's below the floor?",
"frame": "challenge",
"hidden": false,
"announce_to_chat": true
},
"parent": "canopy:enter_the_void",
"criteria": {
"below_-65y": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_nether",
"position": {
"y": {
"max": -65.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:structure_void"
},
"title": "Is It Extra Hot Down There?",
"description": "Here I was, just boating along in the nether...",
"frame": "challenge",
"hidden": false,
"announce_to_chat": true
},
"parent": "canopy:enter_the_void",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_nether",
"position": {
"y": {
"max": -65
}
}
}
}
}
}

View File

@ -1,33 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:spider_eye"
},
"title": "Keto Diet",
"description": "Eghhh",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"eat_100_spider_eye": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:used",
"stat": "minecraft:spider_eye",
"value": {
"min": 100
}
}
]
}
}
}
}
}
}

View File

@ -1,22 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:sculk_catalyst"
},
"title": "Is that it Mojang?",
"description": "Kill a Warden. So much for sneaking.",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:mobs",
"criteria": {
"kill_warden": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:warden"
}
}
}
}
}

View File

@ -1,25 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:axolotl_bucket"
},
"title": "LONG MAY HE LIVE.",
"description": "Name an Axolotl",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:neature",
"criteria": {
"name_axolotl": {
"trigger": "minecraft:player_interacted_with_entity",
"conditions": {
"item": {
"items": ["minecraft:name_tag"]
},
"entity": {
"type": "minecraft:axolotl"
}
}
}
}
}

View File

@ -1,18 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:zombie_head"
},
"title": "Mobs",
"description": "Gotta kill 'em all!",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "canopy:root",
"criteria": {
"kill_any_mob": {
"trigger": "minecraft:player_killed_entity"
}
}
}
{
"display": {
"icon": {
"item": "minecraft:zombie_head"
},
"title": "Mobs",
"description": "Gotta kill 'em all!",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "canopy:root",
"criteria": {
"mob_kill": {
"trigger": "minecraft:player_killed_entity"
}
}
}

View File

@ -1,33 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:diamond_sword"
},
"title": "Now We're Talking",
"description": "Kill 100 phantoms... still not enough.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:a_good_start",
"criteria": {
"kill_100_phantoms": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:killed",
"stat": "minecraft:phantom",
"value": {
"min": 100
}
}
]
}
}
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:diamond_sword"
},
"title": "Now We're Talking",
"description": "Kill 100 phantoms... still not enough.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:a_good_start",
"criteria": {
"100_phantoms": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"player": {
"stats": [
{
"type": "minecraft:killed",
"stat": "minecraft:phantom",
"value": {
"min": 100
}
}
]
}
}
}
}
}
}

View File

@ -1,48 +1,26 @@
{
"display": {
"icon": {
"item": "minecraft:elytra",
"nbt": "{Damage:431}"
},
"title": "Okay, Too Far.",
"description": "100,000? How did you even get up here?",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:touch_the_sky",
"criteria": {
"reach_100k": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"min": 100000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:elytra",
"nbt": "{Damage:431}"
},
"title": "Okay, Too Far.",
"description": "100,000? How did you even get up here?",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:touch_the_sky",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"min": 100000
}
}
}
}
}
}

View File

@ -1,17 +1,17 @@
{
"display": {
"icon": {
"item": "minecraft:music_disc_chirp"
},
"title": "Party Parrot",
"description": "Birdy dancin!",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:gib_sed",
"criteria": {
"birdy_dancin": {
"trigger": "impossible"
}
}
}
{
"display": {
"icon": {
"item": "minecraft:music_disc_chirp"
},
"title": "Party Parrot",
"description": "Birdy dancin!",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:gib_sed",
"criteria": {
"birdy_dancin": {
"trigger": "impossible"
}
}
}

View File

@ -1,233 +1,233 @@
{
"parent": "canopy:root",
"criteria": {
"music_disc_cat": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_cat"
}
}
},
"music_disc_13": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_13"
}
}
},
"music_disc_blocks": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_blocks"
}
}
},
"music_disc_chirp": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_chirp"
}
}
},
"music_disc_far": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_far"
}
}
},
"music_disc_mall": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_mall"
}
}
},
"music_disc_mellohi": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_mellohi"
}
}
},
"music_disc_stal": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_stal"
}
}
},
"music_disc_strad": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_strad"
}
}
},
"music_disc_ward": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_ward"
}
}
},
"music_disc_11": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_11"
}
}
},
"music_disc_wait": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_wait"
}
}
},
"music_disc_pigstep": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_pigstep"
}
}
}
},
"requirements": [
[
"music_disc_cat",
"music_disc_13",
"music_disc_blocks",
"music_disc_chirp",
"music_disc_far",
"music_disc_mall",
"music_disc_mellohi",
"music_disc_stal",
"music_disc_strad",
"music_disc_ward",
"music_disc_11",
"music_disc_wait",
"music_disc_pigstep"
]
],
"rewards": {
"function": "canopy:parrot"
}
}
{
"parent": "canopy:root",
"criteria": {
"music_disc_cat": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_cat"
}
}
},
"music_disc_13": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_13"
}
}
},
"music_disc_blocks": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_blocks"
}
}
},
"music_disc_chirp": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_chirp"
}
}
},
"music_disc_far": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_far"
}
}
},
"music_disc_mall": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_mall"
}
}
},
"music_disc_mellohi": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_mellohi"
}
}
},
"music_disc_stal": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_stal"
}
}
},
"music_disc_strad": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_strad"
}
}
},
"music_disc_ward": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_ward"
}
}
},
"music_disc_11": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_11"
}
}
},
"music_disc_wait": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_wait"
}
}
},
"music_disc_pigstep": {
"trigger": "minecraft:item_used_on_block",
"conditions": {
"location": {
"block": {
"block": "minecraft:jukebox",
"state": {
"has_record": "true"
}
}
},
"item": {
"item": "minecraft:music_disc_pigstep"
}
}
}
},
"requirements": [
[
"music_disc_cat",
"music_disc_13",
"music_disc_blocks",
"music_disc_chirp",
"music_disc_far",
"music_disc_mall",
"music_disc_mellohi",
"music_disc_stal",
"music_disc_strad",
"music_disc_ward",
"music_disc_11",
"music_disc_wait",
"music_disc_pigstep"
]
],
"rewards": {
"function": "canopy:parrot"
}
}

View File

@ -1,4 +1,4 @@
{
l{
"display": {
"icon": {
"item": "minecraft:jungle_sapling"

View File

@ -1,33 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:netherite_sword"
},
"title": "Sword Go Brrr",
"description": "Kill 25,000 mobs",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:so_anyway_i_started_blasting",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:mob_kills",
"value": {
"min": 25000
}
}
]
}
}
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:netherite_sword"
},
"title": "Sword Go Brrr",
"description": "Kill 25,000 mobs",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:so_anyway_i_started_blasting",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"player": {
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:mob_kills",
"value": {
"min": 25000
}
}
]
}
}
}
}
}
}

View File

@ -0,0 +1,17 @@
{
"display": {
"icon": {
"item": "minecraft:bucket"
},
"title": "The Prized Sed",
"description": "A cup of the most sought after sed on the server, won from a community event.",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"get_award": {
"trigger": "minecraft:impossible"
}
}
}

View File

@ -1,33 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:rotten_flesh"
},
"title": "This Takes Guts.",
"description": "Eat 100 rotten flesh.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"eat_100_rotten_flesh": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:used",
"stat": "minecraft:rotten_flesh",
"value": {
"min": 100
}
}
]
}
}
}
}
}
}

View File

@ -1,7 +1,8 @@
{
"display": {
"icon": {
"item": "minecraft:skeleton_skull"
"item": "minecraft:player_head",
"nbt":"{SkullOwner:\"MHF_Skeleton\"}"
},
"title": "Till Death Do Us Part.",
"description": "Wear a piece of fully cursed armor in every slot.",

View File

@ -1,34 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:totem_of_undying"
},
"title": "Timeless",
"description": "1,000 days alive? I stand corrected.",
"frame": "challenge",
"hidden": true,
"announce_to_chat": true
},
"parent": "canopy:challenge_complete",
"criteria": {
"alive_1000_days": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:time_since_death",
"value": {
"min": 24000000
}
}
]
}
}
}
}
}
}

View File

@ -1,47 +1,25 @@
{
"display": {
"icon": {
"item": "minecraft:firework_rocket"
},
"title": "Touch The Sky",
"description": "The nest looks so small from up here!",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"reach_2k": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"min": 2000.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:firework_rocket"
},
"title": "Touch The Sky",
"description": "The nest looks so small from up here!",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"min": 2000
}
}
}
}
}
}

View File

@ -1,60 +1,60 @@
{
"display": {
"icon": {
"item": "minecraft:player_head",
"nbt": "{SkullOwner: {UUID: \"7afbf6632bf049ef915f22e81b298d17\", Properties: {textures: [{Value: \"ewogICJ0aW1lc3RhbXAiIDogMTU5NzM0MzY4MzI4NywKICAicHJvZmlsZUlkIiA6ICI3YWZiZjY2MzJiZjA0OWVmOTE1ZjIyZTgxYjI5OGQxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWYWtiZXplbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNGNmODAyZWMzNzVjYzcwMzQyYjZiMWRkZWExNDFkOGEyNGIyMjkzOWFjYmVmY2IxYWQ0MzU3ZTk3OGQ5NWNjIgogICAgfQogIH0KfQ==\", Signature: \"xdqPCx6d4P4jAMYmhRDY8+GshmY6kW5ChMohnn27IzOchVzmHzmdshwlePEIe/1fuhDcYeDJaUgphZf7cqjMJyeMxgUDESbunb3oxsNH7Y+GUBgRY1+nnov3zLGpIruGdG5kdGNfyPyMdOye1Ou1iwz7m1zTqz1HjiOm/brDkP95QbatNdH+Ajnvut20wMcmKUS9rL+e0CLfb91PasVRpESogSbV7mL5sgFbt54UBj7oLdnaoE5Rk9pCvVADMPQqRFIGcrIe8E4EaJRmnXuj3rU8FeGkUcCnZw+aNHgS+iyAP1DL1MU+CkXLjY3YpADc7g9Fdf/1PIbF1RlfhZBsh4V4ji+kAX97xhIDqRdEAFIYJFHEWeLkGn45NY1nDYJaSgIfNAGpJTc/PFQl3jsEGcfglwgLpZSBgWi+6deC46wjT1h6ECxEntbPDSFiT1ktOr+Cy1GIGw5tQGhpiuHpkpdzj7F0/DBUxIj/wCl0JDr/+mSKWDUoyC4qp+W54Rga7OeLLr5VBEmjF7UoF50BT4lNYWN4KCpk5kFuPBB239y5L6U514vahtlSFsT7kq4mxorAV0zMhNYUHmNTxBcPOTaWHf3pQyUy63cUBvhfkL9MoBl6H7PUgMaQUEyicdzhZuQZrccE08FKEEjns6i0Grzp59icIQcYpoFaYIqgwYQ=\"}]}, Id: [I; 2063332963, 737167855, -1856036120, 455707927]}}"
},
"title": "Vak's Living Room",
"description": "Have every type of parrot as a pet... whatcha do?",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:gib_sed",
"criteria": {
"red": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:0}"
}
}
},
"blue": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:1}"
}
}
},
"green": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:2}"
}
}
},
"cyan": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:3}"
}
}
},
"gray": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:4}"
}
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:player_head",
"nbt": "{SkullOwner: {UUID: \"7afbf6632bf049ef915f22e81b298d17\", Properties: {textures: [{Value: \"ewogICJ0aW1lc3RhbXAiIDogMTU5NzM0MzY4MzI4NywKICAicHJvZmlsZUlkIiA6ICI3YWZiZjY2MzJiZjA0OWVmOTE1ZjIyZTgxYjI5OGQxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWYWtiZXplbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNGNmODAyZWMzNzVjYzcwMzQyYjZiMWRkZWExNDFkOGEyNGIyMjkzOWFjYmVmY2IxYWQ0MzU3ZTk3OGQ5NWNjIgogICAgfQogIH0KfQ==\", Signature: \"xdqPCx6d4P4jAMYmhRDY8+GshmY6kW5ChMohnn27IzOchVzmHzmdshwlePEIe/1fuhDcYeDJaUgphZf7cqjMJyeMxgUDESbunb3oxsNH7Y+GUBgRY1+nnov3zLGpIruGdG5kdGNfyPyMdOye1Ou1iwz7m1zTqz1HjiOm/brDkP95QbatNdH+Ajnvut20wMcmKUS9rL+e0CLfb91PasVRpESogSbV7mL5sgFbt54UBj7oLdnaoE5Rk9pCvVADMPQqRFIGcrIe8E4EaJRmnXuj3rU8FeGkUcCnZw+aNHgS+iyAP1DL1MU+CkXLjY3YpADc7g9Fdf/1PIbF1RlfhZBsh4V4ji+kAX97xhIDqRdEAFIYJFHEWeLkGn45NY1nDYJaSgIfNAGpJTc/PFQl3jsEGcfglwgLpZSBgWi+6deC46wjT1h6ECxEntbPDSFiT1ktOr+Cy1GIGw5tQGhpiuHpkpdzj7F0/DBUxIj/wCl0JDr/+mSKWDUoyC4qp+W54Rga7OeLLr5VBEmjF7UoF50BT4lNYWN4KCpk5kFuPBB239y5L6U514vahtlSFsT7kq4mxorAV0zMhNYUHmNTxBcPOTaWHf3pQyUy63cUBvhfkL9MoBl6H7PUgMaQUEyicdzhZuQZrccE08FKEEjns6i0Grzp59icIQcYpoFaYIqgwYQ=\"}]}, Id: [I; 2063332963, 737167855, -1856036120, 455707927]}}"
},
"title": "Vak's Living Room",
"description": "Have every type of parrot as a pet... whatcha do?",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:gib_sed",
"criteria": {
"red": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:0}"
}
}
},
"blue": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:1}"
}
}
},
"green": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:2}"
}
}
},
"cyan": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:3}"
}
}
},
"gray": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot",
"nbt": "{Variant:4}"
}
}
}
}
}

View File

@ -1,33 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:red_bed"
},
"title": "Who Needs Sleep Anyways?",
"description": "Kill 1000 phantoms... I don't think itll ever be enough honestly.",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:now_were_talking",
"criteria": {
"kill_1000_phantoms": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "player",
"stats": [
{
"type": "minecraft:killed",
"stat": "minecraft:phantom",
"value": {
"min": 1000
}
}
]
}
}
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:red_bed"
},
"title": "Who Needs Sleep Anyways?",
"description": "Kill 1000 phantoms... I don't think itll ever be enough honestly.",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:now_were_talking",
"criteria": {
"100_phantoms": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"player": {
"stats": [
{
"type": "minecraft:killed",
"stat": "minecraft:phantom",
"value": {
"min": 1000
}
}
]
}
}
}
}
}
}

View File

@ -1,47 +1,25 @@
{
"display": {
"icon": {
"item": "minecraft:ender_pearl"
},
"title": "YEET!",
"description": "Die to the void. End gateways are overrated.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:end",
"criteria": {
"below_-200y": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:the_end",
"position": {
"y": {
"max": -200.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:ender_pearl"
},
"title": "YEET!",
"description": "Die to the void. End gateways are overrated.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:end",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_end",
"position": {
"y": {
"max": -200
}
}
}
}
}
}

View File

@ -0,0 +1,39 @@
{
"display": {
"icon": {
"item": "minecraft:dark_oak_sapling"
},
"title": "Yggdrasil",
"description": "Visit Yggdrasil at E490.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:markets_and_malls",
"criteria": {
"yggdrasil": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 3780,
"max": 3870
},
"y": {
"min": 50,
"max": 120
},
"z": {
"min": 2800,
"max": 2900
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -1,48 +1,26 @@
{
"display": {
"icon": {
"item": "minecraft:black_concrete"
},
"title": "You Shouldn't Be Here...",
"description": "I'm not even going to ask how.",
"frame": "challenge",
"hidden": false,
"announce_to_chat": true
},
"parent": "canopy:enter_the_void",
"criteria": {
"below_-65y": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"max": -65.0
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}
{
"display": {
"icon": {
"item": "minecraft:barrier"
},
"title": "You Shouldn't Be Here...",
"description": "I'm not even going to ask how.",
"frame": "challenge",
"hidden": false,
"announce_to_chat": true
},
"parent": "canopy:enter_the_void",
"criteria": {
"height": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"y": {
"max": -65
}
}
}
}
}
}

View File

@ -1,23 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:barrier"
},
"title": "100% Antibacterial",
"description": "Kill 100% of all germs in The Canopy.",
"frame": "challenge",
"hidden": true,
"announce_to_chat": true
},
"parent": "canopy:mobs",
"criteria": {
"kill_bac": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"nbt": "{Tags:[\"admin\"]}"
}
}
}
}
}

View File

@ -1,18 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:spruce_door"
},
"title": "Secret Club",
"description": "What's the password?",
"frame": "challenge",
"hidden": true,
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"say_the_password": {
"trigger": "impossible"
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:target"
},
"title": "Gaminga!",
"description": "Visit the games/event area at E 49.",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 330,
"max": 460
},
"y": {
"min": 60,
"max": 100
},
"z": {
"min": -380,
"max": -300
}
}
}
}
}
}

View File

@ -1,36 +0,0 @@
{
"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": true,
"announce_to_chat": true
},
"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": -2221,
"max": -2167
}
}
}
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:snowball"
},
"title": "Mont Canopy",
"description": "Hit the slopes at Mont Canopy (W 55)",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -500,
"max": -318
},
"y": {
"min": 130,
"max": 223
},
"z": {
"min": -120,
"max": 50
}
}
}
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:filled_map"
},
"title": "My Friend Petey",
"description": "An important quest",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 27,
"max": 30
},
"y": {
"min": 98,
"max": 101
},
"z": {
"min": -129,
"max": -126
}
}
}
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:cyan_concrete"
},
"title": "Agent P",
"description": "A platypus? At spawn?",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -54,
"max": -45
},
"y": {
"min": 124,
"max": 131
},
"z": {
"min": -370,
"max": -362
}
}
}
}
}
}

View File

@ -1,18 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:oak_door"
},
"title": "Based",
"description": "Visit the bases of The Canopy",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "locations:root",
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:red_mushroom"
},
"title": "Enter Idiot Territory",
"description": "Visit Dumb B*tches Island at N 280",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:based",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -860,
"max": -560
},
"y": {
"min": 40,
"max": 250
},
"z": {
"min": -2540,
"max": -2040
}
}
}
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:campfire"
},
"title": "Welcome to Hell!",
"description": "Visit Hellmart under the nether hub",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_nether",
"position": {
"x": {
"min": -70,
"max": 50
},
"y": {
"min": 100,
"max": 125
},
"z": {
"min": -60,
"max": 50
}
}
}
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:cooked_mutton"
},
"title": "Blessed by Her Holy Radiance",
"description": "Bore witness to the anime sheep.",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 3777,
"max": 3895
},
"y": {
"min": 60,
"max": 400
},
"z": {
"min": 1670,
"max": 1870
}
}
}
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:dirt"
},
"title": "La Perle Des Antilles",
"description": "Visit Haiti at S 293",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:based",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 1990,
"max": 2500
},
"y": {
"min": 60,
"max": 250
},
"z": {
"min": 2100,
"max": 2500
}
}
}
}
}
}

View File

@ -1,23 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:tnt"
},
"title": "War, war never changes.",
"description": "Obtain a stack of tnt... <.<",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"get_boom_booms": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [{
"item": "minecraft:tnt",
"count": 64
}]
}
}
}
}

View File

@ -1,36 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:damaged_anvil"
},
"title": "Watch for falling anvils!",
"description": "Visit Glueland at N 100",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:based",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 1850,
"max": 1910
},
"y": {
"min": 55,
"max": 250
},
"z": {
"min": -1000,
"max": -950
}
}
}
}
}
}

View File

@ -0,0 +1,39 @@
{
"display": {
"icon": {
"item": "minecraft:warped_nylium"
},
"title": "DevilTown",
"description": "Visit DevilTown at N987.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:markets_and_malls",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_nether",
"position": {
"x": {
"min": -91,
"max": 41
},
"y": {
"min": 128,
"max": 160
},
"z": {
"min": -1054,
"max": -923
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -0,0 +1,39 @@
{
"display": {
"icon": {
"item": "minecraft:chiseled_quartz_block"
},
"title": "Ixos Mall",
"description": "Visit the Ixos Mall at N66.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:markets_and_malls",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -125,
"max": 50
},
"y": {
"min": 50,
"max": 100
},
"z": {
"min": -640,
"max": -460
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -0,0 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:shulker_box"
},
"title": "Markets and Malls",
"description": "I'm gonna need more shulkers for all this loot...",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "landmarks:shops",
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -0,0 +1,39 @@
{
"display": {
"icon": {
"item": "minecraft:red_mushroom"
},
"title": "Myconia",
"description": "Visit Myconia at S722.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:shops",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -147,
"max": 190
},
"y": {
"min": 50,
"max": 100
},
"z": {
"min": 5700,
"max": 6070
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -0,0 +1,39 @@
{
"display": {
"icon": {
"item": "minecraft:egg"
},
"title": "Noob Nest",
"description": "Get your starting feathies here!",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:root",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -15,
"max": 6
},
"y": {
"min": 80,
"max": 115
},
"z": {
"min": -8,
"max": 10
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -1,18 +1,20 @@
{
"display": {
"icon": {
"item": "minecraft:filled_map"
},
"title": "Sightseeing",
"description": "Submit your locations on discord to get a custom advancement!",
"frame": "task",
"background": "minecraft:textures/block/lime_concrete.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}
{
"display": {
"icon": {
"item": "minecraft:filled_map"
},
"title": "Sightseeing",
"description": "Spread your wings and explore the server!",
"frame": "task",
"background": "minecraft:textures/environment/end_sky.png",
"show_toast": false,
"hidden": false,
"announce_to_chat": false
},
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -1,18 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:grass_block"
},
"title": "Neature",
"description": "Nature is neat... pretty neat.",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "canopy:root",
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}
{
"display": {
"icon": {
"item": "minecraft:chest"
},
"title": "Shops",
"description": "Who needs diamonds anyways?",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "landmarks:root",
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -0,0 +1,39 @@
{
"display":{
"icon":{
"item":"minecraft:dragon_egg"
},
"title":"Shrine of the Eeegh",
"description":"Anyone up for an omelette?",
"frame":"task",
"announce_to_chat":true
},
"parent":"landmarks:noob_nest",
"criteria":{
"southern_market":{
"trigger":"minecraft:location",
"conditions":{
"dimension":"minecraft:overworld",
"position":{
"x":{
"min":-64,
"max":-34
},
"y":{
"min":60,
"max":79
},
"z":{
"min":-13,
"max":20
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -0,0 +1,39 @@
{
"display": {
"icon": {
"item": "minecraft:diamond"
},
"title": "Southern Market",
"description": "Visit the Southern Market at S50.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:markets_and_malls",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -98,
"max": 125
},
"y": {
"min": 60,
"max": 100
},
"z": {
"min": 301,
"max": 489
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -0,0 +1,41 @@
{
"display": {
"icon": {
"item": "minecraft:player_head",
"nbt": "{SkullOwner:\"Endermen\"}"
},
"title": "The Ender Ender",
"description": "They aren't gonna end themselves. Did someone say xp?",
"frame": "task",
"announce_to_chat": true,
"hidden": false
},
"parent": "landmarks:shrine_of_the_eeegh",
"criteria": {
"ender_ender": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"min": 308,
"max": 325
},
"y": {
"min": 0,
"max": 10
},
"z": {
"min": -15,
"max": 5
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -0,0 +1,39 @@
{
"display": {
"icon": {
"item": "minecraft:water_bucket"
},
"title": "Waterloo Market",
"description": "Visit the Waterloo Market at W738.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:markets_and_malls",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -5910,
"max": -5800
},
"y": {
"min": 60,
"max": 100
},
"z": {
"min": -1775,
"max": -1664
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}

View File

@ -1,18 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:red_bed"
},
"title": "Bases",
"description": "Visit bases of your fellow Canopeans!",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "locations:root",
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -1,18 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:elytra"
},
"title": "Landmarks",
"description": "Visit special places around The Canopy!",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "locations:root",
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -1,57 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:diamond"
},
"title": "Spawn Market",
"description": "Check out the spawn market at W 69... B)",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"parent": "locations:root",
"criteria": {
"Market_Hub": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -493,
"max": -383
},
"y": {
"min": 68,
"max": 100
},
"z": {
"min": -24,
"max": 86
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}

View File

@ -1,57 +0,0 @@
{
"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"
}
}
}
}
]
}
}
}
}

View File

@ -1,57 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:dried_kelp_block"
},
"title": "SALAD!",
"description": "Visit Salad at W 710",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"parent": "locations:bases",
"criteria": {
"Salad": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -5725,
"max": -5625
},
"y": {
"min": 60,
"max": 100
},
"z": {
"min": -550,
"max": -460
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}

View File

@ -1,57 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:redstone"
},
"title": "Like a good neighbor... stay over there.",
"description": "Visit the State Farmers at S 237",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"parent": "locations:bases",
"criteria": {
"State_Farmers": {
"trigger": "minecraft:location",
"conditions": {
"player": [{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 571,
"max": 633
},
"y": {
"min": 60,
"max": 75
},
"z": {
"min": 1871,
"max": 1933
}
}
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "player",
"gamemode": "spectator"
}
}
}
}
]
}
}
}
}

View File

@ -1,19 +0,0 @@
{
"display": {
"icon": {
"item": "minecraft:writable_book"
},
"title": "From the depths below...",
"description": "...The Canopy rises.",
"frame": "challenge",
"background": "minecraft:textures/block/lime_concrete.png",
"show_toast": false,
"announce_to_chat": true
},
"criteria": {
"be_near": {
"trigger": "impossible"
}
}
}

View File

@ -1,8 +0,0 @@
wget https://git.jojodev.com/Minecraft/custom_mc_advancements/archive/master.tar.gz
tar -xzf master.tar.gz
rm master.tar.gz
rm -rf canopy_advancements
mv custom_mc_advancements canopy_advancements
echo "Done"