Restore default panic bunker and tweak baby jail (#29198)

restore default panic bunker
This commit is contained in:
Chief-Engineer
2024-06-18 23:36:05 -05:00
committed by GitHub
parent 6c810003db
commit c966db408d
5 changed files with 13 additions and 4 deletions

View File

@@ -4,6 +4,10 @@
[game]
hostname = "[EN] Wizard's Den Leviathan [US East 1]"
panic_bunker.enabled = false
panic_bunker.disable_with_admins = false
panic_bunker.enable_without_admins = false
panic_bunker.custom_reason = ""
[hub]
tags = "lang:en,region:am_n_e,rp:low"

View File

@@ -4,6 +4,10 @@
[game]
hostname = "[EN] Wizard's Den Lizard [US West]"
panic_bunker.enabled = false
panic_bunker.disable_with_admins = false
panic_bunker.enable_without_admins = false
panic_bunker.custom_reason = ""
[hub]
tags = "lang:en,region:am_n_w,rp:low"

View File

@@ -5,8 +5,10 @@
desc = "Official English Space Station 14 servers. Vanilla, roleplay ruleset."
lobbyenabled = true
soft_max_players = 80
panic_bunker.disable_with_admins = true
panic_bunker.enable_without_admins = true
panic_bunker.show_reason = true
panic_bunker.custom_reason = "You have not played on a Wizard's Den server long enough to connect to this server. Please play on another Wizard's Den server for now."
panic_bunker.custom_reason = "You have not played on a Wizard's Den server long enough to connect to this server. Please play on Wizard's Den Lizard, Leviathan, or Farm Grass Hopper until you have more playtime."
[infolinks]
bug_report = "https://github.com/space-wizards/space-station-14/issues/new/choose"

View File

@@ -8,8 +8,6 @@
soft_max_players = 50
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
panic_bunker.min_overall_minutes = 15
[server]

View File

@@ -13,8 +13,9 @@ panic_bunker.enable_without_admins = false
panic_bunker.custom_reason = ""
baby_jail.enabled = true
baby_jail.show_reason = true
baby_jail.max_overall_minutes = 15
baby_jail.max_overall_minutes = 3000 # 50 hours
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,region:am_n_e,rp:low"