World Clear

Configure your world clear system with role-based permissions and reset settings.

config = {}

config.settings = {
    command = "clearworld",
    aceperms = "clearworld.use",
    defaultTime = 5,
    maxtime = 30,

    -- Framework --
    useFramework = true,
    frameworkName = "framework",
    deptAllowed = "Staff", -- if you have admin in the framework it will work regarding if they have the dept or not
}