This repository was archived by the owner on May 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskywars.xml
More file actions
55 lines (55 loc) · 2.07 KB
/
Copy pathskywars.xml
File metadata and controls
55 lines (55 loc) · 2.07 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
<map proto="1.4.2" game="Skywars">
<name>Cosmic Assault</name>
<version>1.0</version>
<authors>
<author>715769c5-8c4c-4489-bdf8-f9cee2b2ae8a</author>
</authors>
<include src="skywars.xml"/>
<maxbuildheight>30</maxbuildheight>
<kits>
<kit id="all-effects">
<!-- Effects to give all players/observers, i.e. night vision -->
</kit>
</kits>
<spawns>
<default kit="all-effects" region="observer-spawn"/>
<spawns spread="true" exclusive="true" kit="spawn-effects" angle="250,13,0">
<spawn region="player-1-spawn"/>
<spawn region="player-2-spawn"/>
<spawn region="player-3-spawn"/>
<spawn region="player-4-spawn"/>
<spawn region="player-5-spawn"/>
<spawn region="player-6-spawn"/>
<spawn region="player-7-spawn"/>
<spawn region="player-8-spawn"/>
</spawns>
</spawns>
<regions>
<point id="observer-spawn">250,13,0</point>
<point id="player-1-spawn">250,21,-63</point>
<point id="player-2-spawn">296,20,-43</point>
<point id="player-3-spawn">313 21 0</point>
<point id="player-4-spawn">294 20 45</point>
<point id="player-5-spawn">250 21 63</point>
<point id="player-6-spawn">203 21 42</point>
<point id="player-7-spawn">187 21 0</point>
<point id="player-8-spawn">205 20 -46</point>
<sphere id="player-1-chests" radius="8" origin="250,21,-63"/>
<sphere id="player-2-chests" radius="8" origin="296,20,-43"/>
<sphere id="player-3-chests" radius="8" origin="313 21 0"/>
<sphere id="player-4-chests" radius="8" origin="294 20 45"/>
<sphere id="player-5-chests" radius="8" origin="250 21 63"/>
<sphere id="player-6-chests" radius="8" origin="203 21 42"/>
<sphere id="player-7-chests" radius="8" origin="187 21 0"/>
<sphere id="player-8-chests" radius="8" origin="205 20 -46"/>
<negative id="tier-2-chests">
<union id="all-chests">
<region id="tier-1-chests"/>
<region id="tier-3-chests"/>
</union>
</negative>
<union id="tier-3-chests">
<sphere radius="15" origin="250,13,0"/>
</union>
</regions>
</map>