Class Settings.Titles

java.lang.Object
com.plotsquared.core.configuration.Settings.Titles
Enclosing class:
Settings

@Comment("Settings related to plot titles") public static final class Settings.Titles extends Object
  • Field Details

    • DISPLAY_TITLES

      @Comment({"The big text that appears when you enter a plot.","For a single plot set `/plot flag set titles false` to disable it.","For just you run `/plot toggle titles` to disable it.","For all plots: Add `titles: false` in the worlds.yml flags block to disable it."}) public static boolean DISPLAY_TITLES
    • TITLES_FADE_IN

      @Comment("Plot titles fading in (duration in ticks)") public static int TITLES_FADE_IN
    • TITLES_STAY

      @Comment("Plot titles being shown (duration in ticks)") public static int TITLES_STAY
    • TITLES_FADE_OUT

      @Comment("Plot titles fading out (duration in ticks)") public static int TITLES_FADE_OUT
    • TITLES_AS_ACTIONBAR

      @Comment({"Changes the notification method on plot entry from Title + SubTitle -> ActionBar.","The message still sent to the player is pulled from the lang key \"titles.title_entered_plot\".","If you would like to still show the owner of the plot, append the contents of \"titles.title_entered_plot_sub\" onto the former lang key."}) public static boolean TITLES_AS_ACTIONBAR
    • DISPLAY_DEFAULT_ON_SERVER_PLOT

      @Comment({"If the default title should be displayed on plots with server-plot flag set.","Titles will still be sent if the plot-title flag is set."}) public static boolean DISPLAY_DEFAULT_ON_SERVER_PLOT
  • Constructor Details