Example: Main Config File - robotnikthingy/WorldSchematics2 GitHub Wiki

The main config file for the plugin which is generated when the plugin is first ran.

#dont change this
ConfigVersion: 1.0
#if set to true, the location of a schematic when spawned will be printed to the console
ShowLocation: true
#shows additional debug info in console
debug: false
#when debug is set to true, these options can be set to true or false to enable additional debug info
#related to specific parts of the plugin
debugOptions:
  debugLootTables: false
  debugSchematicInfo: false
  debugSchematicSpawning: false
  debugMobSpawning: false
  debugWorldGeneration: false