Class Settings.Schematics
java.lang.Object
com.plotsquared.core.configuration.Settings.Schematics
- Enclosing class:
Settings
@Comment({"Schematic Settings","See https://intellectualsites.gitbook.io/plotsquared/schematics/schematic-on-claim for more information."})
public static final class Settings.Schematics
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanstatic booleanstatic boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PASTE_ON_TOP
@Comment("Whether schematic based generation should paste schematic on top of plots, or from Y=1") public static boolean PASTE_ON_TOP -
PASTE_ROAD_ON_TOP
@Comment("Whether schematic based road generation should paste schematic on top of roads, or from Y=1") public static boolean PASTE_ROAD_ON_TOP -
PASTE_MISMATCHES
@Comment({"If schematics that do not match a plot\'s size should be pasted anyway"," - This will still only paste a schematic with a plot\'s bounds."," - If a schematic is too big, it will cut off, and if too small, will not full the plot."}) public static boolean PASTE_MISMATCHES -
USE_WALL_IN_ROAD_SCHEM_HEIGHT
@Comment({"If the wall height should be taken into account when calculating the road schematic paste height"," - If true, will use the lower of wall and road height."," - If true, will ensure correct schematic behaviour (no parts are cut off)."," - Set to false if you experience the road being set one block too low"," (only for road schematics created pre 6.1.4)."}) public static boolean USE_WALL_IN_ROAD_SCHEM_HEIGHT
-
-
Constructor Details
-
Schematics
public Schematics()
-