Sending commands via RCON?Solved
How can I send oxide commands via RCON in a linux server?
As mentioned in your previous thread, you cannot yet, we do not have console commands in Hurtworld yet.
In response to Wulf ():
As mentioned in your previous thread, you cannot yet, we do not have console commands in Hurtworld y...
Sure. Got it.

Have any way to put oxide.commands without oxide console?

Thanks.
In response to luzcaa ():
Sure. Got it.

Have any way to put oxide.commands without oxide console?

Thanks...
Via chat.
In response to Wulf ():
Via chat.
Works for me!

i have one more question.
When i use "oxide.load/reload" didint work and i got about compiler:

20:35 [Warning] Running dependency trace for Compiler.x86
20:35 [Error] Error while compiling: compiler version disconnected

Im using with LGSM server
In response to luzcaa ():
Works for me!

i have one more question.
When i use "oxide.load/reload" didint work a...
Check your oxide/logs for the full error. Generally means that the compiler has the wrong permissions.
In response to Wulf ():
Check your oxide/logs for the full error. Generally means that the compiler has the wrong permission...
Tried to reload 3 plugin using oxide.reload nameplugin

got this:

20:57 [Error] Error while compiling: compiler version disconnected
8:57 PM [Info] Added '// Reference: UnityEngine.UI' in plugin 'StackSizeController'
20:57 [Error] Error while compiling: compiler version disconnected
8:58 PM [Info] Added '// Reference: UnityEngine' in plugin 'LootConfigV2'
20:58 [Error] Error while compiling: compiler version disconnected
In response to luzcaa ():
Tried to reload 3 plugin using oxide.reload nameplugin

got this:

20:57 [Error]...
"compiler disconnected" means that it is either missing permissions set as executable (chmod +x) under the user running the server, is missing files (re-install Oxide fully, all files), or something is messing with or blocking it.
In response to Wulf ():
"compiler disconnected" means that it is either missing permissions set as executable (chmod +x) und...
when i run the compiler.x86 appears:

./Compiler.x86: error while loading shared libraries: libmonoboehm-2.0.so.1: cannot open shared object file: No such file or directory
In response to luzcaa ():
when i run the compiler.x86 appears:

./Compiler.x86: error while loading shared libraries...
You can't run the compiler directly, so yes, it will say that.
Locked automatically