Config.allowedjobs =true-- Enable job check before using the UI [ true \ false ]Config.allowedjobsname = {"hacker", "unemployed"} -- Allowed job names (You can find\add it in MySQL table Jobs)Config.allowedjobstxt ="You need an allowed job to use this." -- Hint if missing job
Config.allowedjobs
If true check the player job before using the UI, else if false disable the requirement.
Config.allowedjobsname
List of allowed job names. Can be any jobs.
If you are missing the hacker job in your server, run this sql query: