maxJobs
config.lua
Config = {
maxJobs = 5
}- maxJobs:
number- The maximum number of jobs that one player is allowed to have
jobs
config.lua
Config = {
jobs = { "demo", "brodino", "coding" }
}- jobs:
table- An array containing all the allowed jobs
locale
config.lua
Config = {
locale = "it"
}- locale:
string- The language the script should use
debugMode
config.lua
Config = {
debugMode = false
}- debugMode:
boolean- Enables debug prints in console