]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Moderation tools
authorDr. Jaska <drjaska83@gmail.com>
Sat, 10 Jun 2023 22:51:20 +0000 (22:51 +0000)
committerDr. Jaska <drjaska83@gmail.com>
Sat, 10 Jun 2023 22:51:20 +0000 (22:51 +0000)
Moderation-tools.md

index 645121da2f0868f1c8b4f10e91b61172d7230e34..5dcc9fcfdc50c416f2240eaf75fef1a7d0414eb5 100644 (file)
@@ -1,11 +1,13 @@
-## How can I mute people?
+## How can I block/ignore people personally?
 
-As **player**, use `ignore #player_id`, this player will be muted in your personal chat and you've this player in your mute list. Keep in mind that the player can continue talking in the server while you've muted him from your entire personal chat. <br/>
+**As a player**, use `ignore #player_id`, this player will be muted in your personal chat and you've this player in your mute list. Keep in mind that the player can continue talking in the server while you've muted him from your entire personal chat. <br/>
 If you want to unignore from a player, use `unignore #player_id`. If you want to remove all muted players from your ignore list, use `clear_ignores`.
 
 _Note: you can't ignore more than 16 players._
 
-As **server admin**, if there's someone spamming in the chat all time or being hostile, use `chatban #player_id` to prevent them from being able to send any messages to anyone, this includes private messages, team chat and spectator chat. <br/>
+## How can I disallow people from chatting in my server?
+
+**As a server admin**, if there's someone spamming in the chat all time or being hostile, use `chatban #player_id` to prevent them from being able to send any messages to anyone, this includes private messages, team chat and spectator chat. <br/>
 To unban the chatbanned player, use `unchatban #player_id`. <br/>
 To see the list of chatbanned players, use `chatbans`.
 
@@ -18,28 +20,28 @@ Remember, you can disable private, spectator and team chat as you wish.<br/>
 - `g_chat_spectator_allowed 0` players can't chat while spectating. 
 - `g_chat_team_allowed 0` disables team chat, preventing players from talking privately in their own teams. 
 
-These cvars are set 1 by default. Set 0 if you wish to disallow some chats.
+These cvars are set to 1 by default. Set 0 if you wish to disallow some chats.
 <br/><br/>
 
-## How can I disallow people from voting?
+## How can I disallow people from voting in my server?
 
-As **server admin**, use `voteban #player_id` to disallow a player from voting. The player can't start a vote nor vote Yes or No for votes called by other players. <br/>
+**As a server admin**, use `voteban #player_id` to disallow a player from voting. The player can't start a vote nor vote Yes or No for votes called by other players. <br/>
 To allow the votebanned player vote again, use `unvoteban #player_id`.<br/>
 To see the list of disallowed players from voting, use `votebans`.
 <br/><br/>
 
-## How can I disallow people from playing?
+## How can I disallow people from playing in my server?
 
-As **server admin**, use `playban #player_id` to disallow a player from playing in the server, this player will be forced to spectate. <br/>
+**As a server admin**, use `playban #player_id` to disallow a player from playing in the server, this player will be forced to spectate. <br/>
 To allow a player to play again instead of being forced to spectate, use `unplayban #player_id`.<br/>
 To see the list of players forced to spectate, use `playbans`.
 <br/><br/>
 
-- `g_playban_minigames 1` disallows the banned players from playing, trying to play minigames. (This cvar is set 0 by default).
+_Note: `g_playban_minigames 1` also prevents the playbanned players from participating in minigames. (This is disabled by default)._
 
-## How can I ban people?
+## How can I ban people from my server?
 
-As **server admin**, doing that can be pretty harsh. Use this last resource if you decided definitely that it is what you want to do. <br/>
+**As a server admin**, doing that can be pretty harsh. Use this last resource if you decided definitely that it is what you want to do. <br/>
 `ban <player_IP_address> <bantime> <reason>` stores a ban in the server, it isn't a quick ban. The player can stay in the server unless if disconnects and tries to go back. <br/>
 `kickban #player_id` stores a ban and kicks the player from the server. <br/>
 To unban the player, use `unban <player_IP_address/key_hash>`. <br/>