2 questions. Any help is appreciated...
How do I add custom VIP's to the config for the Bank plugin?
i.e.
silver 4 items
gold 6 items
Also, how to restrict items to be store in the bank? I did the following in Bank_ItemLimits.json but I can still place these items in the bank...
Thanks,
V
How do I add custom VIP's to the config for the Bank plugin?
i.e.
silver 4 items
gold 6 items
Also, how to restrict items to be store in the bank? I did the following in Bank_ItemLimits.json but I can still place these items in the bank...
{
"explosive.timed": {
"enabled": true,
"minimum": 0,
"maximum": 1
},
"lmg.m249": {
"enabled": true,
"minimum": 0,
"maximum": 1
},
}Thanks,
V