1. I just started a new server today. I added oxide and some plugins (warp, kits, etc) and I know for sure that I can run everything as admin. However, all of the items in game like torches, crests, and furniture disappear. But not blocks, so I know it's not a decay setting. Any advice or settings to change? Thanks.
     
  2. it IS a decaysetting

    you have "block decay" and "prefab decay" usually they have different time settings for the objects to disappear
    go to your-server-folder/Configuration/ServerSettings.cfg and look for :

    Code:
    # -- Game --
    decay = 'False'   # If placed objects and blocks decay and destroy over time.
    # Changing these value will not affect pre-existing objects.
    blockDecay = '-1'   # The time it takes, in seconds, for blocks to decay outside a crest area. Less than zero default is used.
    prefabDecay = '-1'   # The time it takes, in seconds, for non-blocks to decay outside a crest area. Less than zero default is used.
    crestSiege = 'False'   # If the crest area can be under siege.
    blockCollapsing = 'True'   # If blocks collapse when not attached to the grou
    the options are self-explanatory.

    j
     
  3. Don't forget... The first one (decay) is for all objects and blocks in or out of crests.