Jump to content

/BanAll: Difference between revisions

From fCraft Wiki
D3M0N (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Commands]]{{LastUpdated|400}}
{{CommandBox
|name=BanAll
|purpose=Bans all players who share an IP Address.
|aliases=(None)
|uses=/BanAll (PlayerName|IPAddress)
|cat=Moderation
|perm=Ban, BanIP, BanAll
|console=Yes
|}}


==Command==
Bans all other player names who share a given IP address. If any players are online from that IP address, they are immediately kicked.  
==<code>/Banall <PlayerName|IP Address> [Reason]</code>==
:Bans a players name, IP, and all other accounts associated with the IP. If player is not online, last known IP associated with the name is used. You can also type in the IP address directly. Any text after the player name will be saved as the [reason]. Ban information can be viewed with [http://fcraft.net/wiki/Baninfo /baninfo]


==<code>/BanAll PlayerName [Reason]</code>==
:Bans player's name, current (or most recently used) IP address, and all other accounts that share the IP. If a <code>reason</code> is given, it is displayed to the banned players, saved on players' records (can be viewed via <code>[[/BanInfo]]</code>), and may be announced publicly.


* Can be used from console
==<code>/BanAll IPAddress [Reason]</code>==
:Same as above, but the IP address is typed in directly.
 
==Customizing /BanAll 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.
 
[[Category:Commands]]{{LastUpdated|605}}

Revision as of 04:19, 21 May 2011

Command
BanAll

Bans all players who share an IP Address.

Aliases(None)
Usage

/BanAll (PlayerName

CategoryModeration
Required permissionsBan, BanIP, BanAll
Usable from console?Yes
Introduced in[[Version history#{{{v}}}|fCraft {{{v}}}]]


Bans all other player names who share a given IP address. If any players are online from that IP address, they are immediately kicked.

/BanAll PlayerName [Reason]

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

/BanAll IPAddress [Reason]

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

Customizing /BanAll 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.