1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/tgiann-inventory/configs/configMaxStack.lua

43 lines
1.2 KiB
Lua
Raw Normal View History

2025-07-09 14:25:50 +02:00
-- Update Vide: https://youtu.be/BmUAN9OFQhY
-- 0 = no limit
2025-07-19 01:38:55 +02:00
config.defaultMaxStackAmount = 40 -- Sets the max limit for each item not in the config.maxStacks table
2025-07-09 14:25:50 +02:00
config.weaponMaxStack = {
active = true, -- if true, the max stack of all weapons will be set to maxStack value.
amount = 1, -- if you add the weapon to the config.maxStacks table, this setting will be invalid for the weapon you added
}
config.maxStacks = {
-- item name / max stack amount
testitem = 10,
money = 0, -- no limit
money_item = 0, -- no limit
2025-07-20 22:58:10 +02:00
blackmoney = 0, -- no limit
2025-07-09 14:25:50 +02:00
black_money_item = 0, -- no limit
weapon_petrolcan = 1,
2025-07-14 16:14:31 +02:00
printerdocument = 1,
2025-07-19 01:38:55 +02:00
plastic_box = 1,
2025-08-06 17:33:26 +02:00
vehiclekeys = 1,
keyring = 1,
2025-08-10 17:43:07 +02:00
customizableplate = 1,
2025-07-09 14:25:50 +02:00
c_necklace = 1,
c_bproof = 1,
c_decal = 1,
c_torso = 1,
c_mask = 1,
c_helmet = 1,
c_glasses = 1,
c_bag = 1,
c_pants = 1,
c_shoes = 1,
c_bracelet = 1,
c_watch = 1,
c_ear = 1,
kposet = 1,
bkposet = 1,
clothe_set = 1,
}