Solved Fougerite.reload (C# Module Plugin) not working ?

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
C# Module Plugin
I try fougerite.reload or fougerite.reload PluginName
yet no change (i must run server again)
In short: C# dlls are loaded on start, and once thry are attached to the Bootstrap (Game) It can't be reloaded. There is actually a really hard way to do It, but It would be messy. To reload a C# plugin fully you need to restart the server. Config changes can be updated If thr plugin provides a reload command.
 

remove.tk

Member
Trusted Member
Member
Jan 27, 2015
43
10
8
26
Parts Unknown
In short: C# dlls are loaded on start, and once thry are attached to the Bootstrap (Game) It can't be reloaded. There is actually a really hard way to do It, but It would be messy. To reload a C# plugin fully you need to restart the server. Config changes can be updated If thr plugin provides a reload command.
OK Thanks