Jump to content

/UnbanAll: Difference between revisions

From fCraft Wiki
mNo edit summary
BobKare (talk | contribs)
Made some links work properly
Line 21: Line 21:


==Customizing /UnbanAll behavior==
==Customizing /UnbanAll behavior==
*If [[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 [[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}}
{{LastUpdated|1201}}

Revision as of 17:28, 28 February 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.