Advertisement
Guest User

Untitled

a guest
Oct 31st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Bukkit.yml
  2.  
  3.  
  4.  
  5. # This is the main configuration file for Bukkit.
  6. # As you can see, there's actually not that much to configure without any plugins.
  7. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  8. # http://wiki.bukkit.org/Bukkit.yml
  9. #
  10. # If you need help on this file, feel free to join us on irc or leave a message
  11. # on the forums asking for advice.
  12. #
  13. # IRC: #spigot @ irc.spi.gt
  14. # (If this means nothing to you, just go to http://irc.spi.gt/iris/?nick=&channels=spigot )
  15. # Forums: http://www.spigotmc.org/forums/help.40/
  16. # Bug tracker: http://www.spigotmc.org/forums/bugs-feature-requests.8/
  17.  
  18.  
  19. settings:
  20. allow-end: false
  21. warn-on-overload: true
  22. permissions-file: permissions.yml
  23. update-folder: update
  24. ping-packet-limit: 100
  25. use-exact-login-location: false
  26. plugin-profiling: false
  27. connection-throttle: -1
  28. query-plugins: true
  29. deprecated-verbose: default
  30. shutdown-message: Desconectado por Reinicio.
  31. spawn-limits:
  32. monsters: 20
  33. animals: 5
  34. water-animals: 1
  35. ambient: 1
  36. chunk-gc:
  37. period-in-ticks: 300
  38. load-threshold: 300
  39. ticks-per:
  40. animal-spawns: 400
  41. monster-spawns: 2
  42. autosave: -1
  43. auto-updater:
  44. enabled: true
  45. on-broken:
  46. - warn-console
  47. - warn-ops
  48. on-update:
  49. - warn-console
  50. - warn-ops
  51. preferred-channel: rb
  52. host: dl.bukkit.org
  53. suggest-channels: true
  54. aliases: now-in-commands.yml
  55. database:
  56. username: bukkit
  57. isolation: SERIALIZABLE
  58. driver: org.sqlite.JDBC
  59. password: walrus
  60. url: jdbc:sqlite:{DIR}{NAME}.db
  61. worlds:
  62. uhcworld:
  63. generator: TerrainControl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement