List of commands
Each command has its own explanation and usage example.
List of commands
Preferably leave this default
Config.Commands = {
["CREATE_VIP"] = "createvip", -- Create a new vip code
["REDEEM_VIP"] = "redeem", -- Redeem vip code
["REMOVE_VIP"] = "removevip", -- Remove vip with code
["DOORBELL"] = "doorbell", -- Open doorbell menu
["DOORBELL_NOTIFICATIONS"] = "doorbell-notifications" -- Enable/disable doorbell notifications
}
Command
Usage
/createvip [package] [durationInDays] [code?]
/createvip example 30 your-optional-code
/redeem [code]
/redeem jas98d0ja09sjd0a90asokd
/removevip [code]
/removevip jas98d0ja09sjd0a90asokd
/doorbell
/doorbell
/doorbell-notifications
/doorbell-notifications
Last updated