Advertisement
Guest User

see if this one works

a guest
Oct 2nd, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3.  
  4. ###########################################################
  5. ####################### Kits #############################
  6. ###########################################################
  7.  
  8.  
  9. ## Kits
  10. # the permission for each kit is sg.kits.<kitname> where
  11. # kit name is the name of the kit
  12. #
  13. # cost is the cost to use this kit. #not implemented#
  14. #
  15. # icon: the icon to be displayed with this kit
  16. #
  17. # contents: the contents of this kit
  18. #
  19. # Items are defined as
  20. # itemnumber, amount, durabilty, enchantments, name
  21. # Example: diamond sword with 1 item, full durabilty, shaprness 4, knockback 2 and the name killer
  22. # 276, 1, 0, sharpness: 4 knockback: 2, killer
  23. #
  24.  
  25. #DONT TOUCH THIS
  26. version: 1
  27.  
  28.  
  29. enabled: true
  30.  
  31.  
  32. ## Kit Display Mode
  33. #
  34. # SHOW_ALL = Show all the kit contents
  35. # SHOW_ICON = Show only the icon
  36. # AUTO_SELECT = Auto select the top level kit
  37.  
  38. kit-select-mode: 'SHOW_ALL'
  39.  
  40.  
  41.  
  42.  
  43. kits:
  44. Member:
  45. cost: 0
  46. icon: '133'
  47. contents:
  48. - '315'
  49. - '268'
  50. - '364, 15'
  51. Premium:
  52. cost: 0
  53. icon: '57'
  54. contents:
  55. - '303'
  56. - '272'
  57. - '364, 15'
  58. VIP:
  59. cost: 0
  60. icon: '22'
  61. contents:
  62. - '307'
  63. - '272'
  64. - '364, 15'
  65. Elite:
  66. cost: 0
  67. icon: '41'
  68. contents:
  69. - '307'
  70. - '267'
  71. - '364, 15'
  72. Legend:
  73. cost: 0
  74. icon: '152'
  75. contents:
  76. - '311'
  77. - '267'
  78. - '364, 15'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement