Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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: Server closed
  28. spawn-limits:
  29. monsters: 70
  30. animals: 15
  31. water-animals: 5
  32. ambient: 15
  33. chunk-gc:
  34. enabled: false
  35. period-in-ticks: 600
  36. load-threshold: 0
  37. ticks-per:
  38. animal-spawns: 400
  39. monster-spawns: 1
  40. autosave: 6000
  41. auto-updater:
  42. enabled: false
  43. on-broken:
  44. - warn-console
  45. - warn-ops
  46. on-update:
  47. - warn-console
  48. - warn-ops
  49. preferred-channel: rb
  50. host: dl.bukkit.org
  51. suggest-channels: true
  52. aliases: now-in-commands.yml
  53. database:
  54. username: bukkit
  55. isolation: SERIALIZABLE
  56. driver: org.sqlite.JDBC
  57. password: walrus
  58. url: jdbc:sqlite:{DIR}{NAME}.db
  59. worlds:
  60. ASkyBlock:
  61. generator: ASkyBlock
  62. world-settings:
  63. the_end:
  64. enabled: true
  65. nether:
  66. enabled: true
  67. dreamworld:
  68. enabled: true
  69. torment:
  70. enabled: true
  71. mirror:
  72. enabled: true
  73. wyvernend:
  74. enabled: true
  75. outer:
  76. enabled: true
  77. bedrock:
  78. enabled: true
  79. surfacebop:
  80. enabled: true
  81. ASkyBlock:
  82. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement