Advertisement
Cheesewizzer

Kits.yml and Config.yml for kitmaster (bukkit plugin)

Jan 29th, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Kits.yml:
  2.  
  3. Brawler:
  4. items:
  5. - Diamond_Sword:1
  6. - Iron_Helmet:1
  7. - Iron_Chestplate:1
  8. - Chainmail_Leggings:1
  9. - Chainmail_Boots:1
  10. effects:
  11. - Strength:1
  12. infiniteEffects: true
  13. timeout:
  14. duration: 1
  15. global: false
  16. singleUse: false
  17. singleUsePerLife: true
  18. clear:
  19. all: true
  20. inventory: true
  21. effects: true
  22. permissions: true
  23. inheritance:
  24. parent: ''
  25. upgrade: true
  26. inheritParentPerms: true
  27. requireParentPerms: false
  28. economy:
  29. cost: 0.0
  30. cash: 0.0
  31. restrictions:
  32. armor: false
  33. drops: false
  34. deathDrops: true
  35. pickups: false
  36. otherKits: false
  37. showInList: true
  38. Bruiser:
  39. items:
  40. - Iron_Sword:1
  41. - Diamond_Helmet:1
  42. - Diamond_Chestplate:1
  43. - Diamond_Leggings:1
  44. - Diamond_Boots:1
  45. effects:
  46. - Strength:1
  47. infiniteEffects: true
  48. timeout:
  49. duration: 1
  50. global: false
  51. singleUse: false
  52. singleUsePerLife: true
  53. clear:
  54. all: true
  55. inventory: true
  56. effects: true
  57. permissions: true
  58. inheritance:
  59. parent: ''
  60. upgrade: true
  61. inheritParentPerms: true
  62. requireParentPerms: false
  63. economy:
  64. cost: 0.0
  65. cash: 0.0
  66. restrictions:
  67. armor: false
  68. drops: false
  69. deathDrops: true
  70. pickups: false
  71. otherKits: false
  72. showInList: true
  73. Ranger:
  74. items:
  75. - Bow:1 Power:5
  76. - Chainmail_Helmet:1 Protection:3
  77. - Chainmail_Chestplate:1 Protection:3
  78. - Chainmail_Leggings:1 Protection:3
  79. - Chainmail_Boots:1 Protection:3
  80. - Arrow:64
  81. effects:
  82. - Strength:1
  83. infiniteEffects: true
  84. timeout:
  85. duration: 1
  86. global: false
  87. singleUse: false
  88. singleUsePerLife: true
  89. clear:
  90. all: true
  91. inventory: true
  92. effects: true
  93. permissions: true
  94. inheritance:
  95. parent: ''
  96. upgrade: true
  97. inheritParentPerms: true
  98. requireParentPerms: false
  99. economy:
  100. cost: 0.0
  101. cash: 0.0
  102. restrictions:
  103. armor: false
  104. drops: false
  105. deathDrops: true
  106. pickups: false
  107. otherKits: false
  108. showInList: true
  109.  
  110. Config.yml:
  111.  
  112. clearKits:
  113. onDeath: true
  114. onDisconnect: false
  115. onDisable: false
  116. inventory:
  117. autoEquipWeapon: true
  118. autoEquipArmor: true
  119. woolHats: false
  120. skullHats: false
  121. renameFireworks: false
  122. maxStacks:
  123. Potion: 16
  124. kitSelectionSignText:
  125. line_1: ==============
  126. line_2: '&l[Kit Select]'
  127. line_3: '&o%kit%'
  128. line_4: ==============
  129. update:
  130. checkForUpdate: true
  131. autoInstallUpdate: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement