mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix spelling
This commit is contained in:
parent
bf7b75b619
commit
bc1d3ddd5d
@ -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
|
"For all plots: Add `titles: false` in the worlds.yml flags block to disable it."}) public static boolean
|
||||||
TITLES = true;
|
TITLES = true;
|
||||||
@Comment("Plot titles fading in (duration in ticks)") public static int TITLES_FADE_IN = 10;
|
@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;
|
@Comment("Plot titles fading out (duration in ticks)") public static int TITLES_FADE_OUT = 20;
|
||||||
|
|
||||||
@Create // This value will be generated automatically
|
@Create // This value will be generated automatically
|
||||||
|
Loading…
Reference in New Issue
Block a user