This repository has been archived by the owner on Sep 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Plugins
Robin Möller edited this page Jun 23, 2020
·
3 revisions
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.
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.