Plugin adds drop system to your server. Chances and custom drops can be modified in configuration file.
Features:
- Configure chance of drop
- Add custom drops to the mobs
- Check if mob is killed by player
Installation:
- Download plugin
- Put to plugins folder on your server
- Run or restart server
Permissions:
- dropregulator.reload
Configuration:
#DropRegulator configuration
wrong-args: '&cWrong command!'
no-perm: '&cYou do not have permission!'
reloaded: '&aConfiguration reloaded!'
#Chance of minecraft standart drop
drop_chance:
enabled: true
#Numbers are equal to percents
chance: 20
#Custom drops settings
custom_drops:
#Drop only when killed by player
only-player: false
#MOBNAME -> NUMBER -> CHANCE/ITEM/AMOUNT
ZOMBIE:
drop_1:
chance: 100
item: 'DIRT'
amount: 1
PIG:
drop_1:
chance: 100
item: 'STONE'
amount: 2
drop_2:
chance: 100
item: 'GOLD_INGOT'
amount: 3

