Usage: To enable Random Drop: Add following contents to an item setting in
items.yml (InventoryKeeper plugin folder)
Code (YAML):
#Maximum amount of items would drop on death (Add this to enable feature.) max-drop: 2
#An item if contains one line of following lores will not drop on death. (Optional) #No need to match exactly, once a line contains following contents is okay. exempt-drop-lore: - '&6Protected item'
#An item ID if contains following contents will not drop on death. Numeric IDs are UNSUPPORTED. #Example: IRON -> means all items ID contains "IRON" will not drop. exempt-drop-material: - 'GOLDEN_APPLE'
To enable
Random Clear:
Add following contents to an item setting in
items.yml (InventoryKeeper plugin folder)