Advertisement
Guest User

Untitled

a guest
Feb 5th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. BUKKIT.YML
  2.  
  3. settings:
  4. allow-end: false
  5. warn-on-overload: true
  6. permissions-file: permissions.yml
  7. update-folder: update
  8. ping-packet-limit: 100
  9. use-exact-login-location: false
  10. plugin-profiling: true
  11. connection-throttle: -1
  12. query-plugins: true
  13. deprecated-verbose: default
  14. shutdown-message: Desconectado por Reinicio.
  15. spawn-limits:
  16. monsters: 1
  17. animals: 1
  18. water-animals: 1
  19. ambient: 1
  20. chunk-gc:
  21. period-in-ticks: 300
  22. load-threshold: 300
  23. ticks-per:
  24. animal-spawns: -1
  25. monster-spawns: -1
  26. autosave: -1
  27. auto-updater:
  28. enabled: true
  29. on-broken:
  30. - warn-console
  31. - warn-ops
  32. on-update:
  33. - warn-console
  34. - warn-ops
  35. preferred-channel: rb
  36. host: dl.bukkit.org
  37. suggest-channels: true
  38. aliases: now-in-commands.yml
  39. database:
  40. username: bukkit
  41. isolation: SERIALIZABLE
  42. driver: org.sqlite.JDBC
  43. password: walrus
  44. url: jdbc:sqlite:{DIR}{NAME}.db
  45. worlds:
  46. uhcworld:
  47. generator: TerrainControl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement