DropMultiplier allows you and your players to get extra drops from blocks.
Features:
Choose how many items drop
Custom permission node
An option to drop a random amount of items with an adjustable range
An option to toggle an XP requirement with custom messages and XP amount
Blacklist blocks so certain blocks won't be affected
Note: If you want to see a new feature, or on the flip side, see a feature be fixed/removed then make sure to message me your suggestion.
Code (Text):
#DropMultiplier Config
MultiplyAmount: 2 # Must be a full number (0-64)
PermissionNode: 'loot.use' # Add your custom permission node
# -----------------------------------------
RandomAmount: # When enabled the 'MultiplyAmount' is disabled
enabled: true
min: 1
max: 5
# -----------------------------------------
XpRequirement:
enable: true
amount: 300 # The number of exp a player needs, must be a full number
message: '&c(!) &fYou need more exp' #Set to 'none' to disable the message
# -----------------------------------------
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# "BlackListBlocks: []" = enable all blocks
BlackListBlocks: # A list of blocks it will not multiply
- DIAMOND_BLOCK
- GOLD_BLOCK