Guest User

Untitled

a guest
Nov 1st, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. settings:
  2. allow-end: true
  3. warn-on-overload: true
  4. permissions-file: permissions.yml
  5. update-folder: update
  6. plugin-profiling: false
  7. connection-throttle: 4000
  8. query-plugins: true
  9. deprecated-verbose: default
  10. shutdown-message: Server closed
  11. spawn-limits:
  12. monsters: 50
  13. animals: 10
  14. water-animals: 3
  15. ambient: 4
  16. chunk-gc:
  17. period-in-ticks: 300
  18. load-threshold: 300
  19. ticks-per:
  20. animal-spawns: 400
  21. monster-spawns: 5
  22. autosave: 12000
  23. aliases: now-in-commands.yml
  24. database:
  25. username: bukkit
  26. isolation: SERIALIZABLE
  27. driver: org.sqlite.JDBC
  28. password: walrus
  29. url: jdbc:sqlite:{DIR}{NAME}.db
Add Comment
Please, Sign In to add comment