Don't like ads? PRO users don't see any ads ;-)
Guest

Fortwars 2 v1.0

By: D347HxD on Aug 1st, 2012  |  syntax: XML  |  size: 3.73 KB  |  hits: 40  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0"?>
  2. <map>
  3. <name>Fortwars 2</name>
  4. <version>1.0</version>
  5. <objective>Destroy The Two Flags On Each Of Your Enemies Forts.</objective>
  6. <authors>
  7.     <author>D347HxD</author>
  8.         <author>champwamp</author>
  9.         <author>willinit</author>
  10.         <author>Dbzflip</author>
  11. </authors>
  12. <rules>
  13.     <rule>No Spawn Killing In Forts</rule>
  14. </rules>
  15. <timelock>off</timelock>
  16. <teams>
  17.     <team color="blue" max="32">Blue Team</team>
  18.     <team color="dark red" max="32">Red Team</team>
  19. </teams>
  20. <filters>
  21.     <filter name="only-blue" parents="deny-all">
  22.         <allow><team>blue</team></allow>
  23.     </filter>
  24.     <filter name="only-red" parents="deny-all">
  25.         <allow><team>red</team></allow>
  26.     </filter>
  27. </filters>
  28. <regions>
  29.     <apply enter="only-blue" message="You are not allowed in blue's spawning area.">
  30.         <cuboid name="blue-storage-room" min="-96,52,45" max="-99,57,50"/>
  31.     </apply>
  32.     <apply enter="only-red" message="You are not allowed in red's spawning area.">
  33.         <cuboid name="red-storage-room" min="96,52,49" max="101,57,46"/>
  34.     </apply>
  35.  
  36.     <apply block="deny-all" message="You may not place or break blocks in the spawn rooms.">
  37.         <region name="blue-storage-room"/>
  38.         <region name="red-storage-room"/>
  39.     </apply>
  40.  
  41.     <apply block="deny-all" message="You may not interfere with the spawn.">
  42.         <cuboid name="blue-spawn-protect" min="-96,52,45" max="-99,57,50"/>
  43.         <cuboid name="red-spawn-protect" min="96,52,49" max="101,57,46"/>
  44.     </apply>
  45. </regions>
  46. <kits>
  47.     <kit name="spawn">
  48.         <item slot="0">diamond sword</item>
  49.         <item slot="1" amount="16">steak</item>
  50.         <item slot="2" amount="1">bow</item>
  51.                 <item slot="3" amount="1">diamond pickaxe</item>
  52.                 <item slot="4" amount="1">diamond axe</item>
  53.                 <item slot="5" amount="1">335</item>
  54.                 <item slot="6" amount="64">glass</item>
  55.                 <item slot="7" amount="64">log</item>
  56.                 <item slot="2" amount="64">arrow</item>
  57.     </kit>
  58. </kits>
  59.  
  60. <spawns>
  61.     <spawn team="blue" kit="spawn">
  62.         <point type="random" yaw="315"><cylinder base="-97.6,55,47.5" radius="2" height="0"/></point>
  63.     </spawn>
  64.     <spawn team="red" kit="spawn">
  65.         <point type="random" yaw="315"><cylinder base="98.71,55,47.6" radius="2" height="0"/></point>
  66.     </spawn>
  67.     <spawn> <!-- default / lobby -->
  68.         <point type="random" yaw="315"><cylinder base="0.47,33,143.311" radius="2" height="0"/></point>
  69.     </spawn>
  70. </spawns>
  71.  
  72. <portals>
  73.     <portal x="-13" y="9" z="41.5">
  74.         <cuboid min="117,51,46" max="116,57,47"/>
  75.     </portal>
  76.     <portal x="-15" y="9" z="-42">
  77.         <cuboid min="115,51,48" max="118,57,49"/>
  78.     </portal>
  79.     <portal x="12" y="9" z="48.5">
  80.         <cuboid min="-117,51,48" max="-114,57,49"/>
  81.     </portal>
  82.     <portal x="-14" y="9" z="41.5">
  83.         <cuboid min="-115,51,46" max="-116,57,47"/>
  84.     </portal>
  85. </portals>
  86.  
  87. <playable>
  88.     <planar min="-141,-10" max="142,105"/> <!-- Main area -->
  89. </playable>
  90. <destroyables material="wool">
  91.     <destroyable team="red" name="Right Flag" materials="wool:1;wool:4;wool:14;fence:woodstair"><cuboid min="125,56,93" max="126,72,88"/></core></destroyable>
  92.     <destroyable team="red" name="Left Flag" materials="wool:1;wool:4;wool:14;fence:woodstair"><cuboid min="125,56,7" max="126,72,2"/></core></destroyable></destroyable>
  93.         <destroyable team="blue" name="Right Flag" materials="wwool:3;wool:9;wool:11;fence:woodstair"><cuboid min="-125,56,1" max="-124,72,8"/></core></destroyable></destroyable>
  94.     <destroyable team="blue" name="Left Flag" materials="wool:3;wool:9;wool:11;fence:woodstair"><cuboid min="-125,56,87" max="-124,72,94"/></core></destroyable></destroyable>
  95. </destroyables>
  96. <toolrepair>
  97.     <tool>bow</tool>
  98. </toolrepair>
  99. </map>