Advertisement
Guest User

Untitled

a guest
Oct 19th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 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: 750
  24. query-plugins: true
  25. deprecated-verbose: default
  26. shutdown-message: Serwer zamkniety! Zaraz wracamy!
  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. ticks-per:
  36. animal-spawns: 400
  37. monster-spawns: 1
  38. autosave: 6000
  39. auto-updater:
  40. enabled: true
  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: root
  53. isolation: SERIALIZABLE
  54. driver: com.mysql.jdbc.Driver
  55. password: pieprzyk123@
  56. url: jdbc:mysql://localhost/skyblock?characterEncoding=UTF-8
  57. worlds:
  58. world:
  59. generator: PustySwiat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement