-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecluded.xml
104 lines (104 loc) · 3.58 KB
/
Secluded.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
<map proto="1.3.6">
<name>Secluded</name>
<version>1.0.0</version>
<objective>Leak both enemy cores!</objective>
<authors>
<author uuid="7dee9c20-f1c4-4577-bf57-6f392e398b6d"/>
<!-- Crafte -->
</authors>
<contributors>
<contributor uuid="dff980ed-9f69-491e-b79c-30c21350baf2" contribution="XML"/>
<!-- DoomRobotBoy -->
</contributors>
<teams>
<team id="red" color="dark red" max="10">Red Team</team>
<team id="blue" color="blue" max="10">Blue Team</team>
</teams>
<filters>
<filter name="deny-void">
<deny>
<void/>
</deny>
</filter>
</filters>
<regions>
<rectangle name="map" min="oo,oo" max="-oo,-oo"/>
<rectangle name="void-gap" min="485,469" max="429,349"/>
<cuboid name="void-gap-height" min="485,31,469" max="429,50,349"/>
<union name="tunnels">
<rectangle name="red-tunnel" min="369,404" max="309,414"/>
<rectangle name="blue-tunnel" min="545,414" max="605,404"/>
</union>
<union name="in-front-of-spawn" message="You may not modify the area out of spawn!">
<rectangle name="in-front-of-red" min="386,405" max="369,413"/>
<rectangle name="in-front-of-blue" min="528,413" max="545,405"/>
</union>
<union name="spawn-chests">
<cuboid name="blue-1" min="513,11,389" max="520,5,397"/>
<cuboid name="blue-2" min="513,11,405" max="520,5,413"/>
<cuboid name="blue-3" min="513,11,421" max="520,5,429"/>
<cuboid name="red-1" min="401,11,429" max="394,5,421"/>
<cuboid name="red-2" min="401,11,413" max="394,5,405"/>
<cuboid name="red-3" min="401,11,397" max="394,5,389"/>
</union>
<!-- Red -->
<cuboid name="red-right-core" min="392,15,433" max="386,20,439"/>
<cuboid name="red-left-core" min="392,15,385" max="386,20,379"/>
<!-- Blue -->
<cuboid name="blue-right-core" min="522,15,385" max="528,20,379"/>
<cuboid name="blue-left-core" min="522,15,433" max="528,20,439"/>
<!-- Applied -->
<apply block="deny-all">
<region name="in-front-of-spawn"/>
</apply>
<apply block="deny-world">
<region name="spawn-chests"/>
</apply>
<apply enter="deny-all" block="deny-world" message="You may not enter the spawn tunnel!">
<region name="tunnels"/>
</apply>
<apply block="deny-all" message="In the void gap you are not allowed to build above y=30!">
<region name="void-gap-height"/>
</apply>
<apply block-place="deny-void" message="You may not place blocks in the void area!">
<complement>
<region name="map"/>
<region name="void-gap"/>
</complement>
</apply>
</regions>
<spawns>
<spawn team="red" yaw="-90">
<regions>
<cuboid min="312,5,408" max="315,5,410"/>
</regions>
</spawn>
<spawn team="blue" yaw="90">
<regions>
<cuboid min="602,6,410" max="600,6,408"/>
</regions>
</spawn>
<default yaw="-90">
<regions>
<cuboid min="600,11,408" max="601,11,410"/>
</regions>
</default>
</spawns>
<cores material="obsidian" leak="4">
<core name="Right Core" team="red" region="red-right-core"/>
<core name="Left Core" team="red" region="red-left-core"/>
<core name="Right Core" team="blue" region="blue-right-core"/>
<core name="Left Core" team="blue" region="blue-left-core"/>
</cores>
<toolrepair>
<tool>diamond sword</tool>
<tool>bow</tool>
<tool>diamond pickaxe</tool>
<tool>diamond axe</tool>
</toolrepair>
<itemremove>
<item>obsidian</item>
<item>glowstone dust</item>
</itemremove>
<maxbuildheight>50</maxbuildheight>
</map>