diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index fae9e178e..bc0c93a58 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -190,7 +190,6 @@ public class Settings extends Config { // Miscellaneous DEBUG = config.getBoolean("debug", DEBUG); - Chat.INTERACTIVE = config.getBoolean("chat.fancy", Chat.INTERACTIVE); Enabled_Components.DATABASE_PURGER = config.getBoolean("auto-purge", Enabled_Components.DATABASE_PURGER); @@ -506,9 +505,6 @@ public class Settings extends Config { @Comment("Chat related settings") public static final class Chat { - @Comment("Should the chat be interactive?") - public static boolean INTERACTIVE = true; - @Comment("Should the plot chat be logged to console?") public static boolean LOG_PLOTCHAT_TO_CONSOLE = true;