Add custom VIPs to configuration?
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...
{
  "explosive.timed": {
    "enabled": true,
    "minimum": 0,
    "maximum": 1
  },
  "lmg.m249": {
    "enabled": true,
    "minimum": 0,
    "maximum": 1
  },
}​


Thanks,
V
Welcome to uMod.
"enabled": true,​

Probably change that to False?

The plugin's Permissions Page section doesn't really list all the permissions. You'll need to also o.grant group default bank.default. Grant VIPs o.grant group vip bank.big. I bet you chould change the big prefab to a coffin, and could probably rename those permissions right there too:

      "bank.big": "assets/prefabs/deployable/large wood storage/box.wooden.large.prefab",
      "bank.default": "assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab"

 

https://umod.org/community/bank/1089-idearequest-oxide-group-permission-for-vipetc-slots?page=1#post-2

Hello and thanks for the response. I tried changing to false with no luck. I can still place those items in the bank. Also, what I am trying to do is this..

silver - this group get's 4 items to bank
gold - this group get's 6 items to bank
plat - this group get's 8 items to bank
elite - this group get's 10 items to bank

I setup these groups - silver, gold, plat, elite
and based on what group I assign someone will determine how many slots you get to bank items.
Are these P2W configs?
I'm sorry p2w?