Fix spelling

This commit is contained in:
N0tMyFaultOG 2020-12-07 21:25:32 +01:00
parent bf7b75b619
commit bc1d3ddd5d
No known key found for this signature in database
GPG Key ID: 823348042DA95A81

View File

@ -50,7 +50,7 @@ public class Settings extends Config {
"For all plots: Add `titles: false` in the worlds.yml flags block to disable it."}) public static boolean
TITLES = true;
@Comment("Plot titles fading in (duration in ticks)") public static int TITLES_FADE_IN = 10;
@Comment("Plot titles being staying visible (duration in ticks)") public static int TITLES_STAY = 50;
@Comment("Plot titles being shown (duration in ticks)") public static int TITLES_STAY = 50;
@Comment("Plot titles fading out (duration in ticks)") public static int TITLES_FADE_OUT = 20;
@Create // This value will be generated automatically