Use config presets for server configuration. (#14098)
This commit is contained in:
committed by
GitHub
parent
2a42bbe922
commit
ce1b5b5d00
4
Resources/ConfigPresets/WizardsDen/centipede.toml
Normal file
4
Resources/ConfigPresets/WizardsDen/centipede.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Configuration preset used on Wizard's Den Centipede
|
||||||
|
|
||||||
|
[game]
|
||||||
|
hostname = "[EN] Wizard's Den Centipede [Oceania]"
|
||||||
7
Resources/ConfigPresets/WizardsDen/lizard.toml
Normal file
7
Resources/ConfigPresets/WizardsDen/lizard.toml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Configuration preset used on Wizard's Den Lizard
|
||||||
|
|
||||||
|
# Nothing specific yet
|
||||||
|
|
||||||
|
[game]
|
||||||
|
hostname = "[EN] Wizard's Den Lizard [US West]"
|
||||||
|
soft_max_players = 100
|
||||||
4
Resources/ConfigPresets/WizardsDen/miros.toml
Normal file
4
Resources/ConfigPresets/WizardsDen/miros.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Configuration preset used on Wizard's Den Miros
|
||||||
|
|
||||||
|
[game]
|
||||||
|
hostname = "[EN] Wizard's Den Miros [EU West 2]"
|
||||||
16
Resources/ConfigPresets/WizardsDen/salamander.toml
Normal file
16
Resources/ConfigPresets/WizardsDen/salamander.toml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Configuration preset used on Wizard's Den Salamander
|
||||||
|
|
||||||
|
[game]
|
||||||
|
desc = "Official English Space Station 14 servers. Roleplay required, you must be whitelisted through Discord to play."
|
||||||
|
hostname = "[EN] Wizard's Den Salamander [US West RP]"
|
||||||
|
|
||||||
|
[server]
|
||||||
|
rules_file = "RP_Rules.txt"
|
||||||
|
rules_header = "ui-rules-header-rp"
|
||||||
|
|
||||||
|
[whitelist]
|
||||||
|
enabled = true
|
||||||
|
reason = "whitelist-not-whitelisted-rp"
|
||||||
|
|
||||||
|
[ic]
|
||||||
|
flavor_text = true
|
||||||
4
Resources/ConfigPresets/WizardsDen/spider.toml
Normal file
4
Resources/ConfigPresets/WizardsDen/spider.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Configuration preset used on Wizard's Den Spider
|
||||||
|
|
||||||
|
[game]
|
||||||
|
hostname = "[EN] Wizard's Den Spider [EU West 1]"
|
||||||
5
Resources/ConfigPresets/WizardsDen/wizardsDen.toml
Normal file
5
Resources/ConfigPresets/WizardsDen/wizardsDen.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# 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."
|
||||||
@@ -37,6 +37,7 @@ SHARED_IGNORED_RESOURCES = {
|
|||||||
|
|
||||||
CLIENT_IGNORED_RESOURCES = {
|
CLIENT_IGNORED_RESOURCES = {
|
||||||
"Maps",
|
"Maps",
|
||||||
|
"ConfigPresets",
|
||||||
"emotes.xml",
|
"emotes.xml",
|
||||||
"Groups",
|
"Groups",
|
||||||
"engineCommandPerms.yml"
|
"engineCommandPerms.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user