-
Notifications
You must be signed in to change notification settings - Fork 3
/
Dodgeball.xml
104 lines (104 loc) · 3.34 KB
/
Dodgeball.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.4.0" game="Dodgeball">
<name>Dodgeball</name>
<version>1.0.0</version>
<objective>Dodge your enemies' deadly snowballs and kill them with yours. Last team standing wins!</objective>
<authors>
<author uuid="d2a7d2c8-5bd2-48c2-b5e9-fefee10a5804"/> <!-- zeldcat -->
<author uuid="95ef353a-5fa8-4208-b619-3f674644c545"/> <!-- Legoman2302 -->
</authors>
<contributors>
<contributor contribution="XML" uuid="dff980ed-9f69-491e-b79c-30c21350baf2"/> <!-- DoomRobotBoy -->
</contributors>
<broadcasts>
<tip after="1s">You can only get to the other teams after 5 minutes.</tip>
<alert after="4m">After 1 minute you can get to the other teams sides.</alert>
<alert after="5m">You can now get to the other teams sides!</alert>
</broadcasts>
<time>10m</time>
<include src="blitz-global.xml"/>
<blitz>
<lives>1</lives>
</blitz>
<disabledamage>
<damage>entity attack</damage>
</disabledamage>
<teams>
<team id="red" color="dark red" max="4">Red</team>
<team id="blue" color="blue" max="4">Blue</team>
<team id="yellow" color="yellow" max="4">Yellow</team>
<team id="green" color="green" max="4">Green</team>
</teams>
<spawns>
<spawn team="red" kit="red-kit">
<regions>
<point yaw="135">16.5,6,16.5</point>
</regions>
</spawn>
<spawn team="blue" kit="blue-kit">
<regions>
<point yaw="-135">-15.5,6,16.5</point>
</regions>
</spawn>
<spawn team="yellow" kit="yellow-kit">
<regions>
<point yaw="45">16.5,6,-15.5</point>
</regions>
</spawn>
<spawn team="green" kit="green-kit">
<regions>
<point yaw="-45">-15.5,6,-15.5</point>
</regions>
</spawn>
<default>
<regions>
<point yaw="0">0.5,25,43.5</point>
</regions>
</default>
</spawns>
<kits>
<kit id="spawn">
<item slot="0" name="`bSnowball Launcher" projectile="Snowball" throwable="false" damage="5" cooldown="3s">diamond barding</item>
<potion duration="oo" amplifier="-9">health boost</potion>
<potion duration="3" amplifier="5">damage resistance</potion>
</kit>
<kit id="red-kit" parents="spawn">
<helmet color="993333" unbreakable="true" locked="true">leather helmet</helmet>
</kit>
<kit id="blue-kit" parents="spawn">
<helmet color="334CB2" unbreakable="true" locked="true">leather helmet</helmet>
</kit>
<kit id="yellow-kit" parents="spawn">
<helmet color="E5E533" unbreakable="true" locked="true">leather helmet</helmet>
</kit>
<kit id="green-kit" parents="spawn">
<helmet color="7FCC19" unbreakable="true" locked="true">leather helmet</helmet>
</kit>
</kits>
<filters>
<not id="free-time">
<time>5m</time>
</not>
</filters>
<regions>
<union id="border">
<rectangle min="0,-25" max="1,26"/>
<rectangle min="26,1" max="-25,0"/>
</union>
<apply filter="free-time" enter="never" message="You will only be able to get to the other teams sides after 5 minutes">
<region>
<region id="border"/>
</region>
</apply>
<apply block="never">
<region>
<everywhere/>
</region>
</apply>
</regions>
<itemremove>
<item>diamond barding</item>
<item>snow ball</item>
<item>leather helmet</item>
</itemremove>
<timelock>on</timelock>
</map>