Advertisement
Guest User

Kitplugin problem, reekoup

a guest
Nov 19th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. FIRST, KIT CONFIG :
  2.  
  3. # Enchantment IDs and config explanation can be found here: http://dev.bukkit.org/server-mods/kitplugin/pages/kits-config/
  4. Jogger:
  5. items:
  6. cuirch:
  7. id: 298
  8. amount: 1
  9. slot: helmet
  10. cuirplas:
  11. id: 299
  12. amount: 1
  13. slot: chestplate
  14. cuirjamb:
  15. id: 300
  16. amount: 1
  17. slot: leggings
  18. cuirbo:
  19. id: 301
  20. amount: 1
  21. slot: boots
  22. popo:
  23. id: 373
  24. data: 8194
  25. amount: 5
  26. slot: inventory
  27. steak:
  28. id: 364
  29. amount: 20
  30. slot: inventory
  31. pommeor:
  32. id: 322
  33. amount: 5
  34. slot: inventory
  35. pommecheat:
  36. id: 322
  37. data: 1
  38. amount: 1
  39. slot: inventory
  40. cooldown: 21600
  41. message: '&2Vous avez recu le Kit &cJogger&2, un autre sera disponible dans 6 heures
  42. ! Amusez vous bien !'
  43. Runner:
  44. items:
  45. cuirch:
  46. id: 306
  47. amount: 1
  48. slot: helmet
  49. cuirplas:
  50. id: 307
  51. amount: 1
  52. slot: chestplate
  53. cuirjamb:
  54. id: 308
  55. amount: 1
  56. slot: leggings
  57. cuirbo:
  58. id: 309
  59. amount: 1
  60. slot: boots
  61. popo:
  62. id: 373
  63. data: 8194
  64. amount: 10
  65. slot: inventory
  66. steak:
  67. id: 364
  68. amount: 30
  69. slot: inventory
  70. pommeor:
  71. id: 322
  72. amount: 10
  73. slot: inventory
  74. pommecheat:
  75. id: 322
  76. data: 1
  77. amount: 2
  78. slot: inventory
  79. cooldown: 21600
  80. message: '&2Vous avez recu le Kit &7Runner&2, un autre sera disponible dans 6 heures
  81. ! Amusez vous bien !'
  82. Jumper:
  83. items:
  84. cuirch:
  85. id: 314
  86. amount: 1
  87. slot: helmet
  88. cuirplas:
  89. id: 315
  90. amount: 1
  91. slot: chestplate
  92. cuirjamb:
  93. id: 316
  94. amount: 1
  95. slot: leggings
  96. cuirbo:
  97. id: 317
  98. amount: 1
  99. slot: boots
  100. popo:
  101. id: 373
  102. data: 8226
  103. amount: 15
  104. slot: inventory
  105. steak:
  106. id: 364
  107. amount: 40
  108. slot: inventory
  109. pommeor:
  110. id: 322
  111. amount: 15
  112. slot: inventory
  113. pommecheat:
  114. id: 322
  115. data: 1
  116. amount: 3
  117. slot: inventory
  118. cooldown: 21600
  119. message: '&2Vous avez recu le Kit &6Jumper&2, un autre sera disponible dans 6 heures
  120. ! Amusez vous bien !'
  121. Sprinter:
  122. items:
  123. cuirch:
  124. id: 310
  125. amount: 1
  126. slot: helmet
  127. cuirplas:
  128. id: 311
  129. amount: 1
  130. slot: chestplate
  131. cuirjamb:
  132. id: 312
  133. amount: 1
  134. slot: leggings
  135. cuirbo:
  136. id: 313
  137. amount: 1
  138. slot: boots
  139. popo:
  140. id: 373
  141. data: 8226
  142. amount: 12
  143. slot: inventory
  144. steak:
  145. id: 364
  146. amount: 50
  147. slot: inventory
  148. pommeor:
  149. id: 322
  150. amount: 20
  151. slot: inventory
  152. pommecheat:
  153. id: 322
  154. data: 1
  155. amount: 4
  156. slot: inventory
  157. cooldown: 21600
  158. message: '&2Vous avez recu le Kit &3Sprinter&2, une autre sera disponible dans 6
  159. heures ! Amusez vous bien !'
  160.  
  161. SECOND, CONFIG :
  162.  
  163. KitMessage: Vous avez recu votre Kit, un autre sera disponible dans 6 heures ! :)
  164. UpdateCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement