Permissions

Go to the following route jc_reports/Config/Setting.lua

Config.Tabs = {
    ControlPanel = {
        enabled = true,

        groups = {
            esx = { 'admin', 'superadmin' },
            qb  = { 'admin', 'god' }
        },

        identifiers = {
            'XXXXXX'
        }
    },

    AllReports = {
        enabled = true,

        groups = {
            esx = { 'admin', 'superadmin', 'mod' },
            qb  = { 'admin', 'god', 'mod' }
        },

        identifiers = false
    },

    StaffChat = {
        enabled = true,

        groups = {
            esx = { 'admin', 'superadmin' },
            qb  = { 'admin', 'god' }
        },

        identifiers = false
    }
}

You can add permissions to players if you want to add permissions to supports or something similar without needing framework group permissions

  • For example:

Insert the player's license like this, or if you're using a multi-character, make sure to also include the prefix

Last updated