1. 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?
     
  2. Wulf

    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.
     
  3. Thanks for fast answer!
    Oh, I think I do understand now. But, I could not find the command to edit or view it.
     
  4. Wulf

    Wulf Community Admin

    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> <name>
    show <groups|perms>
     
  5. Thank you for fast answer again! :D