Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <kits>
  2. <default>
  3. <item type="nether star" name="Kit Selector" slot="8"/> <!-- This kit is applied first and before the others -->
  4.  
  5. <health>20</health>
  6. <maxhealth>20</maxhealth>
  7. </default>
  8.  
  9. <kit team="red" id="Sniper">
  10. <item type="iron hoe" name="Sniper Rifle"/>
  11. <item type="stone button" name="Ammo - Sniper Rifle" amount="4"/>
  12. <armor>
  13. <helmet type="leather helmet" color="ff0000"/>
  14. </armor>
  15. <potions>jump,600000,0,false;speed,600000,1,false;regeneration,100,5,false</potions>
  16. </kit>
  17.  
  18. <kit team="blue" id="Sniper">
  19. <item type="iron hoe" name="Sniper Rifle"/>
  20. <item type="stone button" name="Ammo - Sniper Rifle" amount="4"/>
  21. <armor>
  22. <helmet type="leather helmet" color="334cb2"/>
  23. </armor>
  24. <potions>jump,600000,0,false;speed,600000,1,false;regeneration,100,5,false</potions>
  25. </kit>
  26.  
  27. <kit team="red" id="Assault">
  28. <item type="stone hoe" name="Battle Rifle"/>
  29. <item type="stone button" name="Ammo - Battle Rifle" amount="4"/>
  30. <armor>
  31. <helmet type="leather helmet" color="ff0000"/>
  32. </armor>
  33. <potions>jump,600000,0,false;speed,600000,1,false;regeneration,100,5,false</potions>
  34. </kit>
  35.  
  36. <kit team="blue" id="Assault">
  37. <item type="stone hoe" name="Battle Rifle"/>
  38. <item type="stone button" name="Ammo - Battle Rifle" amount="4"/>
  39. <armor>
  40. <helmet type="leather helmet" color="334cb2"/>
  41. </armor>
  42. <potions>jump,600000,0,false;speed,600000,1,false;regeneration,100,5,false</potions>
  43. </kit>
  44. </kits>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement