Class Settings.General

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

@Comment("General settings") public static final class Settings.General extends Object
  • Field Details

    • SCIENTIFIC

      @Comment("Display scientific numbers (4.2E8)") public static boolean SCIENTIFIC
    • MERGE_REPLACE_WALL

      @Comment("Replace wall when merging") public static boolean MERGE_REPLACE_WALL
    • ALWAYS_SHOW_EXPLOSIONS

      @Comment("Always show explosion Particles, even if explosion flag is set to false") public static boolean ALWAYS_SHOW_EXPLOSIONS
    • INVALID_BLOCKS

      @Comment({"Blocks that may not be used in plot components","Checkout the wiki article regarding plot components before modifying: https://intellectualsites.gitbook.io/plotsquared/customization/plot-components"}) public static List<String> INVALID_BLOCKS
  • Constructor Details