]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Moderation-tools.md
Update Compiling: fix some package names
[xonotic/xonotic.wiki.git] / Moderation-tools.md
index 93a81c60dd3ec24a6aaa9686d4f5e2178625ae98..b5330e213de255082ef2aaa6c29d93ad990f9c0b 100644 (file)
@@ -1,7 +1,9 @@
 ## How can I block/ignore people personally?
 
-**As a player**, use `ignore #player_id`, this player will be blocked and entirely hidden from your personal chat logs. Keep in mind that this can result in confusing situations as the blocked player(s) can continue talking to others in the server while you've blocked them. \
-If you want to unblock a single player, use `unignore #player_id`. If you want to unblock all currently ignored players, use `clear_ignores`.
+**As a player**, use `ignore #player_id`, this player will be blocked and entirely hidden from your personal chat logs. \
+Keep in mind that this can result in confusing situations as the blocked player(s) can continue talking to others in the server while you've blocked them. \
+To unblock a single player, use `unignore #player_id`. \
+To unblock all currently ignored players, use `clear_ignores`.
 
 _Note: you can't ignore more than 16 players._
 
@@ -21,11 +23,11 @@ Remember, you can disable private, spectator and team chat as you wish.
 - `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 to 1 by default. Set any to 0 if you wish to disallow that chat. 
+These cvars are set to 1 by default. Set any of them to 0 if you wish to disallow that chat. 
 
 ## How can I disallow people from voting in my server?
 
-**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. \
+**As a server admin**, use `voteban #player_id` to disallow a player from voting, they can't start a vote nor vote Yes or No for votes called by other players. \
 To allow the votebanned player vote again, use `unvoteban #player_id`.\
 To see the list of disallowed players from voting, use `votebans`. 
 
@@ -47,31 +49,37 @@ To see the ban list, use `bans`.
 
 ## TL;DR:
 
-- Personally block in chat
+#### Personally as a player
+
+- block in chat
   * `ignore #player_id`
-- Personally unblock in chat
+- unblock in chat
   * `unignore #player_id`
-- List personal blocks
+- List blocks
   * Can't in-game.
 
-- Ban in server
+#### In a server as an admin or a moderator
+
+- Ban
   * `chatban #player_id`
   * `voteban #player_id`
   * `playban #player_id`
-- Unban in server
+- Unban
   * `unchatban #player_id`
   * `unvoteban #player_id`
   * `unplayban #player_id`
-- List bans in server
+- List bans
   * `chatbans`
   * `votebans`
   * `playbans`
 
-- Kick and/or ban from server
+#### From the whole server
+
+- Kick and/or ban from the server
   * `kick #player_id`
   * `ban <player_IP_address/key_hash> <bantime in seconds> <reason>`
   * `kickban #player_id`
-- Unban from server
+- Unban from the server
   * `unban <player_IP_address/key_hash>`
-- List bans from server
+- List bans from the server
   * `bans`
\ No newline at end of file