🚪Open Commands

Explanation of the commands configuration in the script

OpenSettings - Represents the admin menu accessible only to selected users. OpenRewards - Represents the rewards/missions menu accessible to regular users


shared/config.lua
Config.Commands = {
    OpenRewards = 'rewards',
    OpenSettings = 'rewards-settings',
}

Last updated