{ "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" } } } } ] } } } }