Config.DEBUG = true -- Enable or disable debug logs
Config.SpamSeconds = 2 -- Cooldown between actions
Config.ExpireDays = 14 -- Auto-expiration time for ads
Config.OpenKey = keys["U"] -- Key to open the board
Config.DiscordWebHook = "..." -- Discord webhook for logs
Config.DiscordName = "BT_NOTICEBOARD"
Config.AdminsGroup = { "mod", "admin", "superadmin" }
Config.Objects = { -- Allowed board object models
"mp005_p_mp_bountyboard01x",
"mp005_p_mp_bountyboard02x",
}
Config.Boards = {
["boards-public"] = {
{
x = -1801.97, y = -358.48, z = 163.82,
createBlips = true,
blipsName = "Notice Board",
blipsSprite = joaat("blip_job_board")
},
},
["boards-government"] = {
{
x = -767.01, y = -1260.93, z = 43.58,
createBlips = true,
blipsName = "Government Board",
blipsSprite = joaat("blip_job_board"),
jobLock = "sheriff, gouv",
staffLock = false
},
},
["boards-staff"] = {
{
x = -550.12, y = -2941.44, z = 1.55,
createBlips = true,
blipsName = "Staff Board",
blipsSprite = joaat("blip_job_board"),
jobLock = "",
staffLock = true
},
}
}
Config.NUILang = "en" -- Supported: fr, en, pt, it, es, de
Config.NUILang = "en"
Config.Txt = {
OpenPrompt = "View the board",
Board = "Notice Board",
Spam = "Please do not spam.",
Error = "An error has occurred.",
Already = "Only one ad is allowed.",
Published = "Your ad has been published and will automatically be removed after " .. Config.ExpireDays .. " days.",
Removed = "Your ad has been deleted.",
Right = "You do not have the rights to do this.",
AdminRight = "Your admin rights allow you to delete ads and create as many as you want."
}