You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robin Möller edited this page Jun 23, 2020
·
3 revisions
Plugins
Every server has his own plugin folder in %appdata%\Synapse\Plugins(Windows) or .config/Synapse/Plugins(Linux) named after the ServerPort.
If you want to add a plugin, just copy the DLL into the folder.
Some plugins may be big or need special configs that will be created in Synapse\Plugins\Server-{ServerPort}\PluginName but most of the plugins are usally just using the server-configs.yml.
Dependencies
If your plugin needs a other .dll to work, put it into \Synapse\dependencies.
This will ensure that the dependency is loaded at runtime before the plugin is loaded.