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 pathpentamill.xml
More file actions
111 lines (111 loc) · 3.6 KB
/
pentamill.xml
File metadata and controls
111 lines (111 loc) · 3.6 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0"?>
<map proto="1.4.0">
<name>PentaMill TE</name>
<version>1.0.0</version>
<objective>Destroy the monuments and leak the core to win!</objective>
<authors>
<author uuid="715769c5-8c4c-4489-bdf8-f9cee2b2ae8a"/> <!-- amactus -->
</authors>
<!-- Monuments & Cores -->
<destroyables materials="emerald_block" completion="100%">
<destroyable name="Left Monument" owner="purple">
<region><cuboid min="-12.0,20,24.0" max="-8.0,15,21.0"/></region>
</destroyable>
<destroyable name="Right Monuemnt" owner="purple">
<region><cuboid min="8.0,20,24.0" max="12.0,15,21"/></region>
</destroyable>
<destroyable name="Left Monument" owner="cyan">
<region><cuboid min="8.0,20,-63" max="12.0,15,-60.0"/></region>
</destroyable>
<destroyable name="Right Monuemnt" owner="cyan">
<region><cuboid min="-8.0,20,-63" max="-12.0,15,-60.0"/></region>
</destroyable>
</destroyables>
<cores material="obsidian" leak="5" mode-changes="true">
<core team="cyan">
<region><cuboid min="2,11,-64" max="-2,7,-60"/></region>
</core>
<core team="purple">
<region><cuboid min="-2,11,24" max="2,7,20"/></region>
</core>
</cores>
<modes>
<mode after="10m" material="gold_block"/>
<mode after="15m" material="glass"/>
</modes>
<!-- Teams, Kits and Spawns -->
<teams>
<team id="cyan" color="dark aqua" max="5" max-overfill="10">Cyan</team>
<team id="purple" color="light purple" max="5" max-overfill="10">Purple</team>
</teams>
<kits>
<kit id="spawn" force="true">
<item slot="0" material ="iron sword"/>
<item slot="1" material="bow">
<enchantment level="1">infinity</enchantment>
</item>
<item slot="2" material ="diamond pickaxe"/>\
<item slot="4" amount="32" material ="golden carrot"/>
<item slot="28" material ="arrow"/>
<boots material="iron boots">
<enchantment level="3">feather_falling</enchantment>
</boots>
</kit>
<kit id="cyan-kit" parents="spawn">
<chestplate color="4C7F99" material="leather chestplate"/>
<item slot="3" material="stained clay" damage="9" amount="64"/>
</kit>
<kit id="purple-kit" parents="spawn">
<chestplate color="7F3FB2" material="leather chestplate"/>
<item slot="3" material="stained clay" damage="10" amount="64"/>
</kit>
</kits>
<spawns>
<spawn team="cyan" kit="cyan-kit">
<regions yaw="0">
<cuboid min="1,20,-83" max="-1,21,-81"/>
</regions>
</spawn>
<spawn team="purple" kit="purple-kit">
<regions yaw="180">
<cuboid min="1,20,43" max="-1,21,41"/>
</regions>
</spawn>
<default>
<regions yaw="-90">
<cuboid min="-1,76,-21" max="1,76,-19"/>
</regions>
</default>
</spawns>
<regions>
<union id="cyanspawn">
<rectangle min="-13,-80" max="14,-89"/>
<circle center="0,-82" radius="6"/>
</union>
<apply block="never" region="cyanspawn"/>
<apply block="never" region="purplespawn"/>
<union id="purplespawn">
<rectangle min="-14,47" max="14,40"/>
<circle center="0,42" radius="6"/>
</union>
</regions>
<!-- Settings -->
<tnt>
<yield>0</yield>
</tnt>
<itemremove>
<item>iron sword</item>
<item>bow</item>
<item>diamond pickaxe</item>
<item>golden carrot</item>
<item>iron boots</item>
<item>leather chestplate</item>
<item>stained clay</item>
</itemremove>
<itemkeep>
<item>golden apple</item>
</itemkeep>
<timelock>on</timelock>
<maxbuildheight>36</maxbuildheight>
<respawn delay="5s" blackout="true" auto="true"/>
</map>