This update brings the permission
custompvpdrops.drop which allows the player to drop additional items besides the inventory content.
There is also the possibility to add a droprate to the items in your configuration.
Syntax for the updated configuration:
-
AMOUNT;
MATERIAL;
PERCENTAGE (0-100)
Code (YAML):
drops
:
- 10;DIAMOND;10
- 15;COBBLESTONE;50
- 1;DIAMOND_SWORD;100
- 1;DIAMOND_PICKAXE;80
If you don't add an percentage number it will always be dropped.