How to load plugins without restarting the server
(Redirected from Loading plugins without restarting the server(SourceMod))
How to load plugins without restarting the server
4. Execute "sm_ rcon sm plugin load YourPluginsName" in console where "YourPluginsName" is the name of your plugin.
Important: If your plugin's name has a dot in it, you must add ".smx" at the end of your plugin's name.
Examples:
sm_rcon sm plugins load myplugin
Will work because the plugin's name doesn't have a dot in itsm_rcon sm plugins load my.plugin
Won't work because the plugin's name has a dot in itrcon sm plugins load my.plugin.smx
Will work because even though there is a dot in the plugin's name there is ".smx" at the end of the plugin's name
If you need to unload your plugins simply type "unload" instead of "load".
If you need a full list of SourceMod plugins commands just type "sm_rcon sm plugins list" in console.