-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfind_all_eggs.json
99 lines (99 loc) · 1.95 KB
/
find_all_eggs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"display": {
"icon": {
"item": "minecraft:carved_pumpkin",
"nbt": "{CustomModelData:103}"
},
"title": "§bEaster Bunny",
"description": "§7Discover §oall§r§7 20 Hermit eggs hidden in §o§3Decked Out 2§r§7.",
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"find_all_eggs": {
"trigger": "minecraft:location",
"conditions": {
"player": [
{
"condition": "minecraft:all_of",
"terms": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"do2.eggs.bdubs": {
"min": 1
},
"do2.eggs.grian": {
"min": 1
},
"do2.eggs.cub": {
"min": 1
},
"do2.eggs.gold": {
"min": 1
},
"do2.eggs.jevin": {
"min": 1
},
"do2.eggs.zedaph": {
"min": 1
},
"do2.eggs.beef": {
"min": 1
},
"do2.eggs.xisuma": {
"min": 1
},
"do2.eggs.xb": {
"min": 1
},
"do2.eggs.hypno": {
"min": 1
},
"do2.eggs.joe": {
"min": 1
},
"do2.eggs.cleo": {
"min": 1
},
"do2.eggs.iskall": {
"min": 1
},
"do2.eggs.pearl": {
"min": 1
},
"do2.eggs.scar": {
"min": 1
},
"do2.eggs.wels": {
"min": 1
},
"do2.eggs.stress": {
"min": 1
},
"do2.eggs.impulse": {
"min": 1
},
"do2.eggs.false": {
"min": 1
}
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"team": "do2.players"
}
}
]
}
]
}
}
},
"parent": "do2:hidden/adventuring/find_a_egg"
}