Chests never disappear #18


  • New
  • Defect
Open
Assigned to tux2
  • _ForgeUser5168480 created this issue Jun 12, 2012

    Chests never disappear. They do not disappear after specified time nor when looted.

    #This is the main DeadMansChest config file
    #Death Message must be true for the death message String to work!
    #ChestDeleteInterval is in seconds.

    # Should we lock chests with LWC
    LWCEnabled=true
    #Should the glowstone, chest and sign drop their respective items when mined?
    MineableDrops=false
    #Should we build a glowstone tower
    BeaconEnabled=true
    #And how high? (yes, this option is now working!)
    BeaconHeight=3
    #Should the beacon replace water/lava blocks as well or just air blocks?
    BeaconReplacesLiquid=true
    #Should we show a death message?
    DeathMessage=true
    #Put a sign on the chest with the player name?
    SignOnChest=true
    #If we are using LWC to lock the chest should it be a private lock or a public lock?
    LWCPrivateDefault=true
    #If death messages are enabled the string to display.
    DeathMessageString=died. Deploying death chest.
    #How long before the chest disappears and the items spill out in seconds.
    ChestDeleteInterval=3600
    #CHANGED FROM ORIGINAL!!!! Should we drop any items normally that don't fit into the chest, or just remove them from the world.
    DropsEnabled=true
    #Should we delete the chests after a certain time frame?
    ChestDeleteIntervalEnabled=true
    #Should players be allowed to loot death chests when they sneak click on one?
    # Players can only loot their own chests if LWC protection is set to private
    # or to loot any chest with lwc they need the deadmanschest.loot permission node.
    ChestLoot=true

    #Do not change anything below this line unless you know what you are doing!
    version = 0.6

  • _ForgeUser5168480 added the tags New Defect Jun 12, 2012

To post a comment, please login or register a new account.