Advertisement
Guest User

Untitled

a guest
Jan 11th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. # This is the main configuration file for Bukkit.
  2. # As you can see, there's actually not that much to configure without any plugins.
  3. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  4. # http://wiki.bukkit.org/Bukkit.yml
  5. #
  6. # If you need help on this file, feel free to join us on irc or leave a message
  7. # on the forums asking for advice.
  8. #
  9. # IRC: #spigot @ irc.spi.gt
  10. # (If this means nothing to you, just go to http://irc.spi.gt/iris/?nick=&channels=spigot )
  11. # Forums: http://www.spigotmc.org/forums/help.40/
  12. # Bug tracker: http://www.spigotmc.org/forums/bugs-feature-requests.8/
  13.  
  14.  
  15. settings:
  16. allow-end: true
  17. warn-on-overload: false
  18. permissions-file: permissions.yml
  19. update-folder: update
  20. ping-packet-limit: 100
  21. use-exact-login-location: false
  22. plugin-profiling: false
  23. connection-throttle: -1
  24. query-plugins: true
  25. deprecated-verbose: default
  26. shutdown-message: Server closed
  27. spawn-limits:
  28. monsters: 70
  29. animals: 15
  30. water-animals: 5
  31. ambient: 15
  32. chunk-gc:
  33. period-in-ticks: 300
  34. load-threshold: 300
  35. ticks-per:
  36. animal-spawns: 400
  37. monster-spawns: 1
  38. autosave: 6000
  39. auto-updater:
  40. enabled: false
  41. on-broken:
  42. - warn-console
  43. - warn-ops
  44. on-update:
  45. - warn-console
  46. - warn-ops
  47. preferred-channel: rb
  48. host: dl.bukkit.org
  49. suggest-channels: true
  50. aliases: now-in-commands.yml
  51. database:
  52. username: bukkit
  53. isolation: SERIALIZABLE
  54. driver: org.sqlite.JDBC
  55. password: walrus
  56. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement