-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path03_keywords.txt
More file actions
200 lines (177 loc) · 3.67 KB
/
03_keywords.txt
File metadata and controls
200 lines (177 loc) · 3.67 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
==================
Execute subcommands
==================
execute as at in positioned align run say Hi
------------------
(source_file
(command
(subcommand_keyword)
(subcommand_keyword)
(subcommand_keyword)
(subcommand_keyword)
(subcommand_keyword)
(command
(greedy_string))))
==================
Colors
==================
tellraw black dark_blue dark_green dark_aqua dark_red dark_purple dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
------------------
(source_file
(command
(identifier)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)
(color)))
==================
Scoreboard objectives
==================
scoreboard dummy trigger deathCount playerKillCount totalKillCount health xp level food air armor teamkill.blue killedByTeam.light_purple
scoreboard minecraft.mined:minecraft.stone \
mined:minecraft.stone \
minecraft.mined:stone \
mined:stone
------------------
(source_file
(command
(identifier)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective)
(scoreboard_objective))
(command
(identifier)
(generic_resource
(namespace
(path
(word
(identifier))
(word
(identifier))))
(word))
(backslash)
(generic_resource
(namespace
(word
(identifier)))
(word))
(backslash)
(generic_resource
(namespace
(path
(word
(identifier))
(word
(identifier))))
(word))
(backslash)
(generic_resource
(namespace
(word
(identifier)))
(word))))
==================
Scoreboard display slots
==================
scoreboard players list sidebar sidebar.team.gold below_name
------------------
(source_file
(command
(identifier)
(argument_keyword)
(argument_keyword)
(scoreboard_display_slot)
(scoreboard_display_slot)
(scoreboard_display_slot)))
==================
Scoreboard operations
==================
scoreboard = += -= *= /= %= >< < >
scoreboard players operation #%[example] example /= 15
------------------
(source_file
(command
(identifier)
(operation)
(operation)
(operation)
(operation)
(operation)
(operation)
(operation)
(operation)
(operation))
(command
(identifier)
(argument_keyword)
(argument_keyword)
(score_holder
(macro))
(word
(identifier))
(operation)
(integer)))
==================
Item slots
==================
item contents container.50 hotbar.7 inventory.* enderchest.$(macro) villager.5 horse.12 \
weapon weapon.mainhand weapon.offhand \
armor.head armor.chest armor.legs armor.feet armor.body \
horse.saddle horse.chest \
player.cursor player.crafting.2 mob.inventory.6
------------------
(source_file
(command
(identifier)
(item_slot)
(item_slot
(integer))
(item_slot
(integer))
(item_slot)
(item_slot
(macro))
(item_slot)
(item_slot)
(backslash)
(item_slot)
(item_slot)
(item_slot)
(backslash)
(item_slot)
(item_slot)
(item_slot)
(item_slot)
(item_slot)
(backslash)
(item_slot)
(item_slot)
(backslash)
(item_slot)
(item_slot
(integer))
(item_slot
(integer))))