Advertisement
Guest User

Survival Games kits.yml file

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