Dumpsters Config

StealDumpstersConfig = {}

StealDumpstersConfig.Enabled = true -- If you want this module disabled set to false

StealDumpstersConfig.Features = { -- Disable any of these that you wish
    hideInDumpsterEnabled = true, -- Allows players to hide in dumpsters
    attachRopeToDumpsterEnabled = true, -- Allows players to attach rope to a dumpster and drag it around
    pushDumpsterEnabled = true, -- Allows players to push the dumpster around
    checkDumpsterEnabled = true, -- Allows players to check the dumpster for anyone hiding
}

StealDumpstersConfig.HidingTimeout = 60000 -- The amount of time before the player will start to recieve negative effects from staying in the dumpster
StealDumpstersConfig.HealthLossAmount = 10 -- Percentage of health lost every 10 second(s) or StealDumpstersConfig.HealthLossInterval
StealDumpstersConfig.HealthLossInterval = 10000 -- The amount of time between health loss


StealDumpstersConfig.DumpsterModels = { -- Add any dumpster model here
    218085040,
    -58485588,
    666561306,
    1748268526,
    1511880420,
    682791951,
    -206690185
}

Last updated