Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.98 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.3.0">
  3. <name>Teres</name>
  4. <version>2.0</version>
  5. <objective>Break the obsidian from the enemy team's monument.</objective>
  6. <authors>
  7.     <author>ThrasiliasG0D</author>
  8.     <author>Howsie22</author>
  9. </authors>
  10. <contributors>
  11.     <contributor contribution="Map Feedback and XML Coding">WildCards</contributor>
  12. </contributors>
  13. <rules>
  14.    <rule>Don't spawn kill!</rule>
  15.    <rule>Don't block the spawns!</rule>
  16. </rules>
  17. <teams>
  18.     <team color="Yellow" max="20">Celestia</team>
  19.     <team color="Red" max="20">Luna</team>
  20. </teams>
  21. <maxbuildheight>256</maxbuildheight>
  22. <spawns>
  23.     <spawn team="Luna" kit="Luna" yaw="-45"><cuboid min="0,57,-691" max="0,57,-691"/></spawn>
  24.     <spawn team="Celestia" kit="blue" yaw="-135"><cuboid min="0,57,-914" max="0,57,-914"/></spawn>
  25.     <default yaw="-90"><cuboid min="111,78,-799" max="111,78,-799"/></default>
  26. </spawns>
  27. <destroyables name="Core" completion="100%" materials="obsidian">
  28.     <destroyable owner="Luna"> 
  29.             <cuboid min="7.0,74.0,-709.0" max="7.0,74.0,-709.0"/>
  30.     </destroyable>
  31.     <destroyable owner="Luna">
  32.             <cuboid min="-7.0,73.0,-709.0" max="-7.0,74.0,-709.0"/>
  33.     </destroyable>
  34.     <destroyable owner="Celestia">
  35.             <cuboid min="-7.0,74.0,-897.0" max="-7.0,74.0,-897."/>
  36.     </destroyable>
  37.     <destroyable owner="Celestia">
  38.             <cuboid min="7.0,74.0,-897.0" max="7.0,74.0,-897.0"/>
  39.         </destroyable>
  40.     </destroyables>
  41. <kits>
  42.     <kit name="spawn">
  43.         <item slot="0">iron sword</item>
  44.         <item slot="1" enchantment="arrow infinite:1">bow</item>
  45.         <item slot="2">diamond pickaxe</item>
  46.         <item slot="3" amount="3">golden apple</item>
  47.         <item slot="4" amount="32">log</item>
  48.         <item slot="5" amount="64">glass</item>
  49.         <item slot="6" amount="8">cooked fish</item>
  50.         <item slot="27" amount="1">arrow</item>
  51.         <potion duration="5" amplifier="1">heal</potion>
  52.     </kit>
  53.     <kit name="Luna" parents="spawn">
  54.         <helmet color="cd0000">leather helmet</helmet>
  55.         <chestplate color="cd0000">leather chestplate</chestplate>
  56.         <leggings color="cd0000">leather leggings</leggings>
  57.         <boots color="cd0000">leather boots</boots>
  58.     </kit>
  59.     <kit name="blue" parents="spawn">
  60.         <helmet color="FFF700">leather helmet</helmet>
  61.         <chestplate color="FFF700">leather chestplate</chestplate>
  62.         <leggings color="FFF700">leather leggings</leggings>
  63.         <boots color="FFF700">leather boots</boots>
  64.     </kit>
  65. </kits>
  66. <toolrepair>
  67.     <tool>stone sword</tool>
  68.     <tool>diamond pickaxe</tool>
  69.     <tool>bow</tool>
  70. </toolrepair>
  71. <itemremove>
  72.     <item>arrow</item>
  73.     <item>leather helmet</item>
  74.     <item>leather chestplate</item>
  75.     <item>leather leggings</item>
  76.     <item>leather boots</item>
  77.     <item>wood</item>
  78.     <item>apple</item>
  79.     <item>obsidian</item>
  80. </itemremove>
  81. <tnt>
  82.     <instantignite>on</instantignite>
  83.     <blockdamage>off</blockdamage>
  84. </tnt>
  85. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement