Advertisement
Guest User

ViciousPacks CONFIG

a guest
Aug 1st, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #-----------------------------------------------------------------------------------------#
  2. # Vicious BackPacks #
  3. # #
  4. # This is the plugins configuration file #
  5. # #
  6. # Plugin made by FloThePony #
  7. # #
  8. #-----------------------------------------------------------------------------------------#
  9. # #
  10. # Explained Config -- #
  11. # #
  12. #-----------------------------------------------------------------------------------------#
  13. # #
  14. # Backpacks: #
  15. # Common: // Backpack name. // #
  16. # name: '&bCommon Pack' // Display Name. // #
  17. # Enabled: true // Enabled? T/F // #
  18. # Item: CHEST // Backpack item. // #
  19. # Rows: 2 // Amount of rows in the backpack. // #
  20. # Lore: '&7Used for more inventory space!' // Lore of the backpack in inventory. //#
  21. # settings: #
  22. # auto_smelt: false // Auto smelt feature? T/F // #
  23. # auto_block: false // Auto block feature? T/F // #
  24. # auto_inv: true // Auto inventory feature? T/F // #
  25. # fortune_blocks: true // Fortune feature? T/F // #
  26. # fortune_multiplier: RANDOM // Fortune multiplier type. // #
  27. # maxDrops: 10 // Max block drops. // #
  28. # minDrops: 3 // Min block drops. // #
  29. # multiplied_blocks: // Blocks that are effected from fortune. // #
  30. # - COAL_ORE #
  31. # - IRON_ORE #
  32. # - COAL_BLOCK #
  33. # - IRON_BLOCK #
  34. # - GOLD_ORE #
  35. # - GOLD_BLOCK #
  36. # - REDSTONE_BLOCK #
  37. # - DIAMOND_ORE #
  38. # - LAPIS_BLOCK #
  39. # - DIAMOND_BLOCK #
  40. # - EMERALD_ORE #
  41. # - EMERALD_BLOCK #
  42. # #
  43. #-----------------------------------------------------------------------------------------#
  44.  
  45. Backpacks:
  46. Common:
  47. name: '&bCommon Pack'
  48. Enabled: true
  49. Item: CHEST
  50. Rows: 2
  51. Lore: '&7Used for more inventory space!'
  52. settings:
  53. auto_smelt: false
  54. auto_inv: true
  55. auto_block: false
  56. fortune_blocks: true
  57. fortune_multiplier: RANDOM
  58. maxDrops: 10
  59. minDrops: 3
  60. multiplied_blocks:
  61. - COAL_ORE
  62. - IRON_ORE
  63. - COAL_BLOCK
  64. - IRON_BLOCK
  65. - GOLD_ORE
  66. - GOLD_BLOCK
  67. - REDSTONE_BLOCK
  68. - DIAMOND_ORE
  69. - LAPIS_BLOCK
  70. - DIAMOND_BLOCK
  71. - EMERALD_ORE
  72. - EMERALD_BLOCK
  73. UnCommon:
  74. name: '&eUnCommon Pack'
  75. Enabled: true
  76. Item: CHEST
  77. Rows: 4
  78. Lore: '&7Used for more inventory space!'
  79. settings:
  80. auto_smelt: true
  81. auto_inv: true
  82. auto_block: false
  83. fortune_blocks: true
  84. fortune_multiplier: RANDOM
  85. maxDrops: 14
  86. minDrops: 3
  87. multiplied_blocks:
  88. - COAL_ORE
  89. - IRON_ORE
  90. - COAL_BLOCK
  91. - IRON_BLOCK
  92. - GOLD_ORE
  93. - GOLD_BLOCK
  94. - REDSTONE_BLOCK
  95. - DIAMOND_ORE
  96. - LAPIS_BLOCK
  97. - DIAMOND_BLOCK
  98. - EMERALD_ORE
  99. - EMERALD_BLOCK
  100. Mythical:
  101. name: '&dMythical Pack'
  102. Enabled: true
  103. Item: CHEST
  104. Rows: 6
  105. Lore: '&7Used for more inventory space!'
  106. settings:
  107. auto_smelt: true
  108. auto_inv: true
  109. auto_block: true
  110. fortune_blocks: true
  111. fortune_multiplier: RANDOM
  112. maxDrops: 18
  113. minDrops: 3
  114. multiplied_blocks:
  115. - COAL_ORE
  116. - IRON_ORE
  117. - COAL_BLOCK
  118. - IRON_BLOCK
  119. - GOLD_ORE
  120. - GOLD_BLOCK
  121. - REDSTONE_BLOCK
  122. - DIAMOND_ORE
  123. - LAPIS_BLOCK
  124. - DIAMOND_BLOCK
  125. - EMERALD_ORE
  126. - EMERALD_BLOCK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement