-
Notifications
You must be signed in to change notification settings - Fork 5
Example: Main Config File
robotnikthingy edited this page Sep 29, 2017
·
1 revision
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