Advertisement
Guest User

Untitled

a guest
Jan 8th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. settings:
  2. allow-end: false
  3. warn-on-overload: true
  4. permissions-file: permissions.yml
  5. update-folder: update
  6. plugin-profiling: false
  7. connection-throttle: -1
  8. query-plugins: true
  9. deprecated-verbose: default
  10. shutdown-message: Server closed
  11. ping-packet-limit: 100
  12. use-exact-login-location: false
  13. spawn-limits:
  14. monsters: 70
  15. animals: 15
  16. water-animals: 5
  17. ambient: 15
  18. chunk-gc:
  19. period-in-ticks: 600
  20. load-threshold: 0
  21. ticks-per:
  22. animal-spawns: 400
  23. monster-spawns: 1
  24. autosave: 6000
  25. aliases: now-in-commands.yml
  26. database:
  27. username: bukkit
  28. isolation: SERIALIZABLE
  29. driver: org.sqlite.JDBC
  30. password: walrus
  31. url: jdbc:sqlite:{DIR}{NAME}.db
  32. auto-updater:
  33. enabled: true
  34. on-broken:
  35. - warn-console
  36. - warn-ops
  37. on-update:
  38. - warn-console
  39. - warn-ops
  40. preferred-channel: rb
  41. host: dl.bukkit.org
  42. suggest-channels: true
  43. worlds:
  44. plotworld:
  45. generator: PlotMe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement