Server unloads plugins on crontab restartNot An Issue

As the title says, the server unloads the plugins on restart while using crontab for automatic restart.manual restart does not unload plugins.

example oxide log file:

cat oxide_2020-07-16.txt
01:46 [Info] Unloaded plugin Admin Panel v1.4.5 by nivex
01:46 [Warning] Calling 'Unload' on 'AdminRadar v5.0.9' took 342ms
01:46 [Info] Unloaded plugin Admin Radar v5.0.9 by nivex
01:46 [Info] Unloaded plugin Anti Offline Raid v0.3.7 by Calytic
01:46 [Info] Unloaded plugin Better Chat v5.2.5 by LaserHydra
01:46 [Info] Unloaded plugin Death Notes v6.3.5 by LaserHydra
01:46 [Info] Unloaded plugin Furnace Splitter v2.2.4 by FastBurst
01:46 [Info] Unloaded plugin Godmode v4.2.7 by Wulf/lukespragg/Arainrr
01:46 [Info] Unloaded plugin InfoPanel v1.0.1 by Default
01:46 [Info] Unloaded plugin Kits v3.2.95 by Reneb
01:46 [Info] Unloaded plugin PlayerRankings v3.0.2 by Ankawi
01:46 [Info] Unloaded plugin Playtime Tracker v0.1.7 by k1lly0u
01:46 [Info] Unloaded plugin Save Announcer v1.0.4 by Ryan
01:46 [Info] Unloaded plugin ServerInfo v0.5.4 by FastBurst
01:46 [Info] Unloaded plugin SmoothRestart v1.2.5 by Fujikura/Visagalis
01:46 [Info] Unloaded plugin Vanish v1.3.1 by Whispers88

with manual restart:

cat oxide_2020-07-16.txt
01:46 [Info] Unloaded plugin Admin Panel v1.4.5 by nivex
01:46 [Warning] Calling 'Unload' on 'AdminRadar v5.0.9' took 342ms
01:46 [Info] Unloaded plugin Admin Radar v5.0.9 by nivex
01:46 [Info] Unloaded plugin Anti Offline Raid v0.3.7 by Calytic
01:46 [Info] Unloaded plugin Better Chat v5.2.5 by LaserHydra
01:46 [Info] Unloaded plugin Death Notes v6.3.5 by LaserHydra
01:46 [Info] Unloaded plugin Furnace Splitter v2.2.4 by FastBurst
01:46 [Info] Unloaded plugin Godmode v4.2.7 by Wulf/lukespragg/Arainrr
01:46 [Info] Unloaded plugin InfoPanel v1.0.1 by Default
01:46 [Info] Unloaded plugin Kits v3.2.95 by Reneb
01:46 [Info] Unloaded plugin PlayerRankings v3.0.2 by Ankawi
01:46 [Info] Unloaded plugin Playtime Tracker v0.1.7 by k1lly0u
01:46 [Info] Unloaded plugin Save Announcer v1.0.4 by Ryan
01:46 [Info] Unloaded plugin ServerInfo v0.5.4 by FastBurst
01:46 [Info] Unloaded plugin SmoothRestart v1.2.5 by Fujikura/Visagalis
01:46 [Info] Unloaded plugin Vanish v1.3.1 by Whispers88
16:57 [Info] Loading Oxide Core v2.0.3988...
16:57 [Info] Loading extensions...
16:57 [Info] Loaded extension CSharp v2.0.4037 by Oxide Team and Contributors
16:57 [Info] Loaded extension MySql v2.0.3758 by Oxide Team and Contributors
16:57 [Info] Loaded extension Rust v2.0.4677 by Oxide Team and Contributors
16:57 [Info] Loaded extension SQLite v2.0.3760 by Oxide Team and Contributors
16:57 [Info] Loaded extension Unity v2.0.3772 by Oxide Team and Contributors
16:57 [Info] Latest compiler MD5: 8ce6d27e7718e3d164766bba8833537a
16:57 [Info] Local compiler MD5: 8ce6d27e7718e3d164766bba8833537a
16:57 [Info] Using Covalence provider for game 'Rust'
16:57 [Info] Loading plugins...
16:57 [Info] Loaded plugin Rust v2.0.4677 by Oxide Team and Contributors
16:57 [Info] Loaded plugin Unity v2.0.3772 by Oxide Team and Contributors
16:57 [Info] AdminPanel, AdminRadar, AntiOfflineRaid, BetterChat, DeathNotes, FurnaceSplitter, Godmode, InfoPanel, Kits, PlayerRankings, PlaytimeTracker, SaveAnnouncer, ServerInfo, SmoothRestart and Vanish were compiled successfully in 0ms
16:57 [Info] Loaded plugin Admin Panel v1.4.5 by nivex
16:57 [Info] Loaded plugin Admin Radar v5.0.9 by nivex
16:57 [Info] Loaded plugin Anti Offline Raid v0.3.7 by Calytic
16:57 [Info] Loaded plugin Better Chat v5.2.5 by LaserHydra
16:57 [Info] Loaded plugin Death Notes v6.3.5 by LaserHydra
16:57 [Info] Loaded plugin Furnace Splitter v2.2.4 by FastBurst
16:57 [Info] Loaded plugin Godmode v4.2.7 by Wulf/lukespragg/Arainrr
16:57 [Info] Loaded plugin InfoPanel v1.0.1 by Default
16:57 [Info] Loaded plugin Kits v3.2.95 by Reneb
16:57 [Info] Loaded plugin PlayerRankings v3.0.2 by Ankawi
16:57 [Info] Loaded plugin Playtime Tracker v0.1.7 by k1lly0u
16:57 [Info] Loaded plugin Save Announcer v1.0.4 by Ryan
16:57 [Info] Loaded plugin ServerInfo v0.5.4 by FastBurst
16:57 [Info] Loaded plugin SmoothRestart v1.2.5 by Fujikura/Visagalis
16:57 [Info] Loaded plugin Vanish v1.3.1 by Whispers88

i really cant understand why they get unloaded, server should resart @01:46 every day and it worked until last update.

Greetings
fetttttjoe

Plugins are always unloading during a normal server shutdown. If the server is forcefully killed (like it sounds), that doesn't do any graceful or normal handling. A control panel or crontab restart is not a graceful restart if it isn't actually passing commands to the server to ask it to shut down. From your log above though, I don't see anything wrong. Plugins should be unloaded each shutdown, as that's when data is often saved as well.

If you are referring to the time gap there between shutdown and start... that isn't managed by Oxide or Rust at all, the server cannot start itself, only you or however your external tools/control panel actually handle detection of a server shutdown (usually process monitoring) and start the server once shut down.
Ty @Wulf <3
Locked automatically