Shared Configs & Plugins
For running multiple servers on the same machine
In
~/Synapse/plugins
Synapse creates a folder called server-shared
. All Plugins which are placed in it will be loaded by all Servers no matter which port they are running on. It is not recommended placing a plugin in both folders because then the plugin will be loaded 2 times.When the Server starts he checks if a
config.syml
/permission.syml
is placed inside ~/Synapse/configs/server-{port}
and if the files exist the Server will use them instead of the ones in server-shared
. By Reloading the Server they will not check again where the files are, so it is not recommended changing the locations of these two files while the Server is runningWhen the Server starts he checks if the translation file is placed inside
~/Synapse/configs/server-{port}
and if the files exist the Server will use them instead of the one in server-shared
. By Reloading the Server they will not check again where the files are, so it is not recommended changing the locations of these two files while the Server is runningLast modified 2yr ago