Changing player's permission from plugin?Solved
i was wondering if a plugin and change a players permission? eg from default to VIP and back again
Yes it can. There are a few that change player permissions depending on what the plugin is designed for.
In response to 406Gromit ():
i was wondering if a plugin and change a players permission? eg from default to VIP and back again
Take a look at 
Oxide.Core.Libraries.Permission​

You can utilize it like this 

permission.GrantUserPermission("userid", "permission.name", this);
thanks guys you are awesome..
Locked automatically