Hello! I've been thinking about starting a server in new Rust. I had a really famous server in the old good Rust, but it's time to move on!
Now to my problem, I read about permissions and when I'm writing "group add (name)" (From Rusty console), a file called (server/data/oxide.groups.data) is getting bigger. But there is no "oxide.groups.json", also when I do open the .data file, everything is messed up. I have no idea what to do, have I done something wrong?
Solved Permissions .data instead of .json?
Discussion in 'Rust Discussion' started by Timi, Feb 3, 2016.
-
Wulf Community Admin
The .data files are not meant to be manually edited, same as when they were .json. You can use the console commands provided by Oxide to edit, view, change, etc. The files are not messed up though, they are just aren't in a human-readable format.
-
Oh, I think I do understand now. But, I could not find the command to edit or view it. -
Wulf Community Admin
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> <name>
show <groups|perms> -