Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Plugins

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.

Clone this wiki locally