Jump to content

/UnbanAll: Difference between revisions

From fCraft Wiki
BobKare (talk | contribs)
Made some links work properly
No edit summary
 
Line 7: Line 7:
/UnbanAll IPAddress [Reason]
/UnbanAll IPAddress [Reason]
|cat=Moderation
|cat=Moderation
|perm=Ban, BanIP, BanAll
|perm={{rperm|Ban}}, {{rperm|BanIP}}, {{rperm|BanAll}}
|console=Yes
|console=Yes
|v=0.200
|v=0.200
Line 15: Line 15:


==<code>/UnbanAll PlayerName [Reason]</code>==
==<code>/UnbanAll PlayerName [Reason]</code>==
:Unbans player's name, most recently used IP address, and all other accounts that share the IP. If a <code>reason</code> is given, it is saved on players' records (can be viewed via <code>[[/BanInfo]]</code>), and may be announced publicly.
:Unbans player's name, most recently used IP address, and all other accounts that share the IP. If a <code>reason</code> is given, it is saved on players' records (can be viewed via {{cmd|BanInfo}}), and may be announced publicly.


==<code>/UnbanAll IPAddress [Reason]</code>==
==<code>/UnbanAll IPAddress [Reason]</code>==
Line 23: Line 23:
*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|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#Security|AnnounceKickAndBanReasons]] setting is enabled (default: true), unban reasons are announced in global chat.
==Related commands==
*{{cmd|Unban}} - Unbans a player by name.
*{{cmd|UnbanIP}} - Unbans a player by IP address.
*{{cmd|BanInfo}} - Shows a player's ban record.
*{{cmd|BanEx}} - Excludes a player from being banned, even if their IP is banned.


{{LastUpdated|1201}}
{{LastUpdated|1201}}

Latest revision as of 04:24, 22 August 2012

Command
UnbanAll

Unbans all players who share an IP Address.

Usage

/UnbanAll PlayerName [Reason]

/UnbanAll IPAddress [Reason]

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


Unbans all player names who share a given IP address.

/UnbanAll PlayerName [Reason]

Unbans player's name, most recently used IP address, and all other accounts that share the IP. If a reason is given, it is saved on players' records (can be viewed via /BanInfo), and may be announced publicly.

/UnbanAll IPAddress [Reason]

Same as above, but the IP address is typed in directly.

Customizing /UnbanAll 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.
  • /UnbanIP - Unbans a player by IP address.
  • /BanInfo - Shows a player's ban record.
  • /BanEx - Excludes a player from being banned, even if their IP is banned.