Advertisement
Guest User

DeadMansChest cfg

a guest
Aug 7th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. #This is the main DeadMansChest config file
  2. #Death Message must be true for the death message String to work!
  3. #ChestDeleteInterval is in seconds.
  4.  
  5. # Should we lock chests with LWC
  6. LWCEnabled=false
  7. #Should the glowstone, chest and sign drop their respective items when mined?
  8. MineableDrops=false
  9. #Should we build a glowstone tower
  10. BeaconEnabled=false
  11. #And how high? (yes, this option is now working!)
  12. BeaconHeight=10
  13. #Should the beacon replace water/lava blocks as well or just air blocks?
  14. BeaconReplacesLiquid=true
  15. #Should we show a death message?
  16. DeathMessage=false
  17. #Put a sign on the chest with the player name?
  18. SignOnChest=false
  19. #If we are using LWC to lock the chest should it be a private lock or a public lock?
  20. LWCPrivateDefault=false
  21. #If death messages are enabled the string to display.
  22. DeathMessageString=died. Deploying death chest.
  23. #How long before the chest disappears and the items spill out in seconds.
  24. ChestDeleteInterval=80
  25. #CHANGED FROM ORIGINAL!!!! Should we drop any items normally that don't fit into the chest, or just remove them from the world.
  26. DropsEnabled=false
  27. #Should we delete the chests after a certain time frame?
  28. ChestDeleteIntervalEnabled=true
  29. #Should players be allowed to loot death chests when they sneak click on one?
  30. # Players can only loot their own chests if LWC protection is set to private
  31. # or to loot any chest with lwc they need the deadmanschest.loot permission node.
  32. ChestLoot=true
  33.  
  34. #Do not change anything below this line unless you know what you are doing!
  35. version = 0.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement