Advertisement
Guest User

config file

a guest
Aug 4th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <GiveKitConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <Enabled>true</Enabled>
  4. <Kits>
  5. <Kit>
  6. <Name>starter</Name>
  7. <Items>
  8. <Item id="305" amount="1" />
  9. <Item id="306" amount="1" />
  10. <Item id="313" amount="1" />
  11. <Item id="9" amount="1" />
  12. </Items>
  13. <Cooldown>10</Cooldown>
  14. </Kit>
  15. <Kit>
  16. <Name>guns</Name>
  17. <Items>
  18. <Item id="488" amount="1" />
  19. <Item id="489" amount="1" />
  20. <Item id="484" amount="1" />
  21. <Item id="485" amount="1" />
  22. </Items>
  23. <Cooldown>60</Cooldown>
  24. </Kit>
  25. <Kit>
  26. <Name>car</Name>
  27. <Items>
  28. <Item id="28" amount="1" />
  29. <Item id="277" amount="1" />
  30. <Item id="76" amount="1" />
  31. </Items>
  32. <Cooldown>10</Cooldown>
  33. </Kit>
  34. <Kit>
  35. <Name>mili</Name>
  36. <Items>
  37. <Item id="1010" amount="1" />
  38. <Item id="1011" amount="1" />
  39. <Item id="1012" amount="1" />
  40. <Item id="1013" amount="1" />
  41. </Items>
  42. <Cooldown>30</Cooldown>
  43. </Kit>
  44. </Kits>
  45. <GlobalCooldown>0</GlobalCooldown>
  46. <StripBeforeGiving>false</StripBeforeGiving>
  47. <ResetCooldownOnDeath>false</ResetCooldownOnDeath>
  48. </GiveKitConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement