Want to randomize item drop when breaking or killing animals? Do it with RandomDrops!
You can choose if you want to randomize the drops when you break and / or when you kill.
Also choose a percentage chance of having a random item.
Drop random is disabled in the config, activate it before you cry bug !
/drops reload - fast recharge of config.yml
Code (YAML):
#Define which type of drops should be able to be randomized Blocks: true
Entity: true
#Probability of getting a random drop Probability: 50
BlacklistWorld: - world
#List of items to be prohibited from random drop BlackListItem: - 'STRUCTURE_BLOCK'
- 'BARRIER'
- 'STRUCTURE_VOID'
- 'COMMAND_BLOCK'
- 'CHAIN_COMMAND_BLOCK'
- 'REPEATING_COMMAND_BLOCK'
- 'BEDROCK'
- 'COMMAND'
→ Reload command
→ Command On / Off
→ Adding a world blacklist
→ Any suggestions.