Skip to content

Configuration

Lilly Tempest edited this page Nov 18, 2021 · 1 revision
# Config version. Do not touch!
version: 1
# Loglevel. Do not touch without reason.
debug: INFO
# Paste settings
pasteSettings:
  ==: de.eldoria.schematicsaver.config.elements.PasteSettings
  multiOffset: 3
  # Default offset when pasting multiple schematics grouped by id
  columnOffset: 1
  # Default row offset
  rowOffset: 1
  # Default paste grouping. ID or TYPES
  pasteGrouping: TYPES
# Settings for the bounding renderer
renderSettings:
  ==: de.eldoria.schematicsaver.config.elements.RenderSettings
  # Default display time
  displayTime: 10
  # Maximum display time for user input
  maxDisplayTime: 60
  # The max region volume which will be rendered
  maxRegionVolume: 125000
  # The refresh rate of the boundaries.
  refreshRate: 5

Clone this wiki locally