Advertisement
Guest User

bukkit.yml

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