From 69f3d9838da589bc6168d63c3af03a5bf3ad83a0 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Thu, 30 May 2024 02:17:10 +0800 Subject: [PATCH] Change default quickCommandProtection value --- .../fr/xephi/authme/settings/properties/ProtectionSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java b/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java index a5e62c02..7becd390 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/ProtectionSettings.java @@ -58,7 +58,7 @@ public final class ProtectionSettings implements SettingsHolder { @Comment("Kicks the player that issued a command before the defined time after the join process") public static final Property QUICK_COMMANDS_DENIED_BEFORE_MILLISECONDS = - newProperty("Protection.quickCommands.denyCommandsBeforeMilliseconds", 3000); + newProperty("Protection.quickCommands.denyCommandsBeforeMilliseconds", 1000); private ProtectionSettings() { }