Server restart fails
Ever since I have had this plugin loaded, my server will fail to restart.  So far, I am not finding much in the way of debug logging.  But, if I moved the Rustcord.cs away, the server will start.  I can load it after the server has fully started.  I am running on a dedicated KVM with 8G RAM and plenty of disk space.  Let me know what other things I can check for.
post bat file but hide rcon password
I'm using lgsm.  What variables are you looking for?
I'll investigate and see what I can do. But it would be more helpful if you can show some error logs if you got any.
Can you send us logs?
I'll try this on my home server today if I have time.  Essentially, oxide and plugins load, including Rustcord.  Then during one of the many navmesh builds it just crashes with no log.  I had a cron job setup to check status every 3 minutes, so the process repeated itself for a few hours before I woke up and found it like that.  Removing Rustcord allowed it to start.

I don't see a way to attach log files here.  But:

oxide log showing Rustcord being loaded then the next load of oxide 3 minutes later.  Not much to see here...
04:07 [Info] Loaded plugin ZoneDomes v0.1.4 by k1lly0u
04:07 [Info] [ZoneManager] Loaded 4 Zone definitions
04:07 [Info] Loaded plugin ZoneManager v2.5.8 by Reneb / Nogrod
04:07 [Info] [Rustcord] Connection established to Desolation Outpost
04:10 [Info] Loading Oxide Core v2.0.3867...
04:10 [Info] Loading extensions...​


Server log showing the end of the line after all plugins had loaded.  We're near the end of the Navmesh build when the server crashes.

[Oxide] 04:07 [Info] [Rustcord] Connection established to Desolation Outpost

(Filename: /home/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)

Asset Warmup (1/4333)
Asset Warmup (103/4333)
Asset Warmup (243/4333)
Asset Warmup (468/4333)
Asset Warmup (818/4333)
Asset Warmup (873/4333)
Asset Warmup (1348/4333)
Asset Warmup (2152/4333)
Asset Warmup (2528/4333)
Asset Warmup (2674/4333)
Asset Warmup (2898/4333)
Asset Warmup (3157/4333)
Asset Warmup (3339/4333)
Asset Warmup (3376/4333)
WARNING: Shader Unsupported: 'Hidden/PostProcessing/Debug/Vectorscope' - Pass '' has no vertex shader
ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'Hidden/PostProcessing/Debug/Vectorscope' - Setting to default shader.
WARNING: Shader Unsupported: 'Hidden/PostProcessing/FinalPass' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/PostProcessing/Debug/Histogram' - Pass '' has no vertex shader
ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'Hidden/PostProcessing/Debug/Histogram' - Setting to default shader.
WARNING: Shader Unsupported: 'Hidden/PostProcessing/MultiScaleVO' - Pass '' has no vertex shader
ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'Hidden/PostProcessing/MultiScaleVO' - Setting to default shader.
WARNING: Shader Unsupported: 'Hidden/PostProcessing/DepthOfField' - Pass 'COC CALCULATION' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/PostProcessing/DepthOfField' - Pass 'COC CALCULATION' has no vertex shader
ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'Hidden/PostProcessing/DepthOfField' - Setting to default shader.
WARNING: Shader Unsupported: 'Hidden/PostProcessing/Debug/Waveform' - Pass '' has no vertex shader
ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'Hidden/PostProcessing/Debug/Waveform' - Setting to default shader.
WARNING: Shader Unsupported: 'Hidden/PostProcessing/ScreenSpaceReflections' - Pass '' has no vertex shader
ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'Hidden/PostProcessing/ScreenSpaceReflections' - Setting to default shader.
WARNING: Shader Unsupported: 'Hidden/PostProcessing/Debug/LightMeter' - Pass '' has no vertex shader
ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'Hidden/PostProcessing/Debug/LightMeter' - Setting to default shader.
Asset Warmup (3431/4333)
Asset Warmup (3670/4333)
Asset Warmup (3960/4333)
Asset Warmup (4328/4333)
Asset Warmup (4333/4333)
WebSocket RCon Started on 28018

(Filename: /home/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)

Generating procedural map of size 4000 with seed 7346

(Filename: /home/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)

[0.7s] Loading World

[Lots of Navmesh loading and Debug.bindings.h lines]

Starting Monument Navmesh Build with 1909 sources

(Filename: /home/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)

1%

[keeps going until]

75%

(Filename: /home/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)

[end of log]​


Unfortunately, that's pretty much all there is to see in the oxide and server logs.  After the end of this log a new log file was created at 4:10, 4:13, etc.  Again, this is because of my cron job to check server status.

Sounds like an issue with your save file, not so much the plugin. If it's "crashing" while loading the world (looks like it if it only gets to 75% or so), then that would imply an issue with the save file for the game.
Sure, but it only happens when Rustcord is loaded.  Again, I will try on my home server with only a few entities and a save file I don't care about.
In response to rfc1920 ():
Sure, but it only happens when Rustcord is loaded.  Again, I will try on my home server with only a...
Do you have the Discord extension installed too at the time? If so, have you tested without that?
I have the Oxide.Ext.Discord.dll loaded.  I am pretty sure Rustcord won't run without it.  I do not have any of the other Discord(?).cs files loaded on this server.