Jump to content

/UnbanIP: Difference between revisions

From fCraft Wiki
BobKare (talk | contribs)
Made some links work properly
No edit summary
Line 7: Line 7:
/UnbanIP IP [Reason]
/UnbanIP IP [Reason]
|cat=Moderation
|cat=Moderation
|perm=Ban, BanIP
|perm={{rperm|Ban}}, {{rperm|BanIP}}
|console=Yes
|console=Yes
|v=0.100
|v=0.100
Line 14: Line 14:
Unbans an IP address and player's account (if given).
Unbans an IP address and player's account (if given).


==<code>/BanIP PlayerName [Reason]</code>==
==<code>/UnbanIP <PlayerName> [Reason]</code>==
:Unbans player's name and most-recently-used IP address. If a <code>reason</code> is given, it is saved on player's record (can be viewed via [[/BanInfo]]), and may be announced publicly.
:Unbans player's name and most-recently-used IP address. 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.


==<code>/BanIP IP [Reason]</code>==
==<code>/UnbanIP <IPAddress> [Reason]</code>==
:Same as above, but the IP address is typed in directly. Any associated accounts will NOT be unbanned (see [[/UnBanAll]] for that).
:Same as above, but the IP address is typed in directly. Any associated accounts will NOT be unbanned (see {{cmd|UnbanAll}} for that).


==Customizing /UnbanIP behavior==
==Customizing /UnbanIP behavior==
Line 24: Line 24:
*If [[List_of_config_keys#Security|AnnounceKickAndBanReasons]] setting is enabled (default: true), unban reasons are announced in global chat.
*If [[List_of_config_keys#Security|AnnounceKickAndBanReasons]] setting is enabled (default: true), unban reasons are announced in global chat.


{{LastUpdated|1201}}
 
==Related commands==
*{{cmd|Unban}} - Unbans a player by name.
*{{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|1650}}

Revision as of 04:19, 22 August 2012

Command
UnbanIP

Unbans an IP address.

Usage

/UnbanIP PlayerName [Reason]

/UnbanIP IP [Reason]

CategoryModeration
Required permissionsBan, BanIP
Usable from console?Yes
Introduced infCraft 0.100


Unbans an IP address and player's account (if given).

/UnbanIP <PlayerName> [Reason]

Unbans player's name and most-recently-used IP address. If a reason is given, it is saved on player's record (can be viewed via /BanInfo), and may be announced publicly.

/UnbanIP <IPAddress> [Reason]

Same as above, but the IP address is typed in directly. Any associated accounts will NOT be unbanned (see /UnbanAll for that).

Customizing /UnbanIP behavior

  • 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.


  • /Unban - Unbans a player by name.
  • /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.