1. What kind of program should I use to edit the Oxide premissons?
    When I open then with notepad++ they are looking all wierd :
    1a4e4ef026af63ddfc4e57beaa69bc48.png
    With what program should I edit the file?
     
  2. You shouldn't open this file to edit permissions, what are you trying to do?
     
  3. Well I want to make groups. I just want too see what I have added for premissions.
     
  4. Wulf

    Wulf Community Admin

    You can use Oxide's console commands for that:

    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>
     
  5. Can you make "help" command for the console that would show all available commands? Because for example I'm using the permission system rarely and don't remember all commands.
     
  6. Why not just use find oxide?
    That gives you a rough overview.
    Then entering one command without args, e.g. oxide.grant, will provide you with help for that command.
     
  7. Oooh. Didn't know about it.
     
  8. You can use the find command for anything. find . echos all the commands.