Jump to content

/Unban: Difference between revisions

From fCraft Wiki
Quantus (talk | contribs)
Added that it does not remove IP bans
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/Unban reverses the /ban command.
{{CommandBox
It does NOT remove associated IP bans.
|name=Unban
Any text after player name will be saved as a memo.
|purpose=Unbans a player by name.
|aliases=
|uses=/Unban PlayerName [Reason]
|cat=Moderation
|perm={{rperm|Ban}}
|console=Yes
|v=0.100
|}}
Unbans a player by name/account. Player's IP is NOT unbanned, see {{cmd|UnbanIP}} command for that.
 
==<code>/Unban PlayerName [Reason]</code>==
:If a <code>reason</code> is given, it is saved on player's record (can be viewed via {{cmd|BanInfo}}), and may be announced publicly.
 
==Customizing /Unban behavior==
*Ability to ban can be limited per-rank. By default, players with {{perm|Ban}} permission may only unban players of their own rank or lower.
*If [[List_of_config_keys#Security|RequireBanReason]] setting is enabled (default: false), players are required to provide a reason.
*If [[List_of_config_keys#Security|AnnounceKickAndBanReasons]] setting is enabled (default: true), unban reasons are announced in global chat.
*If [[List_of_config_keys#IRC|IRCBotAnnounceServerEvents]] setting is enabled (default: false), unbans are announced on IRC.
 
==Related commands==
*{{cmd|UnbanIP}} - Unbans a player by IP address.
*{{cmd|UnbanAll}} - Unbans an IP, and all accounts on it.
*{{cmd|BanInfo}} - Shows a player's ban record.
*{{cmd|BanEx}} - Excludes a player from being banned, even if their IP is banned.
 
{{LastUpdated|1201}}

Latest revision as of 04:26, 22 August 2012

Command
Unban

Unbans a player by name.

Usage

/Unban PlayerName [Reason]

CategoryModeration
Required permissionsBan
Usable from console?Yes
Introduced infCraft 0.100

Unbans a player by name/account. Player's IP is NOT unbanned, see /UnbanIP command for that.

/Unban PlayerName [Reason]

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

Customizing /Unban behavior

  • Ability to ban can be limited per-rank. By default, players with Ban permission may only unban players of their own rank or lower.
  • If RequireBanReason setting is enabled (default: false), players are required to provide a reason.
  • If AnnounceKickAndBanReasons setting is enabled (default: true), unban reasons are announced in global chat.
  • If IRCBotAnnounceServerEvents setting is enabled (default: false), unbans are announced on IRC.
  • /UnbanIP - Unbans a player by IP address.
  • /UnbanAll - Unbans an IP, and all accounts on it.
  • /BanInfo - Shows a player's ban record.
  • /BanEx - Excludes a player from being banned, even if their IP is banned.