Is there any tool that allow easy management of Oxide Group System? like creating groups, adding or removing person from group?
If not, how oxide group system is stored?It can be changed by 3rd party software?
Managing Oxide permissions/groups?
Discussion in 'Rust Discussion' started by .legaCypowers, Oct 8, 2016.
-
From what I understand here is some basic information however @Wulf may have to confirm this
Groups should be stored in server/my_server_identity/oxide/data/oxide.groups.data, now with your question I am not sure if this file can be edited via a 3rd party software but I can imagine if you tried hard enough it could. Or just make a plugin that uses the current oxide group commands.
Now for where the player group is stored that should be in server/my_server_identity/oxide/data/oxide.users.data, now this goes the same as before I am not sure about 3rd party software. However these files will look something like:
Screenshot
Screenshot -
Wulf Community Admin
Oxide provides commands for pretty much everything needed for managing the groups and permissions. Trying to edit them directly is not supported.
-
-
-
-
Using Oxide's permission system | Page 50 | Oxide -
And with one app i can install on my smartphone and manage Oxide groups almost anywhere(except where theres not mobile internet). -
-
-
-
Groups and permissions normally only need to be managed when you're installing new plugins as well, and for something like VIP, an automation plugin makes more sense. -
you can see everyone who's in a group with show group "groupname" it also lists the permissions that group has.
-
Basically i just need to fork and add support for Oxide commands on a page.