1. Are these groups that are already set in Streamline servers just like any other Oxide permission group or does this owner group grant permission to ALL commands/perms.

    As well as how would i create a group which has ALL permissions to every plugin instead of adding one by one?

    P.S
    How would i read a oxide.groups.data file, when opening with sublime 2 i get a list of Hexadecimal numbers. When opening in notepad it is extremely hard to read
    [DOUBLEPOST=1452943368,1452851428][/DOUBLEPOST]Solved - They are just premade groups for anyone wondering. Just made a new group called Owner and added perms manually

    As for Hexs, Hex to text converter worked for me.
     
  2. Wulf

    Wulf Community Admin

    The permission files are not meant to be edited manually, they are Protobuf files. Oxide provides console commands for them to be edited.

    With Rust, the 'owner' group is not made by default, Oxide only provides 'admin', 'moderator', and 'player' groups. Auth level 2 players are automatically added to 'admin' and auth level 1 to 'moderator'.