/UnbanIP: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
|v=0.100 | |v=0.100 | ||
|}} | |}} | ||
Unbans an IP address and player's account (if given). | Unbans an IP address and player's account (if given). | ||
| Line 23: | Line 22: | ||
*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== | ==Related commands== | ||
Latest revision as of 04:20, 22 August 2012
| Command | |
| UnbanIP Unbans an IP address. | |
|---|---|
| Usage |
/UnbanIP PlayerName [Reason] /UnbanIP IP [Reason] |
| Category | Moderation |
| Required permissions | Ban, BanIP |
| Usable from console? | Yes |
| Introduced in | fCraft 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
reasonis 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
/UnbanAllfor 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.