Advertisement
Guest User

WestWoolXML

a guest
Apr 18th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.75 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.     <map proto="1.3.2">
  3.     <name>WestWool</name>
  4.     <version>1.0.0</version>
  5.     <objective>Take the enemy's wool located to either side of the enemy's base and place it in your victory monument.</objective>
  6.  
  7.     <authors>
  8.         <author contribution="Map design, Map creator, MCedit, NBTedit">Tibtibo</author>
  9.         <author contribution="XML maker">Alan736</author>
  10.     </authors>
  11.  
  12.     <contributors>
  13.         <contributor contribution="XML Help">Vasqon</contributor>
  14.         <contributor contribution="Building help">Dardounet</contributor>
  15.         <contributor contribution="Moral support">MasterBoy91</contributor>
  16.     </contributors>
  17.  
  18.     <tutorial>
  19.         <stage title="Capture the Wool">
  20.             <message>
  21.                 <line>This map is a Mini Capture the Wool (CTW) map</line>
  22.                 <line>The objective is to grab the wool on the other team's side and return it to your base.</line>
  23.             </message>
  24.             <teleport>
  25.                 <point yaw="-90">1043,25,-167</point>
  26.             </teleport>
  27.         </stage>
  28.         <stage title="Red Team Base">
  29.             <message>
  30.                 <line>This is the Red Team base. You spawn with gear ready to go into battle!</line>
  31.                 <line>The chests contain extra supplies to help you build defenses or bridge to the enemy side.</line>
  32.             </message>
  33.             <teleport>
  34.                 <point yaw="0">1188,14,-132</point>
  35.             </teleport>
  36.         </stage>
  37.         <stage title="Yellow Colorants Rooms">
  38.             <message>
  39.                 <line>These are Yellow team's colorant rooms housing a lime, and blue.</line>
  40.                 <line>Blue Team has green, and pink colorants.</line>
  41.                 <line>Yellow Team should defend these rooms against Red Team invaders who are trying to steal the colorant and make it back alive.</line>
  42.                 <line>There are special goodies inside that will help you fight your way out.</line>
  43.             </message>
  44.          <teleport>
  45.                 <point yaw="180">1106,10,-167</point>
  46.             </teleport>
  47.         </stage>
  48.         <stage title="White wool">
  49.             <message>
  50.                 <line>Of return of rooms, pick up the white wool and craft the colored wool</line>
  51.             </message>  
  52.             <teleport>
  53.                 <point yaw="180">1051,3,-162</point>
  54.             </teleport>
  55.         </stage>
  56.         <stage title="Victory Monument">
  57.             <message>
  58.                 <line>This is one of three of Red Team victory monuments.</line>
  59.                 <line>The two colored wools from the Yellow Team wool rooms must be placed in the victory monuments for the match to end.</line>
  60.                 <line>Note that Yellow Team has two identical victory monuments for their respective wools.</line>
  61.             </message>
  62.             <teleport>
  63.                 <point yaw="180">1106,41,-109</point>
  64.             </teleport>
  65.         </stage>
  66.     </tutorial>    
  67.  
  68.     <rules>
  69.         <rule>Do not block spawn(s)</rule>
  70.         <rule>Do not team spleef</rule>
  71.         <rule>Do not team kill</rule>
  72.     </rules>
  73.  
  74.     <teams>
  75.        <team color="yellow" max="10">Yellow Team</team>
  76.        <team color="red" max="10">Red Team</team>
  77.     </teams>
  78.  
  79.     <spawns>
  80.         <spawn team="red" kit="red" yaw="-90">
  81.             <cuboid min="1047,3,-167" max="1052,3,-167" />
  82.         </spawn>
  83.         <spawn team="yellow" kit="yellow" yaw="90">
  84.             <cuboid min="1164,3,-167" max="1159,3,-167"/>
  85.         </spawn>
  86.         <default yaw="-180">
  87.             <cuboid min="1103,41,-112" max="1109,41,-106"/>
  88.         </default>
  89.     </spawns>
  90.  
  91.     <kits>
  92.         <kit name="spawn" force="true">
  93.             <item slot="0" enchantment="DURABILITY:3">stone sword</item>
  94.             <item slot="1" enchantment="arrow infinite:1">bow</item>
  95.             <item slot="2" enchantment="dig speed:1;DURABILITY:2">iron Pickaxe</item>
  96.             <item slot="3" amount="16">bread</item>
  97.             <item slot="4" amount="64">LOG</item>
  98.             <item slot="6">apple</item>
  99.             <item slot="7" amount="7">gold nugget</item>
  100.             <item slot="28">arrow</item>
  101.             <potion duration="5" amplifier="1">heal</potion>
  102.             <potion duration="5">damage resistance</potion>
  103.         </kit>
  104.         <kit name="red" parents="spawn">
  105.             <helmet color="993333">leather helmet</helmet>
  106.             <chestplate color="993333" enchantement="PROJECTILE_PROTECTION:1">leather chestplate</chestplate>
  107.             <leggings color="993333">leather leggings</leggings>
  108.             <boots color="993333">leather boots</boots>
  109.             <item slot="5" amount="64" damage="14">STAINED_GLASS</item>
  110.         </kit>
  111.         <kit name="yellow" parents="spawn">
  112.             <helmet color="E5E533">leather helmet</helmet>
  113.             <chestplate color="E5E533" enchantement="PROTECTION_PROJECTILE:1">leather chestplate</chestplate>
  114.             <leggings color="E5E533">leather leggings</leggings>
  115.             <boots color="E5E533">leather boots</boots>
  116.             <item slot="5" amount="64" damage="4">STAINED_GLASS</item>
  117.         </kit>
  118.     </kits>
  119.  
  120.     <itemremove>
  121.         <item>leather helmet</item>
  122.         <item>leather chestplate</item>
  123.         <item>leather leggings</item>
  124.         <item>leather boots</item>
  125.         <item>bread</item>
  126.         <item>water bottle</item>
  127.         <item>STAINED_GLASS</item>
  128.         <item>STAINED_GLASS</item>
  129.     </itemremove>
  130.      
  131.     <toolrepair>
  132.         <tool>stone sword</tool>
  133.         <tool>bow</tool>
  134.         <tool>iron pickaxe</tool>
  135.         <tool>arrow</tool>
  136.     </toolrepair>
  137.  
  138.     <killreward>
  139.         <item amount="5">gold nugget</item>
  140.     </killreward>
  141.  
  142.     <filters>
  143.         <filter name="only-yellow" parents="deny-all">
  144.             <allow>
  145.                 <team>yellow</team>
  146.             </allow>
  147.         </filter>
  148.        
  149.         <filter name="only-red" parents="deny-all">
  150.             <allow>
  151.                 <team>red</team>
  152.             </allow>
  153.         </filter>
  154.         <filter name="no-void" parents="allow-all">
  155.             <deny><void/></deny>
  156.         </filter>
  157.     </filters>
  158.  
  159. <regions>
  160.    
  161.     <!-- Blue Colorant Room -->
  162.     <apply enter="only-red" use="only-red" message="You may not enter the enemy colorant room !">
  163.         <cuboid min="1196,0,-125" max="1180,40,-107"/>
  164.     </apply>
  165.  
  166.     <!-- Lime Colorant Room -->    
  167.     <apply enter="only-red" use="only-red" message="You may not enter the enemy colorant room !">
  168.         <cuboid min="1180,0,-209" max="1196,40,-227"/>
  169.     </apply>
  170.  
  171.    <!-- Green Colorant Room -->
  172.     <apply enter="only-yellow" use="only-yellow" message="You may not enter the enemy colorant room !">
  173.         <cuboid min="1032,0,-125" max="1016,40,-107"/>
  174.     </apply>
  175.  
  176.     <!-- Pink Colorant Room -->
  177.     <apply enter="only-yellow" use="only-yellow" message="You may not enter the enemy colorant room !">
  178.         <cuboid min="1032,0,-212" max="1017,40,-226"/>
  179.     </apply>
  180.    
  181.     <apply block="deny-all" enter="only-yellow" message="Please, it's the yellow spawn !">
  182.         <rectangle min="1170,-182" max="1157,-152"/>
  183.     </apply>
  184.    
  185.     <apply block="deny-all" enter="only-red" message="Please, it's the red spawn !">
  186.         <rectangle min="1040,-152" max="1055,-182"/>
  187.     </apply>
  188.    
  189.     <!-- Colorants for the yellow team -->
  190.     <union name="red-colorant-rooms">
  191.         <rectangle name="pink-island" min="1031,-212" max="1017,-226"/>
  192.         <rectangle name="green-island" min="1055,-176" max="1042,-158"/>
  193.     </union>
  194.    
  195.     <!-- Colorants for the red team -->
  196.     <union name="yellow-colorant-rooms">
  197.         <rectangle name="lime-island" min="1181,-212" max="1195,-226"/>
  198.         <rectangle name="blue-island" min="1181,-122" max="1195,-108"/>
  199.     </union>
  200.    
  201.     <apply block="deny-all">
  202.         <region name="red-colorant-rooms"/>
  203.         <region name="yellow-colorant-rooms"/>
  204.         <!-- White Wool Spawner -->
  205.         <rectangle min="1108,-170" max="1104,-166"/>
  206.     </apply>
  207.  
  208.     <apply block="no-void" message="You may not edit the void area">
  209.         <negative>
  210.             <rectangle min="1195,-108" max="1017,-157"/>
  211.             <rectangle min="1041,-157" max="1171,-177"/>
  212.             <rectangle min="1195,-226" max="1017,-177"/>
  213.         </negative>
  214.     </apply>
  215. </regions>
  216.  
  217. <wools>  
  218.     <wool team="red" color="lime">
  219.         <block>1051,4,-175</block>
  220.     </wool>    
  221.     <wool team="red" color="blue">
  222.         <block>1051,4,-161</block>
  223.     </wool>
  224.    
  225.     <wool team="yellow" color="green">
  226.         <block>1161,4,-161</block>
  227.     </wool>    
  228.     <wool team="yellow" color="pink">
  229.         <block>1161,4,-175</block>
  230.     </wool>
  231. </wools>
  232.  
  233. <maxbuildheight>32</maxbuildheight>
  234. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement