Server config now provide appeals forum link, game admins won't need to type it out manually anymore. Add warning about trying to ban evade. Cleaned up code a bit.
27 lines
798 B
TOML
27 lines
798 B
TOML
# Base configuration preset used on all Wizard's Den servers.
|
|
# Loaded before server-specific config presets by configuration.
|
|
|
|
[game]
|
|
desc = "Official English Space Station 14 servers. Vanilla, low roleplay."
|
|
lobbyenabled = true
|
|
soft_max_players = 130
|
|
|
|
[infolinks]
|
|
bug_report = "https://github.com/space-wizards/space-station-14/issues/new/choose"
|
|
discord = "https://discord.spacestation14.io"
|
|
forum = "https://forum.spacestation14.io"
|
|
github = "https://github.com/space-wizards/space-station-14"
|
|
patreon = "https://www.patreon.com/spacestation14"
|
|
website = "https://spacestation14.io"
|
|
wiki = "https://wiki.spacestation14.io"
|
|
appeal = "https://appeal.ss14.io"
|
|
|
|
[net]
|
|
max_connections = 1024
|
|
|
|
[vote]
|
|
restart_required_ratio = 0.7
|
|
|
|
[netres]
|
|
limit = 10.0
|