Permissions for VIP groups and suchSuggestion
Can I copy and paste an additional permission?

Currently there are 3 in Config file. With the name defaul, vip and top. I would like to add a 4th and a 5th one.

Changing the permission name doesn't work for oxide.grant too. Even after oxide.reload. I still have to use default, vip and top. Which is the default permission.
It should work OK. Drop your config here, i will take a look
{
  "Wipe data on new map": true,
  "Permission cache time (seconds, 0 to disable)": 0,
  "Permissions": [
    {
      "Permission": "entitylimit.default",
      "Priority": 1,
      "Limits": {
        "You can get shortnames at http://bit.ly/orange_entities": 0,
        "foundation": 200,
        "foundation.triangle": 200,
        "cupboard.tool.deployed": 10,
        "wall.external.high.stone": 50,
        "sleepingbag_leather_deployed": 20
      }
    },
    {
      "Permission": "entitylimit.vip",
      "Priority": 2,
      "Limits": {
        "You can get shortnames at http://bit.ly/orange_entities": 0,
        "foundation": 400,
        "cupboard.tool.deployed": 20,
        "foundation.triangle": 400,
        "wall.external.high.stone": 100,
        "sleepingbag_leather_deployed": 50
      }
    },
    {
      "Permission": "entitylimit.top",
      "Priority": 999,
      "Limits": {
        "You can get shortnames at http://bit.ly/orange_entities": 0,
        "foundation": 600,
        "cupboard.tool.deployed": 30,
        "foundation.triangle": 600,
        "wall.external.high.stone": 200,
        "sleepingbag_leather_deployed": 50
      }
    }
  ]
}
rustkoyak
{
  "Wipe data on new map": true,
  "Permission cache time (seconds, 0 to disable)": 0,
  "Permissions": [
    {
      "Permission": "entitylimit.default",
      "Priority": 1,
      "Limits": {
        "You can get shortnames at http://bit.ly/orange_entities": 0,
        "foundation": 200,
        "foundation.triangle": 200,
        "cupboard.tool.deployed": 10,
        "wall.external.high.stone": 50,
        "sleepingbag_leather_deployed": 20
      }
    },
    {
      "Permission": "entitylimit.vip",
      "Priority": 2,
      "Limits": {
        "You can get shortnames at http://bit.ly/orange_entities": 0,
        "foundation": 400,
        "cupboard.tool.deployed": 20,
        "foundation.triangle": 400,
        "wall.external.high.stone": 100,
        "sleepingbag_leather_deployed": 50
      }
    },
    {
      "Permission": "entitylimit.top",
      "Priority": 999,
      "Limits": {
        "You can get shortnames at http://bit.ly/orange_entities": 0,
        "foundation": 600,
        "cupboard.tool.deployed": 30,
        "foundation.triangle": 600,
        "wall.external.high.stone": 200,
        "sleepingbag_leather_deployed": 50
      }
    }
  ]
}

And? I see here only 3 original examples. Drop me config where you tried to add new permissions in