Debug output and duplication in consoleNot An Issue

Having few problems with Rust oxide thats causing a lot of errors and what not
I used to run a server awhile ago w/ oxide and never had any problems until now and i don't know how to fix any of the errors and was knowing if anyone could help me out that would be greatly appreciated

If you want to add me on discord just dm me your username :) 

*Problems*
1. Every time the server starting loading / booting up this error message starts spamming (Filename: C:\buildslave\unity\build\Runtime/Export/Debug.bindings.h Line: 45)

2. Everything is duplicted if you look at the logs / pastebin link you'll see what i mean
3. When i try to set permissions for like admin plugin it doesn't work normal players / users can still use the admin commands and i don't know how to fix that 

Logs: https://pastebin.com/xdG5pKee

Those are from Rust, not Oxide. You can hide the output issues by using -logfile in your startup script or command-line.
In response to Wulf ():
Those are from Rust, not Oxide. You can hide the output issues by using -logfile in your startup scr...
Thanks for the reply! but what about the permissions issue? i can't seem to get that to work properly cause normal players can still use admin commands which i don't want, so what would the command be for that? 
In response to Shiiroo ():
Thanks for the reply! but what about the permissions issue? i can't seem to get that to work properl...
I’m not sure what “admin plugin” is, so if you could elaborate, I’m sure someone can help.
In response to Wulf ():
I’m not sure what “admin plugin” is, so if you could elaborate, I’m sure someone can help.
Like vanish, adminhammer, remove all tool, just to name a few plugins i can't seem to get them to work for mods/admins only.
In response to Shiiroo ():
Like vanish, adminhammer, remove all tool, just to name a few plugins i can't seem to get them to wo...
Sounds like you granted them to the default group then, so you'd need to revoke any/all of those permissions and start over with only the groups/players you want to have access. There is a permissions tutorial under our docs: https://umod.org/documentation/plugins/permissions
Locked automatically