Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. #
  2. # This is the default kit file for CommandBook.
  3. #
  4. # Each kit requires the commandbook.kit.[name] permission, such as:
  5. # commandbook.kit.starter (as seen below).
  6. #
  7. # The name of the items are names that you can use with the /item command,
  8. # so you can do step:wood if you want. If you want to specify an amount, enter
  9. # the number after a comma, like "wood,64".
  10. #
  11. # If you put <name>=# for a kit, then you can choose a "cool down" period
  12. # in seconds. Players have to wait that amount of time before they can
  13. # use that particular kit.
  14. #
  15. [start=600]
  16. woodsword
  17. woodpick
  18. woodaxe
  19. woodshovel
  20. torch,5
  21. [stonetools=600]
  22. stonepickaxe
  23. stoneshovel
  24. stoneaxe
  25. [farming=600]
  26. ironhoe
  27. brownmushroom,2
  28. redmushroom,2
  29. seeds,12
  30. [torches=600]
  31. torch,32
  32. [grass=600]
  33. grass,64
  34. [lightstone=600]
  35. lightstone,64
  36. [cake=600]
  37. cake,1
  38. [irontools=600]
  39. ironpick
  40. ironaxe
  41. ironshovel
  42. [wool=600]
  43. whitecloth,64
  44. [sand=600]
  45. sand,64
  46. [diamondtools=600]
  47. diamondpick
  48. diamondaxe
  49. diamondshovel
  50. [pumpkins=600]
  51. pumpkin,8
  52. [winter=600]
  53. snow,32
  54. snowblock,32
  55. [hell=600]
  56. netherrack,32
  57. soulsand,16
  58. [redstone=600]
  59. redstone,48
  60. [clock=600]
  61. clock
  62. [food=600]
  63. bread
  64. mushroomsoup
  65. cookie
  66. [logs=600]
  67. log,16
  68. darkwood,16
  69. [colors=600]
  70. magentacloth,10
  71. lightgreencloth,10
  72. cyancloth,10
  73. purplecloth,10
  74. blackcloth,10
  75. [mossy=600]
  76. mossycobblestone,16
  77. [bricks=600]
  78. brickblock,32
  79. [bow=600]
  80. bow
  81. arrow,64
  82. [signs=600]
  83. sign 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement