Bank permission not working until reload/reconnectNot An Issue
i tried putting this in the config and gave myself the permission etc but it doesnt work unless you reload the plugin which is not useful when having a vip system

    "slots": {
      "bank.big": 30,
      "bank.default": 4​
Each of those is a permssion.
5e13a8d5b2bc5.jpg Wulf
Each of those is a permssion.

Yeah I know it is a permission i edited my post but cant edit the title unfortunately but the question still stands

It does not work unless you reload the plugin which is not useful for a vip system. Also if you lose the permission you are still able to use all slots etc.

The configuration changes are only accepted if a plugin is reloaded, this is normal and to be expected as it shouldn't be changed frequently.

As far as the permissions go, those would take effect once the player has been granted them and they have connected with that applied, else the plugin reloaded for them to be applied since they didn't connect normally after the change was applied.

The plugin could however check for when the permission was granted on-the-fly and handle as necessary, if that's what you are wanting.

Pretty much all plugins I use are synced with permission. As soon as the player is no longer in the usergroup then they lose the permission. Such as colourednames, kits, entitylimit, loadouts or whatever.

It is not normal that you will have to wait untill a plugin reloads (which only happens when you restart the server) otherwise there is no use for timed permissions

It would be a fundamental design flaw if your accesscard gets revoked but you can still open all doors untill the next morning when whatever building you are in closes and opens up again

Console > oxide.reload Bank

Problem solved?

5e879797e08df.jpg Psyche

Console > oxide.reload Bank

Problem solved?

That is not a solution at all with a vip system because you would have to monitor the server 24/7.

Users suddenly can't put items in the bank.

If I reload it, it will work well but this problem will continue to occur.
It's not hard to do what you are describing using this command. You would not need to monitor anything manually if it was set up to be executed on its own. To keep things as straight forward and simple as possible you would want to place this command alongside any other commands that run as your VIP is applied or retracted. Then the plugin would be refreshed as required. This can be done in various ways (including editing the .cs file to fit your needs) but the easiest way to do it is to tie it directly to your VIP payment system, which of course depends on which payment system you are using and how flexible it is. Mine allows simple commands like this to be attached to any VIP rank change that happens and will be ran alongside any purchase, refund, etc. In this way the plugin is reloaded as needed, automatically. Just food for thought. Adjust as needed for your particular scenario.
Create the permissions you want, assign the permissions to your donation groups, add/remove players to those groups.

That was the original intent of these configuration options, any use beyond that is out of scope.
5eab9027ce022.png Calytic
Create the permissions you want, assign the permissions to your donation groups, add/remove players to those groups.

That was the original intent of these configuration options, any use beyond that is out of scope.

Not really because people will say "i got vip but still dont have access to more bank slots" when the extra slots aren't synced with the permission.

Extra slots are assigned to a permission, but the permissions are assigned to the group.  When giving people donation ranks, add them to groups, don't assign them permissions.
5eab9027ce022.png Calytic
Extra slots are assigned to a permission, but the permissions are assigned to the group.  When giving people donation ranks, add them to groups, don't assign them permissions.

I understand this as I do this with more features (like kits who are in fact synces with permission) but this is not synced. I tested it multiple times but I will test it again soon

When you give solutions and people turn into Ray Charles.
5e879797e08df.jpg Psyche
When you give solutions and people turn into Ray Charles.

Reloading the plugin with a command is not really a solution because the plugin would reload for anyone who is using that at the moment.

Locked automatically