|
| 1 | +<?xml version="1.0"?> |
| 2 | +<map proto="1.4.0"> |
| 3 | +<name>Columbia CTW</name> |
| 4 | +<version>1.0.0</version> |
| 5 | +<objective>Capture both wools!</objective> |
| 6 | +<gamemode>ctw</gamemode> |
| 7 | +<authors> |
| 8 | + <author uuid="fe3608b7-d105-4029-8800-34b3147065b6"/> <!-- rockymine --> |
| 9 | +</authors> |
| 10 | +<contributors> |
| 11 | + <contributor uuid="07fa10c6-f564-4630-861e-fe134ae27527" contribution="original theme"/> <!-- Yoyo_ --> |
| 12 | + <contributor uuid="e2d2c2c6-cea9-4510-9ab2-a091b5605b30" contribution="xml"/> <!-- Ruediger_LP --> |
| 13 | +</contributors> |
| 14 | +<teams> |
| 15 | + <team id="blue-team" color="blue" max="32">Blue</team> |
| 16 | + <team id="red-team" color="red" max="32">Red</team> |
| 17 | +</teams> |
| 18 | +<kits> |
| 19 | + <kit id="spawn-kit"> |
| 20 | + <clear/> |
| 21 | + <item slot="0" material="iron sword" unbreakable="true"/> |
| 22 | + <item slot="1" material="bow" unbreakable="true" enchantment="arrow infinite"/> |
| 23 | + <item slot="2" material="iron pickaxe" unbreakable="true" enchantment="dig speed:3"/> |
| 24 | + <item slot="3" material="iron axe" unbreakable="true" enchantment="dig speed:2"/> |
| 25 | + <item slot="6" material="wood" amount="32" damage="1"/> |
| 26 | + <item slot="7" material="golden apple"/> |
| 27 | + <item slot="8" material="golden carrot" amount="64"/> |
| 28 | + <item slot="28" material="arrow"/> |
| 29 | + <item slot="30" material="shears" unbreakable="true"/> |
| 30 | + <item slot="29" material="iron spade" unbreakable="true"/> |
| 31 | + <leggings material="iron leggings" unbreakable="true"/> |
| 32 | + <effect duration="oo" amplifier="100">damage resistance</effect> |
| 33 | + </kit> |
| 34 | + <kit force="true" id="reset-resitance-kit"> |
| 35 | + <effect duration="0" amplifier="0">damage resistance</effect> |
| 36 | + </kit> |
| 37 | + <kit id="blue-kit" parent="spawn-kit"> |
| 38 | + <item slot="4" material="stained clay" damage="11" amount="64"/> |
| 39 | + <item slot="5" material="stained clay" damage="11" amount="64"/> |
| 40 | + <helmet material="leather helmet" color="2471A3" unbreakable="true"/> |
| 41 | + <chestplate material="leather chestplate" color="2471A3" unbreakable="true"/> |
| 42 | + <boots material="leather boots" color="2471A3" unbreakable="true"/> |
| 43 | + </kit> |
| 44 | + <kit id="red-kit" parent="spawn-kit"> |
| 45 | + <item slot="4" material="stained clay" damage="14" amount="64"/> |
| 46 | + <item slot="5" material="stained clay" damage="14" amount="64"/> |
| 47 | + <helmet material="leather helmet" color="CB4335" unbreakable="true"/> |
| 48 | + <chestplate material="leather chestplate" color="CB4335" unbreakable="true"/> |
| 49 | + <boots material="leather boots" color="CB4335" unbreakable="true"/> |
| 50 | + </kit> |
| 51 | +</kits> |
| 52 | +<spawns> |
| 53 | + <spawn team="blue-team" kit="blue-kit" yaw="90"> |
| 54 | + <region> |
| 55 | + <cylinder base="170.5,23,0.5" radius="2" height="0"/> |
| 56 | + </region> |
| 57 | + </spawn> |
| 58 | + <spawn team="red-team" kit="red-kit" yaw="-90"> |
| 59 | + <region> |
| 60 | + <cylinder base="-169.5,23,0.5" radius="2" height="0"/> |
| 61 | + </region> |
| 62 | + </spawn> |
| 63 | + <default yaw="90"> |
| 64 | + <region> |
| 65 | + <cylinder base="-2.5,53,0.5" radius="4" height="0"/> |
| 66 | + </region> |
| 67 | + </default> |
| 68 | +</spawns> |
| 69 | +<wools craftable="false"> |
| 70 | + <wool team="blue-team" color="pink" monument="blue-team-pink-wool" location="-127.5,23.2,72.5" id="pink-wool"/> |
| 71 | + <wool team="blue-team" color="purple" monument="blue-team-purple-wool" location="-127.5,23.2,-71.5" id="purple-wool"/> |
| 72 | + <wool team="red-team" color="yellow" monument="red-team-yellow-wool" location="128.5,23.2,-71.5" id="yellow-wool"/> |
| 73 | + <wool team="red-team" color="orange" monument="red-team-orange-wool" location="128.5,23.2,72.5" id="orange-wool"/> |
| 74 | +</wools> |
| 75 | +<filters> |
| 76 | + <team id="only-blue">blue-team</team> |
| 77 | + <team id="only-red">red-team</team> |
| 78 | + <not id="not-void"> |
| 79 | + <void/> |
| 80 | + </not> |
| 81 | + <all id="reds-woolrooms-filter"> |
| 82 | + <team>blue-team</team> |
| 83 | + <filter id="woolrooms-filter"/> |
| 84 | + </all> |
| 85 | + <all id="blues-woolrooms-filter"> |
| 86 | + <team>red-team</team> |
| 87 | + <filter id="woolrooms-filter"/> |
| 88 | + </all> |
| 89 | + <any id="woolrooms-filter"> |
| 90 | + <material>web</material> |
| 91 | + <material>piston base</material> |
| 92 | + <material>piston extension</material> |
| 93 | + </any> |
| 94 | + <all id="only-iron-cause-world"> |
| 95 | + <material id="only-iron">iron block</material> |
| 96 | + <cause>world</cause> |
| 97 | + </all> |
| 98 | + <material id="only-air">air</material> |
| 99 | + <not id="not-pink-wool-filter"> |
| 100 | + <objective>pink-wool</objective> |
| 101 | + </not> |
| 102 | + <not id="not-purple-wool-filter"> |
| 103 | + <objective>purple-wool</objective> |
| 104 | + </not> |
| 105 | + <not id="not-yellow-wool-filter"> |
| 106 | + <objective>yellow-wool</objective> |
| 107 | + </not> |
| 108 | + <not id="not-orange-wool-filter"> |
| 109 | + <objective>orange-wool</objective> |
| 110 | + </not> |
| 111 | +</filters> |
| 112 | +<regions> |
| 113 | + <point id="pink-wool-spawnpoint">-127.5,23.2,72.5</point> |
| 114 | + <point id="purple-wool-spawnpoint">-127.5,23.2,-71.5</point> |
| 115 | + <point id="yellow-wool-spawnpoint">128.5,23.2,-71.5</point> |
| 116 | + <point id="orange-wool-spawnpoint">128.5,23.2,72.5</point> |
| 117 | + <block id="blue-team-pink-wool">162,24,2</block> |
| 118 | + <block id="blue-team-purple-wool">162,24,-2</block> |
| 119 | + <block id="red-team-yellow-wool">-162,24,-2</block> |
| 120 | + <block id="red-team-orange-wool">-162,24,2</block> |
| 121 | + <negative id="not-spawns"> |
| 122 | + <union id="spawns"> |
| 123 | + <union id="blue-spawn"> |
| 124 | + <rectangle min="132,-15" max="183,16"/> |
| 125 | + <cuboid min="116,10,-8" max="132,15,9"/> |
| 126 | + </union> |
| 127 | + <union id="red-spawn"> |
| 128 | + <rectangle min="-182,-15" max="-131,16"/> |
| 129 | + <cuboid min="-131,10,-8" max="-115,15,9"/> |
| 130 | + </union> |
| 131 | + </union> |
| 132 | + </negative> |
| 133 | + <union id="blue-woolrooms"> <!-- blue defends --> |
| 134 | + <rectangle id="yellow-woolroom" min="121,-76" max="140,-50"/> |
| 135 | + <rectangle id="orange-woolroom" min="121,51" max="140,77"/> |
| 136 | + </union> |
| 137 | + <union id="red-woolrooms"> <!-- red defends --> |
| 138 | + <rectangle id="pink-woolroom" min="-139,51" max="-120,77"/> |
| 139 | + <rectangle id="purple-woolroom" min="-139,-76" max="-120,-50"/> |
| 140 | + </union> |
| 141 | + <negative id="not-build-area"> |
| 142 | + <union id="bluild-area"> |
| 143 | + <rectangle min="-121,-45" max="122,46"/> <!-- mid --> |
| 144 | + <rectangle min="-139,21" max="-121,51"/> <!-- pink --> |
| 145 | + <rectangle min="-139,-50" max="-121,-20"/> <!-- purple --> |
| 146 | + <rectangle min="122,-50" max="140,-20"/> <!-- yellow --> |
| 147 | + <rectangle min="122,21" max="140,51"/> <!-- orange --> |
| 148 | + </union> |
| 149 | + </negative> |
| 150 | + <union id="iron-regen"> |
| 151 | + <cuboid min="162,18,-8" max="168,26,9"/> <!-- blue --> |
| 152 | + <cuboid min="-167,18,-8" max="-161,26,9"/> <!-- red --> |
| 153 | + </union> |
| 154 | + <above id="above-46" y="46"/> |
| 155 | + <!-- applicators --> |
| 156 | + <apply enter="only-blue" region="blue-spawn" message="You may not enter the enemy's spawn!"/> |
| 157 | + <apply enter="only-red" region="red-spawn" message="You may not enter the enemy's spawn!"/> |
| 158 | + <apply enter="only-red" region="blue-woolrooms" message="You may not enter your own wool room!"/> |
| 159 | + <apply enter="only-blue" region="red-woolrooms" message="You may not enter your own wool room!"/> |
| 160 | + <apply block-place="only-iron-cause-world" block-break="only-iron" region="spawns" message="You may not edit spawn!"/> |
| 161 | + <apply block="blues-woolrooms-filter" region="blue-woolrooms" message="You may not edit the wool room!"/> |
| 162 | + <apply block="reds-woolrooms-filter" region="red-woolrooms" message="You may not edit the wool room!"/> |
| 163 | + <apply block-place="not-void" region="not-build-area" message="You may not edit the void"/> |
| 164 | + <apply block="never" region="above-46"/> |
| 165 | + <apply kit="reset-resitance-kit" region="not-spawns"/> |
| 166 | +</regions> |
| 167 | +<spawners> |
| 168 | + <spawner spawn-region="pink-wool-spawnpoint" player-region="pink-woolroom" delay="3s" filter="not-pink-wool-filter"> |
| 169 | + <item material="wool" damage="6" amount="1"/> |
| 170 | + </spawner> |
| 171 | + <spawner spawn-region="purple-wool-spawnpoint" player-region="purple-woolroom" delay="3s" filter="not-purple-wool-filter"> |
| 172 | + <item material="wool" damage="10" amount="1"/> |
| 173 | + </spawner> |
| 174 | + <spawner spawn-region="yellow-wool-spawnpoint" player-region="yellow-woolroom" delay="3s" filter="not-yellow-wool-filter"> |
| 175 | + <item material="wool" damage="4" amount="1"/> |
| 176 | + </spawner> |
| 177 | + <spawner spawn-region="orange-wool-spawnpoint" player-region="orange-woolroom" delay="3s" filter="not-orange-wool-filter"> |
| 178 | + <item material="wool" damage="1" amount="1"/> |
| 179 | + </spawner> |
| 180 | +</spawners> |
| 181 | +<itemkeep> |
| 182 | + <item>iron sword</item> |
| 183 | + <item>bow</item> |
| 184 | + <item>iron pickaxe</item> |
| 185 | + <item>iron axe</item> |
| 186 | + <item>iron spade</item> |
| 187 | + <item>shears</item> |
| 188 | + <item>arrow</item> |
| 189 | + <item>wood</item> |
| 190 | + <item>stained clay</item> |
| 191 | + <item>golden apple</item> |
| 192 | + <item>golden carrot</item> |
| 193 | + <item>leather helmet</item> |
| 194 | + <item>leather chestplate</item> |
| 195 | + <item>iron leggings</item> |
| 196 | + <item>leather boots</item> |
| 197 | +</itemkeep> |
| 198 | +<itemremove> |
| 199 | + <item>red rose</item> |
| 200 | +</itemremove> |
| 201 | +<toolrepair> |
| 202 | + <tool>iron sword</tool> |
| 203 | + <tool>bow</tool> |
| 204 | + <tool>iron pickaxe</tool> |
| 205 | + <tool>iron axe</tool> |
| 206 | + <tool>iron spade</tool> |
| 207 | + <tool>shears</tool> |
| 208 | +</toolrepair> |
| 209 | +<item-mods> |
| 210 | + <rule> |
| 211 | + <match> |
| 212 | + <material>iron helmet</material> |
| 213 | + <material>iron chestplate</material> |
| 214 | + <material>iron leggings</material> |
| 215 | + <material>iron boots</material> |
| 216 | + <material>iron sword</material> |
| 217 | + <material>iron pickaxe</material> |
| 218 | + <material>iron axe</material> |
| 219 | + <material>iron spade</material> |
| 220 | + <material>shears</material> |
| 221 | + </match> |
| 222 | + <modify unbreakable="true"/> |
| 223 | + </rule> |
| 224 | +</item-mods> |
| 225 | +<crafting> |
| 226 | + <!-- bulkcrafting --> |
| 227 | + <disable>iron leggings</disable> |
| 228 | + <shaped override="false"> |
| 229 | + <result material="iron helmet" amount="9"/> |
| 230 | + <shape> |
| 231 | + <row>III</row> |
| 232 | + <row>I.I</row> |
| 233 | + </shape> |
| 234 | + <ingredient symbol="I">iron block</ingredient> |
| 235 | + </shaped> |
| 236 | + <shaped override="false"> |
| 237 | + <result material="iron chestplate" amount="9"/> |
| 238 | + <shape> |
| 239 | + <row>I.I</row> |
| 240 | + <row>III</row> |
| 241 | + <row>III</row> |
| 242 | + </shape> |
| 243 | + <ingredient symbol="I">iron block</ingredient> |
| 244 | + </shaped> |
| 245 | + <shaped override="false"> |
| 246 | + <result material="iron leggings" amount="9"/> |
| 247 | + <shape> |
| 248 | + <row>III</row> |
| 249 | + <row>I.I</row> |
| 250 | + <row>I.I</row> |
| 251 | + </shape> |
| 252 | + <ingredient symbol="I">iron block</ingredient> |
| 253 | + </shaped> |
| 254 | + <shaped override="false"> |
| 255 | + <result material="iron boots" amount="9"/> |
| 256 | + <shape> |
| 257 | + <row>I.I</row> |
| 258 | + <row>I.I</row> |
| 259 | + </shape> |
| 260 | + <ingredient symbol="I">iron block</ingredient> |
| 261 | + </shaped> |
| 262 | + <shaped override="false"> |
| 263 | + <result material="bucket" amount="9"/> |
| 264 | + <shape> |
| 265 | + <row>I.I</row> |
| 266 | + <row>.I.</row> |
| 267 | + </shape> |
| 268 | + <ingredient symbol="I">iron block</ingredient> |
| 269 | + </shaped> |
| 270 | +</crafting> |
| 271 | +<renewables> |
| 272 | + <renewable rate="0.5" sound="false" region="iron-regen" renew-filter="only-iron" replace-filter="only-air" avoid-players="2"/> |
| 273 | +</renewables> |
| 274 | +<maxbuildheight>46</maxbuildheight> |
| 275 | +<kill-rewards> |
| 276 | + <kill-reward> |
| 277 | + <item material="golden apple"/> |
| 278 | + <item material="wood" amount="8" damage="1"/> |
| 279 | + </kill-reward> |
| 280 | +</kill-rewards> |
| 281 | +</map> |
0 commit comments