How can I send oxide commands via RCON in a linux server?
Sending commands via RCON?Solved
As mentioned in your previous thread, you cannot yet, we do not have console commands in Hurtworld yet.
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
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.
Locked automatically