From c966db408d1fe41f6f9d74e1e122c0ddd30e4bbf Mon Sep 17 00:00:00 2001 From: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:36:05 -0500 Subject: [PATCH] Restore default panic bunker and tweak baby jail (#29198) restore default panic bunker --- Resources/ConfigPresets/WizardsDen/leviathan.toml | 4 ++++ Resources/ConfigPresets/WizardsDen/lizard.toml | 4 ++++ Resources/ConfigPresets/WizardsDen/wizardsDen.toml | 4 +++- Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml | 2 -- Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml | 3 ++- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Resources/ConfigPresets/WizardsDen/leviathan.toml b/Resources/ConfigPresets/WizardsDen/leviathan.toml index a1a0e5b704..7560833f13 100644 --- a/Resources/ConfigPresets/WizardsDen/leviathan.toml +++ b/Resources/ConfigPresets/WizardsDen/leviathan.toml @@ -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" diff --git a/Resources/ConfigPresets/WizardsDen/lizard.toml b/Resources/ConfigPresets/WizardsDen/lizard.toml index 2e3809a87d..72688efbf9 100644 --- a/Resources/ConfigPresets/WizardsDen/lizard.toml +++ b/Resources/ConfigPresets/WizardsDen/lizard.toml @@ -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" diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml index ecf2aa8194..46e53c0c88 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml @@ -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" diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml b/Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml index 630025fc5d..5cc9a72061 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDenCoreOnly.toml @@ -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] diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml b/Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml index 2d085c816c..cdf5dfbcdd 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDenGateway.toml @@ -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"