⚙️Configuration
Check the standard Config!
Config = {}
Config.Framework = {
-- Framework Settings
["Export"] = {
["UseExport"] = true,
["ResourceName"] = "es_extended" -- Core Resource Name
},
["Event"] = {
["EventName"] = "esx:getSharedObject" -- Event Name
}
}
Config.Main = {
language = "de", -- Language
notify = "sservice"
}
Config.Use = {
item = {
-- Item Settings
enabled = true, -- If you want to use an Item
item = "changeplate", -- Item Name
removeonuse = true -- Remove Item on Use
},
command = {
-- Command Settings
enabled = true, -- If you want to use a Command
command = "changeplate", -- Command Name
CommandJobs = {
enabled = false,
jobs = {
["lcn"] = true
}
},
CommandGroups = {
enabled = false,
groups = {
["admin"] = true
}
}
}
}
-- Price Settings
Config.Price = {
fixed = {
enabled = false, -- If you want to use a fixed price
price = 25 -- Fixed Price
},
priceperchar = {
enabled = true, -- If you want to use a price per character
priceperint = 3, -- Price per Number
priceperletter = 3 -- Price per Letter
},
withoutpay = {
-- Jobs/Groups which dont need to pay
Jobs = {
["ambulance"] = true
},
Groups = {
["admin"] = true
}
}
}
Config.BlacklistedWords = {
"88",
"889"
}
Last updated