-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gray.xml
243 lines (243 loc) · 8.31 KB
/
Gray.xml
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<map proto="1.4.0">
<name>Grayscale</name>
<version>1.0.0</version>
<objective>Capture all 5 sequential control points or hold the most control points when time runs out!</objective>
<authors>
<author uuid="dff980ed-9f69-491e-b79c-30c21350baf2"/> <!-- DoomRobotBoy -->
</authors>
<contributors>
<contributor uuid="2958ea4c-3501-404e-88cc-12e8632f68cc" contribution="Feedback and suggestions"/> <!-- NixaniaXi -->
</contributors>
<teams>
<team id="red" color="dark red" max="8">Red</team>
<team id="blue" color="blue" max="8">Blue</team>
</teams>
<respawn delay="6s" blackout="true" auto="true"/>
<kits>
<kit id="all">
<potion duration="oo">night vision</potion>
</kit>
<kit id="spawn" parents="all">
<item slot="0">stone sword</item>
<item slot="1">bow</item>
<item slot="2" amount="32">cooked beef</item>
<item slot="8" amount="20">arrow</item>
<leggings unbreakable="true">iron leggings</leggings>
<potion duration="3" amplifier="5">damage resistance</potion>
</kit>
<kit id="red-kit" parents="spawn">
<helmet color="cd0000" unbreakable="true">leather helmet</helmet>
<chestplate color="cd0000" unbreakable="true">leather chestplate</chestplate>
<boots color="cd0000" unbreakable="true">leather boots</boots>
</kit>
<kit id="blue-kit" parents="spawn">
<helmet color="0066cc" unbreakable="true">leather helmet</helmet>
<chestplate color="0066cc" unbreakable="true">leather chestplate</chestplate>
<boots color="0066cc" unbreakable="true">leather boots</boots>
</kit>
</kits>
<killreward>
<item damage="8193" potions="regeneration:100:0:false">potion</item>
</killreward>
<itemremove>
<item>stone sword</item>
<item>bow</item>
<item>cooked beef</item>
<item>arrow</item>
<item>potion</item>
<item>glass bottle</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather boots</item>
<item>iron leggings</item>
</itemremove>
<filters>
<team id="only-blue">blue</team>
<team id="only-red">red</team>
<all id="blue-has-blue-2nd">
<objective team="blue">blue-2nd</objective>
<not>
<all>
<objective team="blue">mid</objective>
<objective team="blue">red-2nd</objective>
</all>
</not>
</all>
<all id="blue-has-mid">
<objective team="blue">mid</objective>
<objective team="blue">blue-2nd</objective>
<not>
<objective team="blue">red-2nd</objective>
</not>
</all>
<all id="blue-has-red-2nd">
<objective team="blue">blue-2nd</objective>
<objective team="blue">mid</objective>
<objective team="blue">red-2nd</objective>
</all>
<all id="red-has-red-2nd">
<objective team="red">red-2nd</objective>
<not>
<all>
<objective team="red">mid</objective>
<objective team="red">blue-2nd</objective>
</all>
</not>
</all>
<all id="red-has-mid">
<objective team="red">mid</objective>
<objective team="red">red-2nd</objective>
<not>
<objective team="red">blue-2nd</objective>
</not>
</all>
<all id="red-has-blue-2nd">
<objective team="red">blue-2nd</objective>
<objective team="red">mid</objective>
<objective team="red">red-2nd</objective>
</all>
</filters>
<regions>
<!-- Portal Exits -->
<block id="blue-blue-2nd">-23.5,8,559.5</block>
<cuboid id="blue-mid" min="17,6,544" max="15,6,545"/>
<cuboid id="blue-red-2nd" min="36,5,514" max="34,5,515"/>
<cuboid id="red-blue-2nd" min="36,5,553" max="34,5,552"/>
<cuboid id="red-mid" min="17,6,522" max="15,6,523"/>
<block id="red-red-2nd">-23.5,8,507.5</block>
<!-- Portal Entrances -->
<cuboid id="blue-portal-entrance" min="-43,9,547" max="-47,10,551"/>
<cuboid id="red-portal-entrance" min="-43,9,516" max="-47,10,520"/>
<!-- Applied -->
<apply enter="only-blue">
<region>
<cuboid min="-41,6,551" max="-42,9,547"/>
</region>
</apply>
<apply enter="only-red">
<region>
<cuboid min="-41,6,520" max="-42,9,516"/>
</region>
</apply>
<apply block="never">
<region>
<everywhere/>
</region>
</apply>
</regions>
<portals>
<portal yaw="@180" destination="blue-blue-2nd" region="blue-portal-entrance" filter="blue-has-blue-2nd"/>
<portal yaw="@0" destination="blue-mid" region="blue-portal-entrance" filter="blue-has-mid"/>
<portal yaw="@180" destination="blue-red-2nd" region="blue-portal-entrance" filter="blue-has-red-2nd"/>
<portal yaw="@0" destination="red-blue-2nd" region="red-portal-entrance" filter="red-has-blue-2nd"/>
<portal yaw="@180" destination="red-mid" region="red-portal-entrance" filter="red-has-mid"/>
<portal yaw="@0" destination="red-red-2nd" region="red-portal-entrance" filter="red-has-red-2nd"/>
</portals>
<spawns>
<spawn team="red" kit="red-kit">
<regions>
<point yaw="-90">-41.5,18,517.5</point>
<point yaw="-90">-41.5,18,518.5</point>
</regions>
</spawn>
<spawn team="blue" kit="blue-kit">
<regions>
<point yaw="-90">-41.5,18,548.5</point>
<point yaw="-90">-41.5,18,549.5</point>
</regions>
</spawn>
<default kit="all">
<regions>
<point yaw="90">44.5,18,533.5</point>
</regions>
</default>
</spawns>
<control-points incremental="true" neutral-state="true" show-progress="true">
<control-point initial-owner="red" id="red-last" name="Red Last" capture-time="5s">
<capture>
<cuboid min="-32,12,506" max="-27,14,501"/>
</capture>
<progress>
<cuboid min="-32,11,506" max="-27,12,501"/>
</progress>
<captured>
<cuboid min="-32,11,506" max="-27,12,501"/>
</captured>
<player-filter>
<any>
<objective>red-2nd</objective>
<team>red</team>
</any>
</player-filter>
</control-point>
<control-point initial-owner="red" id="red-2nd" name="Red 2nd" capture-time="5s">
<capture>
<cuboid min="-1,9,515" max="4,11,510"/>
</capture>
<progress>
<cuboid min="-1,8,515" max="4,9,510"/>
</progress>
<captured>
<cuboid min="-1,8,515" max="4,9,510"/>
</captured>
<player-filter>
<any>
<objective>red-last</objective>
<objective>mid</objective>
</any>
</player-filter>
</control-point>
<control-point id="mid" name="Mid" capture-time="8s">
<capture>
<cuboid min="30,5,536" max="35,7,531"/>
</capture>
<progress>
<cuboid min="30,4,536" max="35,5,531"/>
</progress>
<captured>
<cuboid min="30,4,536" max="35,5,531"/>
</captured>
<player-filter>
<any>
<objective>red-2nd</objective>
<objective>blue-2nd</objective>
</any>
</player-filter>
</control-point>
<control-point initial-owner="blue" id="blue-2nd" name="Blue 2nd" capture-time="5s">
<capture>
<cuboid min="-1,9,552" max="4,11,557"/>
</capture>
<progress>
<cuboid min="-1,8,552" max="4,9,557"/>
</progress>
<captured>
<cuboid min="-1,8,552" max="4,9,557"/>
</captured>
<player-filter>
<any>
<objective>mid</objective>
<objective>blue-last</objective>
</any>
</player-filter>
</control-point>
<control-point initial-owner="blue" id="blue-last" name="Blue Last" capture-time="5s">
<capture>
<cuboid min="-32,12,561" max="-27,14,566"/>
</capture>
<progress>
<cuboid min="-32,11,561" max="-27,12,566"/>
</progress>
<captured>
<cuboid min="-32,11,561" max="-27,12,566"/>
</captured>
<player-filter>
<any>
<objective>blue-2nd</objective>
<team>blue</team>
</any>
</player-filter>
</control-point>
</control-points>
<time result="objectives">12m</time>
</map>