Advertisement
Guest User

Config

a guest
Jul 30th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. # Inventory Drop Chance v1.4.2 Config
  2. # An item on the whitelist will always be kept.
  3. # An item on the blacklist will always be dropped.
  4. # Retain percentage is the percentage of the inv that will be kept. If this is 0, nothing will be kept and everything is dropped
  5. # Delete percentage is the percentage of the inv that will be deleted. If this is 0, nothing will be deleted
  6. # Xp loss is the percentage of the xp that will be lost. The rest will be given back to you when you respawn
  7. # Check first is the first thing to check:
  8. # 'save' = First the save check will be run, then the delete check. This way the delete check will only check from the saved items
  9. # 'delete' = First the delete check will be run, then the save check. This way the save check will only check the not-deleted items
  10. verboseLogging: true
  11. DisabledWorlds:
  12. - DisableWorld
  13. - DisabledWorld_nether
  14. - DisabledWorld_the_end
  15. Groups:
  16. ExampleGroup:
  17. retain percentage: 50
  18. delete percentage: 0
  19. xp loss: 25
  20. use xp loss: false
  21. check first: save
  22. blacklist:
  23. - '35:7'
  24. - '273'
  25. whitelist:
  26. - '276'
  27. - '25'
  28. default:
  29. retain percentage: 0
  30. delete percentage: 0
  31. xp loss: 100
  32. use xp loss: true
  33. check first: save
  34. blacklist: []
  35. whitelist: []
  36. donordrop:
  37. retain percentage: 90
  38. delete percentage: 0
  39. xp loss: 0
  40. use xp loss: true
  41. check first: save
  42. blacklist: []
  43. whitelist: []
  44. guard:
  45. retain percentage: 100
  46. delete percentage: 0
  47. xp loss: 0
  48. use xp loss: true
  49. check first: save
  50. blacklist: []
  51. whitelist: []
  52. Updater:
  53. doCheckUpdate: true
  54. Group List:
  55. - default
  56. - donordrop
  57. - guard
  58. Use XP Loss Percentage: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement