Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Inventory Drop Chance v1.4.2 Config
- # An item on the whitelist will always be kept.
- # An item on the blacklist will always be dropped.
- # Retain percentage is the percentage of the inv that will be kept. If this is 0, nothing will be kept and everything is dropped
- # Delete percentage is the percentage of the inv that will be deleted. If this is 0, nothing will be deleted
- # Xp loss is the percentage of the xp that will be lost. The rest will be given back to you when you respawn
- # Check first is the first thing to check:
- # 'save' = First the save check will be run, then the delete check. This way the delete check will only check from the saved items
- # 'delete' = First the delete check will be run, then the save check. This way the save check will only check the not-deleted items
- verboseLogging: true
- DisabledWorlds:
- - DisableWorld
- - DisabledWorld_nether
- - DisabledWorld_the_end
- Groups:
- ExampleGroup:
- retain percentage: 50
- delete percentage: 0
- xp loss: 25
- use xp loss: false
- check first: save
- blacklist:
- - '35:7'
- - '273'
- whitelist:
- - '276'
- - '25'
- default:
- retain percentage: 0
- delete percentage: 0
- xp loss: 100
- use xp loss: true
- check first: save
- blacklist: []
- whitelist: []
- donordrop:
- retain percentage: 90
- delete percentage: 0
- xp loss: 0
- use xp loss: true
- check first: save
- blacklist: []
- whitelist: []
- guard:
- retain percentage: 100
- delete percentage: 0
- xp loss: 0
- use xp loss: true
- check first: save
- blacklist: []
- whitelist: []
- Updater:
- doCheckUpdate: true
- Group List:
- - default
- - donordrop
- - guard
- Use XP Loss Percentage: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement