mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Remove chat.interactive option
Whether the chat is interactive or not can be declared in the strings.json by using MMs <click:_action_:_value_> type.
This commit is contained in:
parent
87706d471b
commit
58faffed6d
@ -190,7 +190,6 @@ public class Settings extends Config {
|
|||||||
|
|
||||||
// Miscellaneous
|
// Miscellaneous
|
||||||
DEBUG = config.getBoolean("debug", DEBUG);
|
DEBUG = config.getBoolean("debug", DEBUG);
|
||||||
Chat.INTERACTIVE = config.getBoolean("chat.fancy", Chat.INTERACTIVE);
|
|
||||||
|
|
||||||
Enabled_Components.DATABASE_PURGER =
|
Enabled_Components.DATABASE_PURGER =
|
||||||
config.getBoolean("auto-purge", 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")
|
@Comment("Chat related settings")
|
||||||
public static final class Chat {
|
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?")
|
@Comment("Should the plot chat be logged to console?")
|
||||||
public static boolean LOG_PLOTCHAT_TO_CONSOLE = true;
|
public static boolean LOG_PLOTCHAT_TO_CONSOLE = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user