Getting uptime that Oxide has on console?Solved
How i can get time from that timer? 
I mean in code. I wanna get that value to know how much server is running since last restart
I think you can use variables from unity's time. You can also look into oxide assemblies using decompieler. As I remember, the classes are something like ConsoleInput, ConsoleWindow and the third class (I don't remember it's name)
In response to Wulf ():
All of the code is viewable on GitHub. https://github.com/theumod/uMod.Rust
I know, but i dint know where to find.
In response to Wulf ():
https://github.com/theumod/uMod.Rust/blob/develop/src/RustExtension.cs#L166
Thanks, now solved
Locked automatically