Restore default panic bunker and tweak baby jail (#29198)
restore default panic bunker
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
[game]
|
[game]
|
||||||
hostname = "[EN] Wizard's Den Leviathan [US East 1]"
|
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]
|
[hub]
|
||||||
tags = "lang:en,region:am_n_e,rp:low"
|
tags = "lang:en,region:am_n_e,rp:low"
|
||||||
|
|||||||
@@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
[game]
|
[game]
|
||||||
hostname = "[EN] Wizard's Den Lizard [US West]"
|
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]
|
[hub]
|
||||||
tags = "lang:en,region:am_n_w,rp:low"
|
tags = "lang:en,region:am_n_w,rp:low"
|
||||||
|
|||||||
@@ -5,8 +5,10 @@
|
|||||||
desc = "Official English Space Station 14 servers. Vanilla, roleplay ruleset."
|
desc = "Official English Space Station 14 servers. Vanilla, roleplay ruleset."
|
||||||
lobbyenabled = true
|
lobbyenabled = true
|
||||||
soft_max_players = 80
|
soft_max_players = 80
|
||||||
|
panic_bunker.disable_with_admins = true
|
||||||
|
panic_bunker.enable_without_admins = true
|
||||||
panic_bunker.show_reason = 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]
|
[infolinks]
|
||||||
bug_report = "https://github.com/space-wizards/space-station-14/issues/new/choose"
|
bug_report = "https://github.com/space-wizards/space-station-14/issues/new/choose"
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
soft_max_players = 50
|
soft_max_players = 50
|
||||||
hostname = "[EN] Wizard's Den Red Firefly [US East]"
|
hostname = "[EN] Wizard's Den Red Firefly [US East]"
|
||||||
desc = "Official English Space Station 14 servers. Vanilla, core ruleset."
|
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
|
panic_bunker.min_overall_minutes = 15
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
|
|||||||
@@ -13,8 +13,9 @@ panic_bunker.enable_without_admins = false
|
|||||||
panic_bunker.custom_reason = ""
|
panic_bunker.custom_reason = ""
|
||||||
baby_jail.enabled = true
|
baby_jail.enabled = true
|
||||||
baby_jail.show_reason = 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.custom_reason = "Sorry! Only new players can join the servers, try joining another one instead!"
|
||||||
baby_jail.whitelisted_can_bypass = true
|
baby_jail.whitelisted_can_bypass = true
|
||||||
|
|
||||||
[hub]
|
[hub]
|
||||||
tags = "lang:en,region:am_n_e,rp:low"
|
tags = "lang:en,region:am_n_e,rp:low"
|
||||||
|
|||||||
Reference in New Issue
Block a user