Hello. I found that there is group thing that makes things much easier. I want to remove a permission from a group. For that I am guessing I need to locate server/experimental/oxide/data/oxide.groups.data, open it and edit stuff in it. In other forums i read that it should be .json file but I only find .data file. One thing that bothers me is I can't figure out how to open those .data files. Thanks !
Solved Viewing group .data file?
Discussion in 'Rust Discussion' started by Dealer., Jan 7, 2017.
-
Wulf Community Admin
The .data files from Oxide are not meant to be editable. They haven't been .json in over a year. Oxide has console commands that you can use to add/remove/edit users and groups:
Code:grant <group|user> <name|id> *|<permission> revoke <group|user> <name|id> *|<permission> group <add|set> <name> [title] [rank] group <remove> <name> group <parent> <name> <parentname> usergroup <add|remove> <username> <groupname> show <group|user|perm> <name> show <groups|perms>
-
ugh ! damn me. somehow I missed revoke command which I was looking for. By the way. What does group default stand for? everyone?
-
Wulf Community Admin
-
Thank you very much ! Have a nice day !