Remove obsolete config options relating to bans
This commit is contained in:
parent
f87b6156f4
commit
0012bf73da
1 changed files with 0 additions and 12 deletions
|
|
@ -334,18 +334,6 @@ namespace TShockAPI.Configuration
|
|||
[Description("The reason given when banning hardcore players on death.")]
|
||||
public string HardcoreBanReason = "Death results in a ban";
|
||||
|
||||
/// <summary>Enables kicking banned users by matching their IP Address.</summary>
|
||||
[Description("Enables kicking banned users by matching their IP Address.")]
|
||||
public bool EnableIPBans = true;
|
||||
|
||||
/// <summary>Enables kicking banned users by matching their client UUID.</summary>
|
||||
[Description("Enables kicking banned users by matching their client UUID.")]
|
||||
public bool EnableUUIDBans = true;
|
||||
|
||||
/// <summary>Enables kicking banned users by matching their Character Name.</summary>
|
||||
[Description("Enables kicking banned users by matching their Character Name.")]
|
||||
public bool EnableBanOnUsernames;
|
||||
|
||||
/// <summary>If GeoIP is enabled, this will kick users identified as being under a proxy.</summary>
|
||||
[Description("If GeoIP is enabled, this will kick users identified as being under a proxy.")]
|
||||
public bool KickProxyUsers = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue