Guest User

Untitled

a guest
Dec 10th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 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://www.spigotmc.org/pages/irc/ )
  11. # Forums: http://www.spigotmc.org/
  12. # Bug tracker: http://www.spigotmc.org/go/bugs
  13.  
  14.  
  15. settings:
  16. allow-end: false
  17. warn-on-overload: false
  18. permissions-file: permissions.yml
  19. update-folder: update
  20. plugin-profiling: false
  21. connection-throttle: -1
  22. query-plugins: false
  23. deprecated-verbose: default
  24. shutdown-message: Servidor reiniciando
  25. ping-packet-limit: 10000
  26. use-exact-login-location: false
  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: 0
  39. aliases: now-in-commands.yml
  40. database:
  41. username: bukkit
  42. isolation: SERIALIZABLE
  43. driver: org.sqlite.JDBC
  44. password: walrus
  45. url: jdbc:sqlite:{DIR}{NAME}.db
  46. auto-updater:
  47. enabled: false
  48. on-broken:
  49. - warn-console
  50. - warn-ops
  51. on-update:
  52. - warn-console
  53. - warn-ops
  54. preferred-channel: rb
  55. host: dl.bukkit.org
  56. suggest-channels: false
Add Comment
Please, Sign In to add comment