-
Notifications
You must be signed in to change notification settings - Fork 3
/
Boletum.xml
132 lines (132 loc) · 4.5 KB
/
Boletum.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
<map proto="1.3.6">
<name>Boletum</name>
<version>1.1.0</version>
<objective>Leak the enemy's obsidian core and defend your own.</objective>
<authors>
<author>DoomRobotBoy</author>
<author>jollee999</author>
</authors>
<teams>
<team color="gold" max="24" max-overfill="28">Orange Team</team>
<team color="green" max="24" max-overfill="28">Green Team</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>
<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,-7.5" radius="4" height="6"/>
<cylinder name="green-core" base="-169.5,13,-7.5" radius="4" height="6"/>
<apply block="deny-all" message="You may not edit the spawn area!">
<!-- Orange Spawn -->
<rectangle min="-210,-11" max="-236,-4"/>
<circle center="-226.5,-7.5" radius="17"/>
<!-- Green Spawn -->
<rectangle min="1,-4" max="27,-11"/>
<circle center="17.5,-7.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="-148,-69" max="-61,54"/>
</negative>
</apply>
</regions>
<spawns>
<spawn team="orange" kit="orange" yaw="90">
<region><point>23.5,18.5,-7.5</point></region>
</spawn>
<spawn team="green" kit="green" yaw="-90">
<region><point>-232.5,18.5,-7.5</point></region>
</spawn>
<default yaw="180">
<region><point>-103.5,51.5,-7.5</point></region>
</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>