From a0a8f395b9e9bf50446f75571cd1c25b2562e291 Mon Sep 17 00:00:00 2001 From: SickProdigy <57080706+SickProdigy@users.noreply.github.com> Date: Wed, 10 Feb 2021 22:31:56 -0500 Subject: [PATCH] Create Permissions-and-Groups How to user permissions with groups adding permissions, assigning people to groups and more. --- Permissions-and-Groups | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Permissions-and-Groups diff --git a/Permissions-and-Groups b/Permissions-and-Groups new file mode 100644 index 0000000..d2db55f --- /dev/null +++ b/Permissions-and-Groups @@ -0,0 +1,28 @@ +Permissions and groups: + +These commands can be ran in RustAdmin. "Type a command to execute", takes forever implemnting permissions this way. we need a gui or something. +but we can just slowly give permissions for the time bing. + + +1st command: (To show groups so you can add members if needed, which should be needed once we get donation plugin setup. Only to make new mods/admins) +oxide.show groups + +oxide.grant group admin skinbox.use +oxide.grant group vip skinbox.use +oxide.grant group admin skinbox.admin + +oxide.grant group admin permissionsmanager.allowed + +oxide.show perms ‘group_name’ // to see perms of a group +oxide.show group admin // to see users of a group +oxide.usergroup add group_name +oxide.usergroup remove group_name +oxide.revoke group admin coolplugin.use +oxide.group add supporters +oxide.group set supporters “[Server Supporters]” // Group title set +oxide.group set supporters “[Server Supporters]” 1 // Change group rank +oxide.group parent tier_2 tier_1 // can also tier the groups for vip gold and vip diamond so auto add perms from lower group +oxide.grant user +oxide.revoke user +oxide.show user user_name // show players assigned perms +oxide.show perm coolplugin.use // show who is assigned to that perm