I had an issue with not being able to have my description and header being uploaded, but this was fixed with adding a 'server.cfg' file to my server.
However now I am unable to give other admins permissions that they used to, their names are no longer green and certain commands do not work after restart (e.g. having to type 'bind mouse4 chat.say "/adm" ' each time I log in to my server is a pain). Additionally, I can no longer noclip in building blocked areas making it difficult to help other users
Can anyone help resolve the problem?
Server.cfg messing up server permissions + commands
Discussion in 'Rust Discussion' started by NotDanStevens, Dec 21, 2016.
-
Wulf explains adding moderators here: Admin and moderators in Rust | Oxide
Basically you can put a users.cfg file in the same directory as your server.cfg
The lines are as follows:
Code:ownerid 'yoursteamidhere' 'yoursteamname' 'reason' moderatorid 'moderatorssteamidhere' 'modssteamname' 'reason'
For the noclip issue, you will have to start the server up after you create the user config, then create your noclip bindings i.e: 'bind l noclip' (or however you set up your bindings), and after you do that, type 'server.writecfg', which will save your bindings to your steamid. You shouldn't have the problem again after that.