-
Notifications
You must be signed in to change notification settings - Fork 3
/
Delta.xml
85 lines (85 loc) · 2.6 KB
/
Delta.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
<map proto="1.3.6">
<name>Delta</name>
<version>1.0.0</version>
<objective>
Eliminate the enemy players before time runs out. You have only 3 lives!
</objective>
<authors>
<author>DoomRobotBoy</author>
<author>rockymine</author>
</authors>
<contributors>
<contributor contribution="MapDev Server Host">jollee999</contributor>
</contributors>
<teams>
<team color="dark red" max="16" max-overfill="18">Red Team</team>
<team color="blue" max="16" max-overfill="18">Blue Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow damage:1">bow</item>
<item slot="2" amount="16" damage="1">leaves</item>
<item slot="3" amount="32">golden carrot</item>
<item slot="4">golden apple</item>
<item slot="8" amount="16">arrow</item>
<leggings enchantment="protection projectile:2">chainmail leggings</leggings>
</kit>
<kit name="red" parents="spawn">
<helmet color="993333">leather helmet</helmet>
<chestplate color="993333">leather chestplate</chestplate>
<boots color="993333">leather boots</boots>
</kit>
<kit name="blue" parents="spawn">
<helmet color="334CB2">leather helmet</helmet>
<chestplate color="334CB2">leather chestplate</chestplate>
<boots color="334CB2">leather boots</boots>
</kit>
</kits>
<killreward>
<item damage="8261">potion</item>
<!-- Potion of Healing -->
</killreward>
<filters>
<filter name="only-some">
<allow>
<block>leaves</block>
<block>water lily</block>
</allow>
</filter>
</filters>
<regions>
<cylinder name="red-spawn" base="-115.5,16,-535.5" radius="1"/>
<cylinder name="blue-spawn" base="-245.5,16,-475.5" radius="1"/>
<cylinder name="obs-spawn" base="-180.5,37,-505.5" radius="1"/>
<apply block="only-some">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
</regions>
<spawns>
<spawn team="red" kit="red" region="red-spawn" yaw="0"/>
<spawn team="blue" kit="blue" region="blue-spawn" yaw="180"/>
<default kit="obs-spawn" region="obs-spawn"/>
</spawns>
<blitz>
<time>6m</time>
<lives>3</lives>
<title>Blitz</title>
</blitz>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>chainmail leggings</item>
<item>leather boots</item>
<item>golden carrot</item>
<item>glass bottle</item>
<item>potion</item>
<item>wood</item>
<item>stick</item>
</itemremove>
<timelock>on</timelock>
</map>