Jump to content

/Unban: Difference between revisions

From fCraft Wiki
Quantus (talk | contribs)
Added that it does not remove IP bans
No edit summary
Line 1: Line 1:
/Unban reverses the /ban command.
{{CommandBox
It does NOT remove associated IP bans.
|name=Ban
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=Ban
|console=Yes
|v=0.100
|}}
 
Unbans a player by name/account. Player's IP is NOT unbanned, see [[/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 [[/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 ban 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), ban reasons are announced in global chat.
*If [[IRCBotAnnounceServerEvents]] setting is enabled (default: false), bans are announced on IRC.
 
{{LastUpdated|1201}}

Revision as of 21:58, 1 November 2011

Command
Ban

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 ban 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), ban reasons are announced in global chat.
  • If IRCBotAnnounceServerEvents setting is enabled (default: false), bans are announced on IRC.