Advertisement
Guest User

chrisxmlforhislittlemapthing

a guest
Apr 21st, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.83 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map type="TDM">
  3.     <name>Battle of Black and White [DTC]</name>
  4.     <version>1.0</version>
  5.     <objective>Leak the opponent teams core</objective>
  6.     <settings>
  7.         <locktime>true</locktime>
  8.         <lockweather>true</lockweather>
  9.         <spawnmobs>false</spawnmobs>
  10.         <spawnanimals>false</spawnanimals>
  11.         <worldtime>8000</worldtime>
  12.         <storming>false</storming>
  13.     </settings>
  14.     <authors>
  15.         <author>chris6341</author>
  16.     </authors>
  17.     <kits>
  18.         <kit name="spawn">
  19.             <item slot="0">iron sword</item>
  20.             <item slot="1">diamond pickaxe</item>
  21.             <item slot="2">bow</item>
  22.             <item slot="7" amount="5">golden apple</item>
  23.             <item slot="8" amount="1">cookie</item>
  24.             <item slot="28" amount="64">arrow</item>
  25.             <item slot="29" amount="64">arrow</item>
  26.             <item slot="5" amount="64">glass</item>
  27.             <item slot="6" amount="64">oak wood</item>
  28.         </kit>
  29.     </kits>
  30.     <teams>
  31.         <team color="black" max="30">Black</team>
  32.         <team color="white" max="30">White</team>
  33.     </teams>
  34.     <cores material="obsidian" leak="2">
  35.         <core team="white" name="White Core">
  36.             <cuboid min="-51,16,-1366" max="-48,19,-1363" />
  37.         </core>
  38.         <core team="black" name="Black Core">
  39.             <cuboid min="-174,16,-1363" max="-3,56,48" />
  40.         </core>
  41.     </cores>
  42.     <regions>
  43.         <region name="map">
  44.             <area>
  45.                 <cuboid min="14,-1000,-1419" max="23,84,-1291" />
  46.             </area>
  47.             <rules>
  48.                 <rule action="leave" team="any" access="deny">You cannot leave the map</rule>
  49.             </rules>
  50.             <noexplosion/>
  51.         </region>
  52.         <region name="spec-spawn">
  53.             <area>
  54.                 <cuboid min="-120,58,-1355" max="-104,73,-1371" />
  55.             </area>
  56.             <rules>
  57.                 <rule action="enter" team="any" access="deny">You cannot enter the spectator spawn</rule>
  58.                 <rule action="build" team="any" access="deny">You cannot build in the spectator spawn</rule>
  59.                 <rule action="destroy" team="any" access="deny">You cannot destroy the spectator spawn</rule>
  60.             </rules>
  61.             <noexplosion/>
  62.         </region>
  63.         <region name="white">
  64.             <area>
  65.                 <cuboid min="14,-1000,-1419" max="23,84,-1291" />
  66.             </area>
  67.             <rules>
  68.                 <rule action="enter" team="black" access="deny">You cannot enter White teams spawn</rule>
  69.                 <rule action="build" team="black" access="deny">You cannot build in White teams spawn</rule>
  70.                 <rule action="destroy" team="black" access="deny">You cannot destroy White teams spawn</rule>
  71.             </rules>
  72.             <noexplosion/>
  73.         </region>
  74.         <region name="black">
  75.             <area>
  76.                 <cuboid min="-240,-4,-1385" max="-205,11,-1346" />
  77.             </area>
  78.             <rules>
  79.                 <rule action="enter" team="white" access="deny">You cannot enter Black teams spawn</rule>
  80.                 <rule action="build" team="white" access="deny">You cannot build in Black teams spawn</rule>
  81.                 <rule action="destroy" team="white" access="deny">You cannot destroy Black teams spawn</rule>
  82.             </rules>
  83.             <noexplosion/>
  84.         </region>
  85.     </regions>
  86.     <spawns>
  87.         <spawn team="black" yaw="-90" kit="spawn"> <cylinder base="-234,2,-1365" radius="1" height="3" /> </spawn>
  88.         <spawn team="white" yaw="90" kit="spawn"> <cylinder base="12,2,-1364" radius="1" height="3" /> </spawn>
  89.         <default yaw="0"> <cylinder base="-111,62,-1364" radius="1" height="3" /> </default>
  90.     </spawns>
  91.     <score>
  92.         <time>1800</time>
  93.     </score>
  94. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement