Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.50 KB | None | 0 0
  1. #dont change this
  2. ConfigVersion: 1.0
  3. #if set to true, the location of a schematic when spawned will be printed to the console
  4. ShowLocation: true
  5. #shows additional debug info in console
  6. debug: false
  7. #when debug is set to true, these options can be set to true or false to enable additional debug info
  8. #related to specific parts of the plugin
  9. debugOptions:
  10.   debugLootTables: false
  11.   debugSchematicInfo: false
  12.   debugSchematicSpawning: false
  13.   debugMobSpawning: false
  14.   debugWorldGeneration: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement