Files
jim-consumables/config.lua
Jim Shield 4e565268cd Version Bump
`2.0` - `2.0.01`
2025-05-06 10:35:00 +01:00

19 lines
581 B
Lua

Config = {
System = {
Debug = false,
EventDebug = false,
Menu = "qb", -- "qb", "ox"
Notify = "gta", -- "qb", "ox", "gta"
ProgressBar = "gta", -- "qb", "ox", "gta"
drawText = "gta", -- "qb", "ox", "gta"
},
Main = {
UseProgbar = false, -- Disabled this, progress bars stop all anims when complete.
-- This is intended to create a progressbar to show consuming but it was usually forces animations to end weirdly
},
Crafting = {
showItemBox = true -- Display "use" item boxes on some inventories that need to be told to
}
}