Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.3.6">
  3. <name>The Big Gray</name>
  4. <version>1.0</version>
  5. <objective>Leak the core you dumbass</objective>
  6. <authors>
  7. <author>xCLAFx</author>
  8. </authors>
  9. <contributors>
  10. <contributor>GPWonderful</contributor>
  11. <contributor>PianoMasterHays</contributor>
  12. </contributors>
  13. <rules>
  14. <rule>Spawn Blocking is Prohibited</rule>
  15. </rules>
  16. <teams>
  17. <team color="blue" max="6">Blue Team</team>
  18. <team color="dark red" max="6">Red Team</team>
  19. </teams>
  20. <spawns>
  21. <spawn team="blue" yaw="-90"><cuboid min="76,63,190" max="76,63,190"/></spawn>
  22. <spawn team="red" yaw="90"><cuboid min="162,63,190" max="162,63,190"/></spawn>
  23. <default yaw="-90"><cuboid min="99,17,189" max="101,16,191"/></default>
  24. </spawns>
  25. <filters>
  26. <filter name="only-blue" parents="deny-players deny-world">
  27. <allow><team>blue</team></allow>
  28. </filter>
  29. <filter name="only-red" parents="deny-players deny-world">
  30. <allow><team>red</team></allow>
  31. </filter>
  32. </filters>
  33. <maxbuildheight>34</maxbuildheight>
  34. <regions>
  35. <apply enter="only-blue" message="You are not allowed behind the enemy team's side!">
  36. <cuboid min="147,6,189" max="147,8,191"/>
  37. <cuboid min="149,oo,208" max="158,oo,172"/>
  38. </apply>
  39. <apply enter="only-red" message="You are not allowed behind the enemy team's side!">
  40. <cuboid min="91,6,191" max="90,8,189"/>
  41. <cuboid min="149,oo,208" max="158,oo,172"/>
  42. </apply>
  43. <apply block="deny-all" message="You may not break or place blocks in the spawn tunnels!>
  44. <cuboid min="149,4,187" max="157,65,193"/>
  45. <cuboid min="81,65,187" max="89,4,193"/>
  46. <cuboid min="147,6,189" max="148,8,191"/>
  47. <cuboid min="91,6,191" max="90,8,189"/>
  48. </apply>
  49. <apply block="deny-all" message="You may not build outside the playable region!">
  50. <negative><rectangle min="" max="148,225"/></negative>
  51. </apply>
  52. </regions>
  53. <cores material="obsidian" leak="5">
  54. <core team="blue"><cuboid min="92,24,191" max="94,19,189"/></core>
  55. <core team="red"><cuboid min="144,19,191" max="146,24,189"/></core>
  56. </cores>
  57. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement