]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add info in g_muteban_list, g_playban_list, and g_voteban_list cvars
authorLegendaryGuard <rootuser999@gmail.com>
Sat, 27 May 2023 22:15:33 +0000 (22:15 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Sat, 27 May 2023 22:15:33 +0000 (22:15 +0000)
xonotic-server.cfg

index 08987e7796f3efd9b27e0e8f02816d9bdddd15b5..07eb94321a05e809fde20590cc057ee9b7d36940 100644 (file)
@@ -395,11 +395,15 @@ set sv_waypointsprite_limitedrange 5120 "default maximum viewing distance of way
 
 set sv_itemstime 1 "enable networking of time left until respawn for items such as mega health/armor and powerups"
 
+// bans
 set g_ban_default_bantime 5400 "90 minutes"
 set g_ban_default_masksize 3 "masksize 0 means banning by UID only, 1 means banning by /8 (IPv6: /32) network, 2 means banning by /16 (IPv6: /48) network, 3 means banning by /24 (IPv6: /56) network, 4 means banning by single IP (IPv6: /64 network)"
 set g_ban_telluser 1 "notify the banned player about it when they try to join"
 set g_banned_list "" "format: IP remainingtime IP remainingtime ..."
 set g_banned_list_idmode "1" "when set, the IP banning system always uses the ID over the IP address (so a user in a banned IP range can connect if they have a valid signed ID)"
+set g_muteban_list "" "list of banned players from chat, format: IP playerkey ..."
+set g_playban_list "" "list of banned players from playing (forced to spectate), format: IP playerkey ..."
+set g_voteban_list "" "list of banned players from voting, format: IP playerkey ..."
 
 // useful vote aliases
 set timelimit_increment 5 "number of minutes added to the timer when voting for extendmatchtime"