Titles can be used on Spigot and Paper now

This commit is contained in:
MattBDev
2019-05-13 18:20:58 -04:00
parent 549a4df834
commit adefe2eeef
3 changed files with 6 additions and 21 deletions

View File

@ -27,9 +27,9 @@ public class Settings extends Config {
@Final public static String PLATFORM; // These values are set from P2 before loading
@Comment("Show additional information in console") public static boolean DEBUG = true;
@Comment({"[PAPER ONLY] The big annoying text that appears when you enter a plot",
@Comment({"The big annoying text that appears when you enter a plot",
"For a single plot: `/plot flag set titles false`", "For just you: `/plot toggle titles`"})
public static boolean TITLES = false;
public static boolean TITLES = true;
@Create // This value will be generated automatically
public static ConfigBlock<Auto_Clear> AUTO_CLEAR = null;