Config
Default options:
{
"debugMode": true,
"locale": "en",
"permissions": {
"type": "esx",
"value": "admin"
}
}- debugMode:
bool- If the script should print all the actions in client and server console
- locale:
string- The name of the file that should be picked up for translations
en = locales/en.json
- The name of the file that should be picked up for translations
- permissions:
object(table)- type:
stringesx: Checks if the group matches the valueace: Runs the nativeIsPlayerAceAllowedwith the value
- value:
string- Value the be used by the type function
- type: