Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.3">
  3. <name>Bow bow</name>
  4. <version>1.0</version>
  5. <objective>Kill your enemy to win!</objective>
  6. <blitz>
  7. <lives>1</lives>
  8. </blitz>
  9.  
  10. <authors>
  11. <author uuid="fd2d3966-0939-4f9e-8a8f-082f1adae280"/> <!-- Mrmaarquez -->
  12. </authors>
  13.  
  14.  
  15. <teams>
  16. <team color="red" max="1">Red</team>
  17. <team color="blue" max="1">Blue</team>
  18. </teams>
  19.  
  20. <kits>
  21. <kit id="spawn" force="true">
  22. <item slot="0" material ="bow"/>
  23. <item slot="27" amount="1" material="arrow"
  24. <game-mode>adventure</game-mode>
  25. </kit
  26. <kit id="red" parents="spawn">
  27. <helmet color="cd0000" material="leather helmet"/>
  28. <chestplate color="cd0000" material="leather chestplate"/>
  29. <leggings color="cd0000" material="leather leggings"/>
  30. <boots color="cd0000" material="leather boots"/>
  31. </kit>
  32. <kit id="blue" parents="spawn">
  33. <helmet color="0066cc" material="leather helmet"/>
  34. <chestplate color="0066cc" material="leather chestplate"/>
  35. <leggings color="0066cc" material="leather leggings"/>
  36. <boots color="0066cc" material="leather boots"/>
  37. </kits>
  38. <item material="bow">
  39. <enchantment level="10">power</enchantment>
  40. <enchantment>infinity</enchantment>
  41. </item>
  42.  
  43.  
  44. <spawns>
  45. <spawn team="red-team" kit="red">
  46. <regions yaw="-90">
  47. <cuboid min="-9.600,3,0.513" max="-9.600,3,0.513"/>
  48. </regions>
  49. </spawn>
  50. <spawn team="blue-team" kit="blue">
  51. <regions yaw="90">
  52. <cuboid min="10.555,3,0.472" max="10.555,3,0.472"/>
  53. </regions>
  54. </spawn>
  55. <default>
  56. <regions yaw="180">
  57. <cuboid min="0.460,17,0.698" max="0.460,17,0.698"/>
  58. </regions>
  59. </default>
  60. </spawns>
  61.  
  62.  
  63. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement