Adding permissions to a plugin?Solved
Hi,

I want to make my own permissions, but I can't find reference what I need.

I found this page: https://umod.org/documentation/api/permissions
But there is not written what reference I need to use in C#.

Can anybody help please?
Thanks
Permission lib is located at Oxide.Core.dll, Oxide.Core.Libraries namespace. Usually you'd want to use 'permission' field, its inherited in your plugin from the base class.
Simply use an IDE like a Visual Studio or JetBrains Rider and it'll tell you usually.
5ba0b9633e817.png?uid=5ba0b9716c220 2CHEVSKII
Permission lib is located at Oxide.Core.dll, Oxide.Core.Libraries namespace. Usually you'd want to use 'permission' field, its inherited in your plugin from the base class.
Thanks very much It's workig now!
martys
Thanks very much It's workig now!
Mark the thread as solved, please.
Locked automatically