Permissions
Step-by-Step Explanation Guide on How Permissions Work in Our Banners Resource
Permissions determine who has access to specific banners and what they can do with them. They are crucial for ensuring that banners are used appropriately and that sensitive information is protected.
How it works?
Path: rcore_banners/configs/permissions.lua
Our resource is using permissions based of user group.
We have already premade groups for ESX/QBCore used groups.
QBCore: god, admin
ESX: superadmin, admin
Structure of permissions
Type of permissions
Dashboard
All permission related to rcore_banners dashboard UI (/banners)
APP_PERMS_ACCESS_CUSTOM_BANNER
Player with this permission is allow to create new server global banners.
APP_PERMS_ACCESS_ARCHIVE_BANNER
Player with this permission is allow to access archive page, where all banners stored with options to restore them or delete them from server.
Work stations (printers)
All permissions related to rcore_banners business (stations).
Player with this permission is allowed to produce banner at work station.
Player with this permission is allowed to what banner is going to be produced on specific printer which players is at.
Player with this permission is allowed to update batch of active printer with specific amount which he desire.
Player with this permission is allowed to stop current active production of banner if its active.
Player with this permission is allowed to open page where he can create new business banner.
Player with this permission is allowed to to access work station management menu.
Last updated