Configuration
Config = {
Unemployed = {
jobName = "unemployed",
grade = 0,
},
Zones = {
{
pos = vec3(192.1572, -854.8563, 31.2871),
size = vec3(2.0, 2.0, 2.0),
rotation = 0.0,
job = {['police'] = 0},
debug = false,
lockerPositions = {
{
pos = vec3(197.3270, -856.9032, 31.1414),
size = vec3(2.0, 2.0, 2.0),
rotation = 0.0,
job = {['police'] = 0},
},
{
pos = vec3(192.1572, -854.8563, 31.2871),
size = vec3(2.0, 2.0, 2.0),
rotation = 0.0,
job = {['police'] = 0},
},
},
},
},
}
The config.lua
file defines all customizable options for the BHD Bossmenu, allowing you to adjust job restrictions, zones, billing systems, and more. Below is a detailed breakdown of each section to help you configure the script effectively.
Last updated