Bag/Bed Count

I know we've been chatting about it randomly in Discord, but wanted to put it here...dunno why :)

Can you please add a "default" bag/bed count to modify the server bag/bed count, then give us the ability to change this count via VIP permissions?
Something to the affect of the below code:
(Please pardon my horrible lack of coding knowledge)

{
  "List": [
{
"default bag count": 6
} 
    {
      "Permission": "bedscooldowns.vip1",
      "Priority": 1,
      "VIP bag count": 8,
      "Sleeping bag cooldown": 500.0,
      "Bed cooldown": 500.0,
      "Sleeping bag unlock time": 25.0,
      "Bed unlock time": 25.0
    },
    {
      "Permission": "bedscooldowns.vip2",
      "Priority": 1,
      "VIP bag count": 12,
      "Sleeping bag cooldown": 250.0,
      "Bed cooldown": 200.0,
      "Sleeping bag unlock time": 25.0,
      "Bed unlock time": 25.0
    }
  ]
}

*Bump*