This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Config Setup
Robin Möller edited this page Nov 8, 2020
·
5 revisions
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 recommended
databaseEnabled: true
# Changes whether or not the instance should use a shared or an instance specific database
databaseShared: true
# Enables or disables whether the Player needs to equip their keycard to open a door
remoteKeyCard: false
# The Broadcast Message a Player gets when joining the Server
joinBroadcast: ''
# The TextHint a Player gets when joining the Server
joinTextHint: ''
# The duration of how long the TextHint and Broadcast will be displayed
joinMessagesDuration: 5
# The IDs of the Scps which can speak
speakingScps:
- 16
- 17
# If enabled your Server is marked as Synapse Server
nameTracking: true
# The amount of people needed to contain Scp-106
requiredForFemur: 1
# If disabled Chaos must kill all Scps to end the round
chaosScpEnd: true
# If enabled custom Scps such as 035 can trigger Scp096's rage
scpTrigger096: false
# If Enabled Scp-079 and Scp-096 can't see the Player who is wearing Scp-268
better268: false
}