Class Settings.Paths

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

@Comment("Configure the paths that will be used") public static final class Settings.Paths extends Object
  • Field Details

    • SCHEMATICS

      public static String SCHEMATICS
    • TEMPLATES

      public static String TEMPLATES
    • USE_SCHEMATICS_PATH_FOR_GEN_SCHEMATICS

      @Comment({"If schematics used for generation should be searched for in the path.schematics location"," - This setting exists and is `false` by default for backwards compatibility."," - If false then generation schematics must be located in `schematics`"," - Schematics must still always be under GEN_ROAD_SCHEMATIC/<world> etc."}) public static boolean USE_SCHEMATICS_PATH_FOR_GEN_SCHEMATICS
  • Constructor Details