PlayerAdministration Plugin - has inventory viewer, and we have inventory viewer plugin. #7

Closed
opened 2021-02-12 19:31:13 -05:00 by SickProdigy · 5 comments
SickProdigy commented 2021-02-12 19:31:13 -05:00 (Migrated from github.com)

Let's change around the gui and make it look nice for people.
Make it easier to exit out of also with the same command?

https://umod.org/plugins/player-administration

Let's change around the gui and make it look nice for people. Make it easier to exit out of also with the same command? https://umod.org/plugins/player-administration
SickProdigy commented 2021-02-12 21:30:53 -05:00 (Migrated from github.com)

Foreign Permissions

inventoryviewer.allowed -- Allows the user to view any players inventory contents
backpacks.admin -- Allows the user to view any players backpack contents
freeze.frozen -- Allows the user to freeze any player

https://umod.org/plugins/player-administration
Foreign Permissions inventoryviewer.allowed -- Allows the user to view any players inventory contents backpacks.admin -- Allows the user to view any players backpack contents freeze.frozen -- Allows the user to freeze any player https://umod.org/plugins/player-administration
SickProdigy commented 2021-02-12 21:31:13 -05:00 (Migrated from github.com)

Chat Commands

Binding keys and saving the keybinds:bind p chat.say 0 /padminor:bind p "chat.say 0 /padmin"Then to save it:writecfg

/padmin -- Show the player administration menu (requires playeradministration.access.show permission)
Chat Commands Binding keys and saving the keybinds:bind p chat.say 0 /padminor:bind p "chat.say 0 /padmin"Then to save it:writecfg /padmin -- Show the player administration menu (requires playeradministration.access.show permission)
SickProdigy commented 2021-02-12 21:31:55 -05:00 (Migrated from github.com)

Console Commands

playeradministration.closeui
Console Commands playeradministration.closeui
SickProdigy commented 2021-02-12 21:32:55 -05:00 (Migrated from github.com)

Configuration
The settings and options for this plugin can be configured in the PlayerAdministration.json file under the oxide/config directory. The use of a JSON editor or validation site such as jsonlint.com is recommended to avoid formatting issues and syntax errors.

Use Permission System -- When set to false the users with the playeradministration.access.show permission can use all actions

{
"Use Permission System": true,
"Discord Webhook url for ban messages": "",
"Discord Webhook url for kick messages": ""
}

Configuration The settings and options for this plugin can be configured in the PlayerAdministration.json file under the oxide/config directory. The use of a JSON editor or validation site such as jsonlint.com is recommended to avoid formatting issues and syntax errors. Use Permission System -- When set to false the users with the playeradministration.access.show permission can use all actions { "Use Permission System": true, "Discord Webhook url for ban messages": "", "Discord Webhook url for kick messages": "" }
SickProdigy commented 2021-02-12 22:28:25 -05:00 (Migrated from github.com)

We have a different inventory viewer plugin installed, not sure if it needs to be uninstalled, or if they work together?

We have a different inventory viewer plugin installed, not sure if it needs to be uninstalled, or if they work together?
Sign in to join this conversation.
No description provided.