-
Notifications
You must be signed in to change notification settings - Fork 3
/
Boletum v1.2.xml
149 lines (149 loc) · 4.77 KB
/
Boletum v1.2.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<map proto="1.3.6">
<name>Boletum</name>
<version>1.2.0</version>
<objective>
Leak the enemy's obsidian core and defend your own.
</objective>
<authors>
<author uuid="dff980ed-9f69-491e-b79c-30c21350baf2"/>
<!-- DoomRobotBoy -->
<author uuid="c2848337-b526-4db0-9130-fabd0a5c7cfb"/>
<!-- jollee999 -->
</authors>
<teams>
<team color="gold" max="36" max-overfill="40">Orange</team>
<team color="green" max="36" max-overfill="40">Green</team>
</teams>
<kits>
<kit name="teams">
<item slot="0" damage="-3000">stone sword</item>
<item slot="1" damage="-3000" enchantment="arrow infinite:1">bow</item>
<item slot="2" enchantment="durability:1">diamond pickaxe</item>
<item slot="3">iron axe</item>
<item slot="4" amount="64" damage="3">wood</item>
<item slot="5" amount="64" damage="3">wood</item>
<item slot="6" amount="32">glass</item>
<item slot="7">golden apple</item>
<item slot="8" amount="64">apple</item>
<item slot="28" amount="1">arrow</item>
<item slot="30">stone spade</item>
<potion duration="5">heal</potion>
<potion duration="5">damage resistance</potion>
<boots damage="-3000">iron boots</boots>
<helmet damage="-3000">chainmail helmet</helmet>
</kit>
<kit name="orange" parents="teams">
<chestplate damage="-3000" color="D87F33">leather chestplate</chestplate>
<leggings damage="-3000" color="D87F33">leather leggings</leggings>
</kit>
<kit name="green" parents="teams">
<chestplate damage="-3000" color="7FCC19">leather chestplate</chestplate>
<leggings damage="-3000" color="7FCC19">leather leggings</leggings>
</kit>
</kits>
<filters>
<filter name="deny-void">
<deny>
<void/>
</deny>
</filter>
<filter name="deny-enchant">
<deny>
<block>enchantment table</block>
</deny>
</filter>
<filter name="allow-leaves">
<allow>
<block>leaves</block>
</allow>
</filter>
</filters>
<regions>
<cylinder name="orange-core" base="-39.5,13,2.5" radius="4" height="6"/>
<cylinder name="green-core" base="-169.5,13,2.5" radius="4" height="6"/>
<apply block="deny-all" message="You may not edit the spawn area!">
<!-- Orange Spawn -->
<!-- <rectangle min="1,-4" max="27,-11"/> -->
<circle center="24.5,2.5" radius="17"/>
<!-- Green Spawn -->
<!-- <rectangle min="-210,-11" max="-236,-4"/> -->
<circle center="-232.5,2.5" radius="17"/>
</apply>
<apply block-break="deny-enchant" message="You may not break the enchanting table!">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
<apply block-break="allow-leaves">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
<apply block="deny-void" message="You may not edit the void area">
<negative>
<rectangle min="-143,-67" max="-65,72"/>
</negative>
</apply>
</regions>
<spawns>
<spawn team="orange" kit="orange">
<regions yaw="90">
<point>34.5,18,2.5</point>
</regions>
</spawn>
<spawn team="green" kit="green">
<regions yaw="-90">
<point>-242.5,18,2.5</point>
</regions>
</spawn>
<default>
<regions yaw="180">
<point>-103.5,51,2.5</point>
</regions>
</default>
</spawns>
<cores material="obsidian" leak="5" mode-changes="true">
<core team="orange" region="orange-core"/>
<core team="green" region="green-core"/>
</cores>
<modes>
<mode after="30m" material="emerald block" name="`aEMERALD `rCORE MODE"/>
</modes>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
<tool>iron axe</tool>
<tool>diamond pickaxe</tool>
<tool>stone spade</tool>
<tool>arrow</tool>
</toolrepair>
<itemremove>
<item>apple</item>
<item>wood</item>
<item>glass</item>
<item>iron boots</item>
<item>chainmail helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>obsidian</item>
<item>emerald</item>
<item>exp bottle</item>
</itemremove>
<killreward>
<item>exp bottle</item>
</killreward>
<killreward>
<filter>
<kill-streak count="2" repeat="true"/>
</filter>
<item>golden apple</item>
</killreward>
<broadcasts>
<tip after="10s">
`rUnder the Spawn Mushroom you can find an `3Enchanting Table `rand and in front of spawn 4 chests full of `1Defensive Equipment`r.
</tip>
<tip after="20s">
`rYou can find `aEmerald`r, `9Lapis `rand `0Coal `rores in the tunnels on the frontlines to gain experience.
</tip>
<tip after="22s">
`rYou also get a `3`lBottle 'o Enchanting `rafter killing someone.
</tip>
</broadcasts>
<maxbuildheight>36</maxbuildheight>
</map>