From f9a5b89115f3ccc1927e997223f09fd246ad4045 Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Fri, 13 Dec 2024 23:06:38 +0000 Subject: [PATCH] add automatic panic bunker --- Resources/ConfigPresets/DeltaV/deltav.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index a09d5807546..aa10fc199f8 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -5,6 +5,14 @@ lobbyduration = 240 round_end_pacifist = true contraband_examine = false # Doubtful that it's desired at all, and would require going over every item in accordance with SOP +# New players can't join a server without admins +[game.panic_bunker] +enabled = true +disable_with_admins = true +enable_without_admins = true +show_reason = true +custom_reason = "You have not played on Delta-V long enough to connect to this server. Due to administrative reasons, new accounts cannot join a server with no game admins." + [infolinks] discord = "https://discord.gg/deltav" github = "https://github.com/DeltaV-Station/Delta-v"