What kind of program should I use to edit the Oxide premissons?
When I open then with notepad++ they are looking all wierd :
![]()
With what program should I edit the file?
Solved Permission files look wierd
Discussion in 'Rust Discussion' started by ElvisDesigns, Jul 22, 2016.
-
You shouldn't open this file to edit permissions, what are you trying to do?
-
Well I want to make groups. I just want too see what I have added for premissions.
-
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|perm> <name>
show <groups|perms> -
-
That gives you a rough overview.
Then entering one command without args, e.g. oxide.grant, will provide you with help for that command. -
-