]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Updated documentation after muteban -> chatban rename and improved the grammar in...
authorDr. Jaska <drjaska83@gmail.com>
Tue, 6 Jun 2023 21:21:17 +0000 (21:21 +0000)
committerDr. Jaska <drjaska83@gmail.com>
Tue, 6 Jun 2023 21:21:17 +0000 (21:21 +0000)
Moderation-tools.md

index 2a32a5917d888d0f4cb6e172e89131a96925ba8d..0e3d081cb9311daa9b1e66448e511c0fb2a52073 100644 (file)
@@ -1,42 +1,43 @@
 ## How can I mute people?
 
 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/>
-If you want to remove a muted player, use `unignore #player_id`. If you want to remove all muted players from your ignore list, use `clear_ignores`.
+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, use `muteban #player_id` to disallow this player in the entire chat, this won't talk in private, team and spectator chat. <br/>
-To unmute the muted player, use `unmuteban #player_id`. <br/>
-To see the list of muted players, use `mutebans`.
+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/>
+To unban the chatbanned player, use `unchatban #player_id`. <br/>
+To see the list of chatbanned players, use `chatbans`.
 
-_Note: there's another aliased version: `mute`. It has been used for many years while it wasn't improved, only temporarily muting during the match._
+_Note 1: there's another aliased version: `mute`. It has been used for many years while it wasn't improved, only temporarily muting for the duration of the match._
+_Note 2: `muteban` is an alias to `chatban` as it was this feature's previous name and has been used for many years by a few admins while it was implemented via [SMB modpack](https://github.com/MarioSMB/modpack) before its merge to Xonotic's upstream master branch._
 
-Set `g_chat_allowed` to 0, if you think it's the good reason to not involve anybody in the chat. <br/>
+Set `g_chat_allowed` to 0, if you think there is a good reason to not anyone use any chats. <br/>
 Remember, you can disable private, spectator and team chat as you wish.<br/>
 - `g_chat_private_allowed 0` disables private chat, players can't use `tell #player_id` to send a private message to someone. 
 - `g_chat_spectator_allowed 0` players can't chat while spectating. 
-- `g_chat_team_allowed 0` disables team chat, players can't talking privately in their own teams. 
+- `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 want to disallow some chats.
+These cvars are set 1 by default. Set 0 if you wish to disallow some chats.
 <br/><br/>
 
 ## How can I disallow people from voting?
 
-As **server admin**, use `voteban #player_id` to disallow a player from voting. The player can't call a vote and vote Yes or No in the server. <br/>
-To allow the banned player from voting, use `unvoteban #player_id`.<br/>
+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/>
+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?
 
 As **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 the player forced to spectate from playing, use `unplayban #player_id`.<br/>
-To see the list of disallowed players from playing, use `playbans`.
+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/>
 
 ## How can I ban people?
 
-As **server admin**, doing that can be pretty harsh. Use this last resource if you decided definitely what you're going to do. <br/>
+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/>
 `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/>