Fix description of temp servers and add region tags (#28811)
* Fix description of LRP temp servers * update regions
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
[game]
|
||||
soft_max_players = 50
|
||||
hostname = "[EN] Wizard's Den Red Firefly"
|
||||
hostname = "[EN] Wizard's Den Red Firefly [US East]"
|
||||
desc = "Official English Space Station 14 servers. Vanilla, core ruleset."
|
||||
panic_bunker.custom_reason = ""
|
||||
panic_bunker.show_reason = true
|
||||
@@ -16,4 +16,4 @@ panic_bunker.min_overall_minutes = 15
|
||||
rules_file = "CoreRuleset"
|
||||
|
||||
[hub]
|
||||
tags = "lang:en,rp:none"
|
||||
tags = "lang:en,region:am_n_e,rp:none"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# needs region tag
|
||||
|
||||
[game]
|
||||
hostname = "[EN][New Player Server] Wizard's Den Farm Grass Hopper"
|
||||
hostname = "[EN][New Player Server] Wizard's Den Farm Grass Hopper [US East]"
|
||||
desc = "Official English Space Station 14 servers for new players. Vanilla, roleplay ruleset."
|
||||
panic_bunker.enabled = false
|
||||
panic_bunker.disable_with_admins = false
|
||||
@@ -17,4 +17,4 @@ baby_jail.max_overall_minutes = 15
|
||||
baby_jail.custom_reason = "Sorry! Only new players can join the servers, try joining another one instead!"
|
||||
baby_jail.whitelisted_can_bypass = true
|
||||
[hub]
|
||||
tags = "lang:en,rp:low"
|
||||
tags = "lang:en,region:am_n_e,rp:low"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Configuration preset layer for "Core Only" Wizard's Den servers.
|
||||
# Configuration preset layer for LRP temporary Wizard's Den servers.
|
||||
# Intended to be loaded after wizardsDen.toml
|
||||
|
||||
# hostname is a placeholder
|
||||
@@ -6,12 +6,12 @@
|
||||
|
||||
[game]
|
||||
soft_max_players = 50
|
||||
hostname = "[EN] Wizard's Den Granite Flea"
|
||||
desc = "Official English Space Station 14 servers. Vanilla, core ruleset."
|
||||
hostname = "[EN] Wizard's Den Granite Flea [US East]"
|
||||
desc = "Official English Space Station 14 servers. Vanilla, roleplay ruleset."
|
||||
panic_bunker.enabled = false
|
||||
panic_bunker.disable_with_admins = false
|
||||
panic_bunker.enable_without_admins = false
|
||||
panic_bunker.custom_reason = ""
|
||||
|
||||
[hub]
|
||||
tags = "lang:en,rp:low"
|
||||
tags = "lang:en,region:am_n_e,rp:low"
|
||||
|
||||
Reference in New Issue
Block a user