Not working, says it requires permission for commandsNot An Issue
Hi have rust server and have lvl2 ( owner )  install plugin not work. 

[12:39:25] ERROR > _WolVes_: Tried to execute a command requiring the '' permission
Sounds like you tried to execute a command without the appropriate permission. Do you have any more details on what you tried to do?
using chat comand /padmin 
In response to WolVes ():
using chat comand /padmin 
Did you grant the permissions listed on the plugin's documentation for that command?
oxide.grant _WolVes_ 76561197987985094 playeradministration.show


Merged post

Usage: oxide.grant <group|user> <name|id> <permission>

This plugin uses Oxide's permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.

76561197987985094/_WolVes_ has auth level 2

Join server chat /padmin 

says it requires permission for commands



Merged post

New is Work have add 
oxide.grant group admin *

Work
In response to WolVes ():
oxide.grant _WolVes_ 76561197987985094 playeradministration.show


Merged post
<...
I would strongly suggest not blindly granting ALL permissions from ALL plugins, as some may have negative affects on your player. If you want to grant ALL from just just this plugin, use playeradministration.* instead.

Thanks Wulf for picking this up, I seem to not get email notifications of these (probably a future thing?) Fixed, seems I didn't enable the emails.
You will indeed need to add permissions for each user or group to use this plugin.

To make things easier I have added a config setting to disable the need of permissions temporatily. (ALWAYS set this back to true after granting permissions to players)
To disable the need for permissions set the following in the configuration file:

{
  "Use Permission System": false
}
Locked automatically