Configuration
Last updated
Last updated
Config = {}
Config.Locale = "en" -- "en" or "pt"
Config.BookItemName = "dex_book"
Config.MaxPages = 50
-- Builder command restriction
Config.BuilderJobLock = true
Config.BookMaxDurability = 31 -- total uses for a fresh book | counting with binding (+1)
Config.BookUseCost = 1 -- how much durability is consumed per use
-- Only these jobs can use /bookbuilder
Config.BuilderAllowedJobs = {
"sheriff",
"marshal",
"curandeiro",
"governo",
}