Advertisement
Guest User

bukkit.yml

a guest
Nov 21st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 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: false
  17. warn-on-overload: true
  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: 4000
  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: 600
  34. load-threshold: 0
  35. enabled: false
  36. ticks-per:
  37. animal-spawns: 400
  38. monster-spawns: 1
  39. autosave: 6000
  40. auto-updater:
  41. enabled: true
  42. on-broken:
  43. - warn-console
  44. - warn-ops
  45. on-update:
  46. - warn-console
  47. - warn-ops
  48. preferred-channel: rb
  49. host: dl.bukkit.org
  50. suggest-channels: true
  51. aliases: now-in-commands.yml
  52. database:
  53. username: bukkit
  54. isolation: SERIALIZABLE
  55. driver: org.sqlite.JDBC
  56. password: walrus
  57. url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement