Advertisement
austin101

Welcome kit

Feb 21st, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. {
  2. "plugin_options": {
  3. "enable_playerkit": true,
  4. "enable_adminkit": false,
  5. "enable_vipkit": false,
  6. "displaymessages": true
  7. },
  8. "playerkit": {
  9. "message": "You have recived the Wild Wild Rust Kit. Join our Steam Group at http://steamcommunity.com/groups/Wild-Wild-Rust for the latest news!",
  10. "respawn_equipagain": true,
  11. "respawn_limitkits": false,
  12. "respawn_kitmaxlimit": 99999999999,
  13. "respawn_kitonsuicide": true,
  14. "respawn_kitatcamp": true,
  15. "respawn_kitonreconnect": false,
  16. "removerock": true,
  17. "removebandage": true,
  18. "removetorch": true,
  19. "items": [
  20. {
  21. "name": "Stone Hatchet",
  22. "inbelt": true
  23. },
  24. {
  25. "name": "Hunting Bow",
  26. "inbelt": true
  27. },
  28. {
  29. "name": "Revolver",
  30. "inbelt": true
  31. },
  32. {
  33. "name": "Pipe Shotgun",
  34. "inbelt": true
  35. },
  36. {
  37. "name": "Torch",
  38. "inbelt": true
  39. },
  40. {
  41. "name": "Bandage",
  42. "inbelt": true
  43. "amount": 5,
  44. },
  45. {
  46. "name": "Arrow",
  47. "amount": 20,
  48. },
  49. {
  50. "name": "Handmade Shell",
  51. "amount": 12,
  52. },
  53. {
  54. "name": "9mm Ammo",
  55. "amount": 15,
  56. },
  57. {
  58. "name": "Can of Beans",
  59. "amount": 10,
  60. },
  61. {
  62. "name": "Small Medkit",
  63. "amount": 1,
  64. },
  65. "Cloth Helmet",
  66. "Cloth Vest",
  67. "Cloth Pants",
  68. "Cloth Boots",
  69. ]
  70. },
  71. "adminkit": {
  72. "message": "AdminKit received, take a look at your Inventory!",
  73. "respawn_equipagain": true,
  74. "respawn_limitkits": false,
  75. "respawn_kitmaxlimit": 5,
  76. "respawn_kitonsuicide": true,
  77. "respawn_kitatcamp": true,
  78. "respawn_kitonreconnect": true,
  79. "removerock": true,
  80. "removebandage": true,
  81. "removetorch": true,
  82. "items": [
  83. {
  84. "name": "Hatchet",
  85. "inbelt": true
  86. },
  87. "P250",
  88. {
  89. "name": "9mm Ammo",
  90. "amount": 55
  91. },
  92. {
  93. "name": "M4",
  94. "inbelt": true,
  95. "blokonreconnect": true
  96. },
  97. {
  98. "name": "556 Ammo",
  99. "amount": 55,
  100. "blokonreconnect": true
  101. },
  102. "Shotgun",
  103. {
  104. "name": "Shotgun Shells",
  105. "amount": 55
  106. },
  107. {
  108. "name": "Large Medkit",
  109. "amount": 5,
  110. "inbelt": true,
  111. "nostacking": true
  112. },
  113. "Kevlar Helmet",
  114. "Kevlar Vest",
  115. "Kevlar Pants",
  116. "Kevlar Boots",
  117. {
  118. "name": "Small Rations",
  119. "amount": 10,
  120. "inbelt": true
  121. },
  122. {
  123. "name": "Flare",
  124. "amount": 3,
  125. "inbelt": true,
  126. "nostacking": true
  127. },
  128. {
  129. "name": "Anti-Radiation Pills",
  130. "amount": 10,
  131. "inbelt": true
  132. }
  133. ]
  134. },
  135. "vipkit": {
  136. "message": "VIPKit received, take a look at your Inventory!",
  137. "required_flag": "getvipkit",
  138. "respawn_equipagain": true,
  139. "respawn_limitkits": false,
  140. "respawn_kitmaxlimit": 5,
  141. "respawn_kitonsuicide": false,
  142. "respawn_kitatcamp": true,
  143. "respawn_kitonreconnect": false,
  144. "removerock": true,
  145. "removebandage": true,
  146. "removetorch": false,
  147. "items": [
  148. {
  149. "name": "Hatchet",
  150. "inbelt": true
  151. },
  152. "Revolver",
  153. {
  154. "name": "9mm Ammo",
  155. "amount": 40
  156. },
  157. {
  158. "name": "Pipe Shotgun",
  159. "inbelt": true
  160. },
  161. {
  162. "name": "Handmade Shell",
  163. "amount": 20
  164. },
  165. {
  166. "name": "Large Medkit",
  167. "amount": 3,
  168. "inbelt": true
  169. },
  170. "Leather Helmet",
  171. "Leather Vest",
  172. "Leather Pants",
  173. "Leather Boots",
  174. {
  175. "name": "Small Rations",
  176. "amount": 5,
  177. "inbelt": true
  178. }
  179. ]
  180. }
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement