Auto plugin loader

ice cold

Active Member
Trusted Member
Member
Oct 24, 2016
606
876
43
Canada
maybe when you put a new plugin inside the plugins folder that it wil autoload into the server
like oxide got

and please add a command to load new modules plugins without restarting the whole server
 
  • Like
Reactions: Marines

salva

Friendly self-taught developer
Administrator
Jan 31, 2016
577
612
63
maybe when you put a new plugin inside the plugins folder that it wil autoload into the server
like oxide got

and please add a command to load new modules plugins without restarting the whole server

I think that with the python plugins if possible, maybe adding a timer to the python module (but I do not know), however for modules / pugins .dll I think it is not possible (I would need to restart sv), @Jakkee correct me if I am wrong I also have the doubt
 
  • Agree
Reactions: Jakkee and ice cold

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Yep, Pretty sure DLL can only be loaded on server start
If it was like .cs / .py / .js etc etc it will be possible to compile them when server detect new changes to Plugins folder
Probably be able to pull up Plutons code and use that
 
  • Like
Reactions: ice cold