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 pathArodisae BTB.xml
More file actions
87 lines (84 loc) · 2.21 KB
/
Arodisae BTB.xml
File metadata and controls
87 lines (84 loc) · 2.21 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
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
<?xml version="1.0"?>
<map proto="1.4.0">
<name>Arodisae BTB</name>
<version>1.0.0</version>
<gamemode>arcade</gamemode>
<objective>Blow up the enemy players!</objective>
<authors>
<author uuid="715769c5-8c4c-4489-bdf8-f9cee2b2ae8a"/> <!-- amactus -->
</authors>
<contributors>
<contributor uuid="7f1a3f47-36ca-4278-b423-0cfb10e23c16"/> <!-- Yaxix -->
</contributors>
<!-- Monuments -->
<!-- Teams, Kits and Spawns -->
<teams>
<team id="red" color="red" max="4" max-overfill="5">Red</team>
<team id="blue" color="blue" max="4" max-overfill="5">Blue</team>
</teams>
<kits>
<kit id="spawn" force="true">
<item slot="0" projectile="fire" material="diamond hoe"/>
<item slot="1" projectile="tnt" material="golden hoe"/>
</kit>
<kit id="redk" parents="spawn">
<chestplate color="4C7F99" material="leather chestplate"/>
</kit>
<kit id="bluek" parents="spawn">
<chestplate color="7F3FB2" material="leather chestplate"/>
</kit>
</kits>
<spawns>
<spawn team="red" kit="redk">
<regions yaw="0">
<cuboid min="-6,15,29" max="9,18,24"/>
</regions>
</spawn>
<spawn team="blue" kit="bluek">
<regions yaw="180">
<cuboid min="6,15,-29" max="-9,18,-24"/>
</regions>
</spawn>
<default>
<regions yaw="-90">
<cuboid min="1,34,-1" max="-1,34,1"/>
</regions>
</default>
</spawns>
<!-- Settings -->
<itemremove>
<item>golden hoe</item>
<item>diamond hoe</item>
</itemremove>
<timelock>on</timelock>
<respawn delay="3s" blackout="true" auto="true"/>
<hunger>
<depletion>off</depletion>
</hunger>
<blitz>
<lives>1</lives>
<broadcastLives>true</broadcastLives>
</blitz>
<!-- Time till the match ends in minutes -->
<time>5m</time>
<include src="blitz-global.xml"/>
<projectiles>
<projectile
id="tnt"
name="Launcher"
projectile="TNTPrimed"
velocity="3.5"
damage="12"
throwable="false"
cooldown="5s"/>
<projectile
id="fire"
name="Fragger"
projectile="Fireball"
velocity="3.5"
damage="7"
throwable="false"
cooldown="3s"/>
</projectiles>
<gamemode>adventure</gamemode>
</map>