Thank you @wulf for replying to my message so quickly. I know you specified the "exact logs" but want to provide this bit of info before posting anything in its entirety.
Here is the RustServer.BAT. The server "Successfully" checks for update but at the end of this string is as far as the console goes now... after "..radiation "False" it goes dead.
:start
D:\steamcmd\steamcmd.exe +login anonymous +force_install_dir D:\rust3x\ +app_update +quit
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 606 +server.worldsize 3800 +server.maxplayers 50 +server.hostname "|12/12|Loot+|FriendlyPvP|Home|Trade|QS|Bpack" +server.description "Happy Holiday's to everyone, we now have CargoCrash! \n \n We are a low pop but active community server, join us today! \n \n -3X with Custom Loot Tables \n -Weekly Map Wipe and Monthly BP Wipe \n -Monthly PvP or Olympic Events \n -Everyone is welcome, Toxicity is not" +server.identity "rust3x" +rcon.port 28016 +rcon.password "" +rcon.web "1" +server.url "" +server.headerimage "" +hackablelockedcrate.requiredhackseconds "510" +relationshipmanager.maxteamsize "5" +radiation "False"
goto start
*I removed the Rcon PW, Headerimage, and url
----------------------------------
Bottom of my oxide log:
18:27 [Info] Loaded plugin Upgrade Workbench v0.1.4 by mvrb
18:27 [Info] Loaded plugin UpLifted v1.2.12 by FuJiCuRa
18:27 [Info] Loaded plugin Vehicle License v1.2.9 by Sorrow|TheDoc
18:27 [Info] Loaded plugin Welcomer v1.4.1 by Tricky
18:27 [Info] Loaded plugin Where is My Horse v0.2.2 by 2CHEVSKII
18:27 [Info] Loaded plugin Wipe Kits v1.2.5 by Ryan
18:27 [Error] Failed to call hook 'IOnRunCommandLine' on plugin 'RustCore v2.0.4383' (MissingMethodException: TimeWarning TimeWarning.New(string,int))
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000fb] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.
Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
----------------------------------
Bottom of my compiler log:
PlayerRanks.cs(1804,24): warning CS0649: Field `Oxide.Plugins.PlayerRanks.Options.lastLoginLimit' is never assigned to, and will always have its default value `0'
PlayerRanks.cs(1805,25): warning CS0649: Field `Oxide.Plugins.PlayerRanks.Options.RequiresPermission' is never assigned to, and will always have its default value `false'
PlayerRanks.cs(1855,25): warning CS0649: Field `Oxide.Plugins.PlayerRanks.MySQL.useMySQL' is never assigned to, and will always have its default value `false'
RemoverTool.cs(805,15): warning CS0169: The private field `Oxide.Plugins.RemoverTool.ToolRemover.heldEntity' is never used
SkinBox.cs(23,53): warning CS0649: Field `Oxide.Plugins.SkinBox.ServerRewards' is never assigned to, and will always have its default value `null'
SkinBox.cs(23,68): warning CS0649: Field `Oxide.Plugins.SkinBox.Economics' is never assigned to, and will always have its default value `null'
Trade.cs(29,24): warning CS0169: The private field `Oxide.Plugins.Trade.Clans' is never used
Trade.cs(29,31): warning CS0169: The private field `Oxide.Plugins.Trade.Friends' is never used
Trade.cs(39,31): warning CS0649: Field `Oxide.Plugins.Trade.OnlinePlayer.Player' is never assigned to, and will always have its default value `null'
[SERVER v1.0.24] Got Message: Exit
[SERVER v1.0.24] Exit received.
[SERVER v1.0.24] Connection closed.
[SERVER v1.0.24] Shutdown
--------------------------------------