Jump to content

/Kick: Difference between revisions

From fCraft Wiki
Created page with "{{CommandBox |name=Kick |purpose=Kicks a player from server. |aliases=K |uses=/Kick PlayerName [Reason] |cat=Moderation |perm=Kick |console=Yes |v=0.100 |}} Kicks a player from ..."
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
|uses=/Kick PlayerName [Reason]
|uses=/Kick PlayerName [Reason]
|cat=Moderation
|cat=Moderation
|perm=Kick
|perm={{perm|Kick}}
|console=Yes
|console=Yes
|v=0.100
|v=0.100
|}}
|}}


Kicks a player from server. If the player has been kicked in the past, or if other players are logged in from the same IP, a warning is shown. Information about player's most-recent kick and total number of kicks can be viewed using [[/Info PlayerName]]
Kicks a player from server. If the player has been kicked in the past, or if other players are logged in from the same IP, a warning is shown. Information about player's most-recent kick and total number of kicks can be viewed using [[/Info#/Info_PlayerName|/Info PlayerName]]


==<code>/Kick PlayerName [Reason]</code>==
==<code>/Kick PlayerName [Reason]</code>==
Line 16: Line 16:


==Customizing /Kick behavior==
==Customizing /Kick behavior==
*Ability to ban can be limited per-rank. By default, players with [[Permissions#Ban|Ban]] permission may only ban players of their own rank or lower.
*Ability to ban can be limited per-rank. By default, players with {{perm|Kick}} permission may only kick players of their own rank or lower.
*If [[List_of_config_keys#Security|RequireKickReason]] setting is enabled (default: false), players are required to provide a reason.
*If [[List_of_config_keys#Security|RequireKickReason]] setting is enabled (default: false), players are required to provide a reason.
*If [[List_of_config_keys#Security|AnnounceKickAndBanReasons]] setting is enabled (default: true), kick reasons are announced in global chat.
*If [[List_of_config_keys#Security|AnnounceKickAndBanReasons]] setting is enabled (default: true), kick reasons are announced in global chat.

Latest revision as of 06:10, 20 August 2012

Command
Kick

Kicks a player from server.

AliasesK
Usage

/Kick PlayerName [Reason]

CategoryModeration
Required permissionsKick
Usable from console?Yes
Introduced infCraft 0.100


Kicks a player from server. If the player has been kicked in the past, or if other players are logged in from the same IP, a warning is shown. Information about player's most-recent kick and total number of kicks can be viewed using /Info PlayerName

/Kick PlayerName [Reason]

If a reason is given, it is displayed to the banned player, saved on player's record (can be viewed via /BanInfo), and may be announced publicly.

Customizing /Kick behavior

  • Ability to ban can be limited per-rank. By default, players with Kick permission may only kick players of their own rank or lower.
  • If RequireKickReason setting is enabled (default: false), players are required to provide a reason.
  • If AnnounceKickAndBanReasons setting is enabled (default: true), kick reasons are announced in global chat.
  • If IRCBotAnnounceServerEvents setting is enabled (default: false), kick are announced on IRC.