Advertisement
codex01

Untitled

Aug 12th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 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: #bukkit @ esper.net
  10. # (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
  11. # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
  12. # Twitter: http://twitter.com/CraftBukkit
  13. # Bug tracker: http://leaky.bukkit.org/
  14.  
  15.  
  16. settings:
  17. allow-end: true
  18. warn-on-overload: true
  19. permissions-file: permissions.yml
  20. update-folder: update
  21. ping-packet-limit: 100
  22. use-exact-login-location: false
  23. plugin-profiling: false
  24. connection-throttle: 4000
  25. query-plugins: true
  26. deprecated-verbose: default
  27. shutdown-message: Der Server wurde gestoppt, komm gleich wieder.
  28. spawn-limits:
  29. monsters: 70
  30. animals: 15
  31. water-animals: 5
  32. ambient: 15
  33. chunk-gc:
  34. period-in-ticks: 600
  35. load-threshold: 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement