Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 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 @ http://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. settings:
  15. allow-end: true
  16. warn-on-overload: true
  17. permissions-file: permissions.yml
  18. update-folder: update
  19. ping-packet-limit: 100
  20. use-exact-login-location: false
  21. plugin-profiling: false
  22. connection-throttle: 4000
  23. query-plugins: true
  24. deprecated-verbose: default
  25. shutdown-message: Server closed
  26. spawn-limits:
  27. monsters: 70
  28. animals: 15
  29. water-animals: 5
  30. ambient: 15
  31. chunk-gc:
  32. period-in-ticks: 600
  33. load-threshold: 0
  34. ticks-per:
  35. animal-spawns: 400
  36. monster-spawns: 1
  37. autosave: 6000
  38. auto-updater:
  39. enabled: true
  40. on-broken:
  41. - warn-console
  42. - warn-ops
  43. on-update:
  44. - warn-console
  45. - warn-ops
  46. preferred-channel: rb
  47. host: http://dl.bukkit.org
  48. suggest-channels: true
  49. aliases: now-in-commands.yml
  50. database:
  51. username: bukkit
  52. isolation: SERIALIZABLE
  53. driver: org.sqlite.JDBC
  54. password: walrus
  55. url: jdbc:sqlite:{DIR}{NAME}.db
  56. worlds:
  57. game:
  58. generator: TerrainControl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement