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 Nov 8, 2020
·
5 revisions
Config.syml
The config.syml will be created by Synapse the first time you start it.
This file contains all configs for Synapse and Plugin you may install. You can easily change the values by editing the file.
Also you can share all configs by using the server-shared, folder. Notice: If you use this feature the other server-[Port] folders will be ignored.
Example Config:
[Synapse]{# Enables or disables the embedded Database. Warning: Disabling this option can break plugins and is not recommendeddatabaseEnabled: true# Changes whether or not the instance should use a shared or an instance specific databasedatabaseShared: true# Enables or disables whether the Player needs to equip their keycard to open a doorremoteKeyCard: false# The Broadcast Message a Player gets when joining the ServerjoinBroadcast: ''# The TextHint a Player gets when joining the ServerjoinTextHint: ''# The duration of how long the TextHint and Broadcast will be displayedjoinMessagesDuration: 5# The IDs of the Scps which can speakspeakingScps:
- 16
- 17# If enabled your Server is marked as Synapse ServernameTracking: true# The amount of people needed to contain Scp-106requiredForFemur: 1# If disabled Chaos must kill all Scps to end the roundchaosScpEnd: true# If enabled custom Scps such as 035 can trigger Scp096's ragescpTrigger096: false# If Enabled Scp-079 and Scp-096 can't see the Player who is wearing Scp-268better268: false}