Advertisement
Guest User

Finally Coded in Custom Donar Kits! (RUST)

a guest
Jul 14th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. {
  2. "kits": {
  3. "donator": {
  4. "items": [
  5. "Leather Helmet",
  6. {
  7. "amount": 10,
  8. "item": "Cooked Chicken Breast"
  9. },
  10. {
  11. "amount": 2,
  12. "item": "Large Medkit"
  13. },
  14. {
  15. "amount": 100,
  16. "item": "9mm Ammo"
  17. },
  18. "Leather Boots",
  19. "P250",
  20. "Leather Pants",
  21. "Leather Vest",
  22. "Pickaxe"
  23. ],
  24. "flags": {
  25. "get": [
  26. "donator"
  27. ],
  28. "give": [
  29. "donatoradmin"
  30. ]
  31. },
  32. "description": "Start Killing",
  33. "targetdescription": "Thankyou for donating"
  34. "cooldown": 120
  35. },
  36. "donator2": {
  37. "items": [
  38. "MP5A4",
  39. {
  40. "amount": 100,
  41. "item": "9mm Ammo"
  42. },
  43. "Shotgun",
  44. {
  45. "amount": 100,
  46. "item": "Shotgun Shells"
  47. },
  48. "Leather Pants",
  49. "Leather Vest",
  50. "Leather Helmet",
  51. "Leather Boots"
  52. ],
  53. "flags": {
  54. "get": [
  55. "donator2"
  56. ],
  57. "give": [
  58. "donator2admin"
  59. ]
  60. },
  61. "description": "Start Killing",
  62. "targetdescription": "Thankyou for donating"
  63. "cooldown": 240
  64. },
  65. "donator3": {
  66. "items": [
  67. "M4",
  68. {
  69. "amount": 250,
  70. "item": "556 Ammo"
  71. },
  72. {
  73. "amount": 100,
  74. "item": "9mm Ammo"
  75. },
  76. "Kevlar Helmet",
  77. "Kevlar Vest",
  78. "Kevlar Pants",
  79. "Kevlar Boots"
  80. "MP5A4"
  81. ],
  82. "flags": {
  83. "get": [
  84. "donator3"
  85. ],
  86. "give": [
  87. "donator3admin"
  88. ]
  89. },
  90. "description": "Start Killing",
  91. "targetdescription": "Thankyou for donating"
  92. "cooldown": 360
  93. },
  94. "basic": {
  95. "max": 1,
  96. "items": [
  97. "Wood Shelter",
  98. "Cloth Pants",
  99. "Wooden Door",
  100. "Camp Fire",
  101. {
  102. "amount": 10,
  103. "item": "Raw Chicken Breast"
  104. },
  105. {
  106. "amount": 50,
  107. "item": "Wood"
  108. }
  109. ],
  110. "description": "Gives you some comfort!",
  111. "cooldown": 10
  112. },
  113. "starter": {
  114. "max": 100,
  115. "items": [
  116. "9mm Pistol",
  117. "Cloth Pants",
  118. "Pick Axe",
  119. {
  120. "amount": 10,
  121. "item": "Cooked Chicken Breast"
  122. },
  123. {
  124. "amount": 50,
  125. "item": "9mm Ammo"
  126. }
  127. ],
  128. "description": "Basic things you need!To stay alive from benny",
  129. "cooldown": 5
  130. }
  131. },
  132. "command": "kit",
  133. "messages": {
  134. "given": "Kit %kit% given to %user%!",
  135. "githelp": "Get your kits! Type /kit to get started",
  136. "redeem": "Kit %kit% redeemed!",
  137. "nokitdefined": "No kit available!",
  138. "received": "Buff! %user% gave you a %kit%!",
  139. "cooldown": "You have to wait %min% minutes and %sec%s seconds for %kit% to be available!",
  140. "exceeded": "Already redeemed %kit% maximum %amount% times!",
  141. "nogiveyourself": "You cannot give %kit% yourself!"
  142. }
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement