diff --git a/TShockAPI/Configuration/TShockConfig.cs b/TShockAPI/Configuration/TShockConfig.cs
index 25b72c31..0306ec7f 100644
--- a/TShockAPI/Configuration/TShockConfig.cs
+++ b/TShockAPI/Configuration/TShockConfig.cs
@@ -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";
- /// Enables kicking banned users by matching their IP Address.
- [Description("Enables kicking banned users by matching their IP Address.")]
- public bool EnableIPBans = true;
-
- /// Enables kicking banned users by matching their client UUID.
- [Description("Enables kicking banned users by matching their client UUID.")]
- public bool EnableUUIDBans = true;
-
- /// Enables kicking banned users by matching their Character Name.
- [Description("Enables kicking banned users by matching their Character Name.")]
- public bool EnableBanOnUsernames;
-
/// If GeoIP is enabled, this will kick users identified as being under a proxy.
[Description("If GeoIP is enabled, this will kick users identified as being under a proxy.")]
public bool KickProxyUsers = true;