Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.2">
  3. <name>Truncatis CTW</name>
  4. <version>1.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. <authors>
  7. <author uuid="a7daca96-cf1f-40bc-9150-6bd1a5561af8" contribution="Creator"/>
  8. </authors>
  9. <teams>
  10. <team id="blue-team" color="blue" max="20">Blue Team</team>
  11. <team id="red-team" color="dark red" max="20">Red Team</team>
  12. </teams>
  13. <spawns>
  14. <spawn kit="spawn">
  15. <spawn team="blue-team" yaw="180"><cylinder base="-166,38,11" radius="1" height="0"/></spawn>
  16. <spawn team="red-team" yaw="0"><cylinder base="99,38,11" radius="1" height="0"/></spawn>
  17. </spawn>
  18. <default yaw="270"><cylinder base="-34,42,38" radius="2" height="0"/></default>
  19. </spawns>
  20. <kits>
  21. <kit id="spawn" force="true">
  22. <item slot="0" material="stone sword"/>
  23. <item slot="1" enchantment="arrow infinite:1" material="bow"/>
  24. <item slot="28" material="arrow"/>
  25. <item slot="2" material="iron pickaxe"/>
  26. <item slot="3" material="iron axe"/>
  27. <item slot="4" amount="64" damage="1" material="log:3"/>
  28.  
  29. <item slot="6" material="bucket"/>
  30. <item slot="7" material="golden apple"/>
  31. <item slot="8" amount="64" material="cooked fish"/>
  32. </kit>
  33. </kits>
  34. <regions>
  35. <apply enter="only-blue" message="You may not enter the enemy team's Wool Room">
  36. <region>
  37. <union>
  38. <cuboid min="138,57,5" max="130,45,12"/>
  39. </union>
  40. </region>
  41. </apply>
  42. <apply enter="only-red" message="You may not enter the enemy team's Wool Room!">
  43. <region>
  44. <union>
  45. <cuboid min="-205,57,5" max="-197,45,11"/>
  46. </union>
  47. </region>
  48. </apply>
  49. <apply block="only-blue" use="only-blue-usage" region="blue-wool-rooms"/>
  50. <apply enter="only-blue" region="blue-wool-rooms" message="You may not enter your own wool room."/>
  51. <apply block="only-red" region="red-wool-rooms" use="only-red-usage"/>
  52. <apply enter="only-red" region="red-wool-rooms" message="You may not enter your own wool room."/>
  53.  
  54. <apply enter="only-blue" message="You may not enter the enemy team's base!">
  55. <region>
  56. <union>
  57. <cuboid min="-153,36,2" max="-166,42,12"/>
  58. </union>
  59. </region>
  60. </apply>
  61. <apply enter="only-red" message="You may not enter the enemy team's base!">
  62. <region>
  63. <union>
  64. <cuboid min="85,38,18" max="99,42,9"/>
  65. </union>
  66. </region>
  67. </apply>
  68. <rectangle min="-229,61" max="164,-41" id="playable" />
  69. <apply block="never" message="You may NOT edit outside of the playing field!">
  70. <region>
  71. <negative>
  72. <region id="playable"/>
  73. </negative>
  74. </region>
  75. </apply>
  76.  
  77. </regions>
  78.  
  79. <wools>
  80. <wool team="red-team" color="blue">
  81. <monument><block>104,47,13</block></monument>
  82. </wool>
  83. <wool team="blue-team" color="lime">
  84. <monument><block>-171,47,13</block></monument>
  85. </wool>
  86. </wools>
  87. <toolrepair>
  88. <tool>iron sword</tool>
  89. <tool>iron pickaxe</tool>
  90. <tool>iron axe</tool>
  91. <tool>bow</tool>
  92. <tool>arrow</tool>
  93. </toolrepair>
  94.  
  95. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement