Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <map proto="1.4.2">
- <name>Truncatis CTW</name>
- <version>1.0</version>
- <objective>Take the enemy's wool located to either side of the enemy's base and place it in your victory monument.</objective>
- <authors>
- <author uuid="a7daca96-cf1f-40bc-9150-6bd1a5561af8" contribution="Creator"/>
- </authors>
- <teams>
- <team id="blue-team" color="blue" max="20">Blue Team</team>
- <team id="red-team" color="dark red" max="20">Red Team</team>
- </teams>
- <spawns>
- <spawn kit="spawn">
- <spawn team="blue-team" yaw="180"><cylinder base="-166,38,11" radius="1" height="0"/></spawn>
- <spawn team="red-team" yaw="0"><cylinder base="99,38,11" radius="1" height="0"/></spawn>
- </spawn>
- <default yaw="270"><cylinder base="-34,42,38" radius="2" height="0"/></default>
- </spawns>
- <kits>
- <kit id="spawn" force="true">
- <item slot="0" material="stone sword"/>
- <item slot="1" enchantment="arrow infinite:1" material="bow"/>
- <item slot="28" material="arrow"/>
- <item slot="2" material="iron pickaxe"/>
- <item slot="3" material="iron axe"/>
- <item slot="4" amount="64" damage="1" material="log:3"/>
- <item slot="6" material="bucket"/>
- <item slot="7" material="golden apple"/>
- <item slot="8" amount="64" material="cooked fish"/>
- </kit>
- </kits>
- <regions>
- <apply enter="only-blue" message="You may not enter the enemy team's Wool Room">
- <region>
- <union>
- <cuboid min="138,57,5" max="130,45,12"/>
- </union>
- </region>
- </apply>
- <apply enter="only-red" message="You may not enter the enemy team's Wool Room!">
- <region>
- <union>
- <cuboid min="-205,57,5" max="-197,45,11"/>
- </union>
- </region>
- </apply>
- <apply block="only-blue" use="only-blue-usage" region="blue-wool-rooms"/>
- <apply enter="only-blue" region="blue-wool-rooms" message="You may not enter your own wool room."/>
- <apply block="only-red" region="red-wool-rooms" use="only-red-usage"/>
- <apply enter="only-red" region="red-wool-rooms" message="You may not enter your own wool room."/>
- <apply enter="only-blue" message="You may not enter the enemy team's base!">
- <region>
- <union>
- <cuboid min="-153,36,2" max="-166,42,12"/>
- </union>
- </region>
- </apply>
- <apply enter="only-red" message="You may not enter the enemy team's base!">
- <region>
- <union>
- <cuboid min="85,38,18" max="99,42,9"/>
- </union>
- </region>
- </apply>
- <rectangle min="-229,61" max="164,-41" id="playable" />
- <apply block="never" message="You may NOT edit outside of the playing field!">
- <region>
- <negative>
- <region id="playable"/>
- </negative>
- </region>
- </apply>
- </regions>
- <wools>
- <wool team="red-team" color="blue">
- <monument><block>104,47,13</block></monument>
- </wool>
- <wool team="blue-team" color="lime">
- <monument><block>-171,47,13</block></monument>
- </wool>
- </wools>
- <toolrepair>
- <tool>iron sword</tool>
- <tool>iron pickaxe</tool>
- <tool>iron axe</tool>
- <tool>bow</tool>
- <tool>arrow</tool>
- </toolrepair>
- </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement