MrJayse

Untitled

Dec 4th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Setting: updatechecker.enable Default: true # Enable Thermos update checker
  2. # Setting: common.allowNetherPortalBesidesOverworld Default: false # Allow nether portals in dimensions besides overworld
  3. # Setting: logging.materialInjection Default: false # Log material injection event
  4. # Setting: op.consoleonly Default: false # Set the OP command to only be allowed to run in console
  5. # Setting: logging.clientModList Default: true # Print client's mod list during attempt to join
  6. # Setting: updatechecker.quiet Default: false # Print less info during update
  7. # Setting: command.enable Default: true # Enable Thermos command
  8.  
  9. updatechecker:
  10. enable: false
  11. quiet: false
  12. common:
  13. allowNetherPortalBesidesOverworld: false
  14. logging:
  15. materialInjection: false
  16. clientModList: true
  17. op:
  18. consoleonly: false
  19. command:
  20. enable: true
Add Comment
Please, Sign In to add comment