Support for additional groupsSuggestion
We have several levels of donation ranks and we require each of the ranks to have access to a different amount of homes and different cooldowns on teleports, Please can someone explain how we add additional groups to the config please? is it just a case of duplicating the VIP kit say and renaming it?
Hello,

I have several vip-ranks, I would like to divide the cooldowns and limits between these, is it possible to do something like:

"VIPCountdowns": {
"diamond": 5,
"gold": 10,
"silver": 15,
"bronze": 20
},

The oxide groups allready exists with the names diamond, gold, silver, bronze.. 
Hi, I know nteleportation.vip works fine but I'm wondering if it's possible to add multiple for different ranks, like nteleportation.vip2 etc.
And how?
I have added this to just one aspect of RustRewards, it was a non-trivial change and would most like require splitting the config into a distinct data file just to allow for the dynamic nature of "N" VIP use cases based on role.  I can understand the appeal for monentization, but for the plugin developer it is a lot of work to do and adds to code complexity and maintenance.  So I would not expect the current maintainer to be in a hurry to add this.
Looking at the code, it should already be possible to set multiple limits for different vip groups.  For each item listed in addition to nteleportation.vip, the code should register the permissions for those additional groups and add the various limits as well.  Once the perms are registered you should be able to add it to groups or individual players.

It's just not something I have tested, and the documentation is seriously lacking here.