Solved Viewing group .data file?

Discussion in 'Rust Discussion' started by Dealer., Jan 7, 2017.

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

    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>
     
  3. ugh ! damn me. somehow I missed revoke command which I was looking for. By the way. What does group default stand for? everyone?
     
  4. Wulf

    Wulf Community Admin

    Yes, all players.
     
  5. Thank you very much ! Have a nice day !