Advertisement
Guest User

Untitled

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