Advertisement
Momshroom

savagedeathchestconfig

Feb 24th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. #This is the SavageDeathChest config file
  2.  
  3. # Localization language
  4. language: en-US
  5.  
  6. # Storage Type ( sqlite | yaml )
  7. storage-type: sqlite
  8.  
  9.  
  10. # Note: use only one enabled/disabled list, and comment out or remove the other
  11. # enabled worlds list (use this list for a default-deny world policy)
  12.  
  13. #enabled-worlds:
  14. # - enabled_world1
  15. # - enabled_world2
  16.  
  17.  
  18. # disabled worlds list (use this list for a default-allow world policy)
  19.  
  20. disabled-worlds:
  21. - disabled_world1
  22. - disabled_world2
  23.  
  24. # Require players to have a chest in their inventory
  25. require-chest: false
  26.  
  27. # Protect chests from other players
  28. chest-protection: true
  29.  
  30. # prevent placing items in death chests
  31. prevent-item-placement: true
  32.  
  33. # Check for container access in GriefPrevention claims
  34. griefprevention-enabled: true
  35.  
  36. # Check for chest use permission in Towny plots
  37. towny-enabled: true
  38.  
  39. # Check for build access in WorldGuard regions
  40. worldguard-enabled: true
  41.  
  42. # Distance from death location to search for a valid chest location
  43. # NOTE: This checks exponentially more locations for each increase in distance
  44. # For this reason, it is not recommended to set this value too high.
  45. search-distance: 5
  46.  
  47. # Place sign on death chests
  48. chest-signs: true
  49.  
  50. # Time in minutes before death chests expire. Set to 0 (zero) to disable chest expiration.
  51. expire-time: 60
  52.  
  53. # Drop items that don't fit in death chest
  54. allow-drops: true
  55.  
  56. # Allow quick-looting of chests with sneak-punch
  57. quick-loot: true
  58.  
  59. # Allow killers to loot chests
  60. killer-looting: false
  61.  
  62. # Automatically remove empty chests on closing
  63. remove-empty: true
  64.  
  65. # Use sound effects
  66. sound-effects: true
  67.  
  68. # List of blocks that can be replaced by a chest
  69. replaceable-blocks:
  70. - AIR
  71. - LONG_GRASS
  72. - SNOW
  73. - VINE
  74. - WATER_LILY
  75. - WATER
  76. - STATIONARY_WATER
  77. - LAVA
  78. - STATIONARY_LAVA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement