Advertisement
Guest User

bukkit.yml

a guest
Dec 5th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. settings:
  2. allow-end: false
  3. warn-on-overload: true
  4. permissions-file: permissions.yml
  5. update-folder: update
  6. plugin-profiling: false
  7. connection-throttle: 0
  8. query-plugins: true
  9. deprecated-verbose: default
  10. shutdown-message: |-
  11. ยง8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  12. ยง7Serwer zostal wylaczony,
  13. ยง7sprobuj wbic ponownie za 3 minuty!
  14. ยง8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  15. spawn-limits:
  16. monsters: 50
  17. animals: 12
  18. water-animals: 3
  19. ambient: 4
  20. chunk-gc:
  21. period-in-ticks: 300
  22. load-threshold: 300
  23. ticks-per:
  24. animal-spawns: 400
  25. monster-spawns: 3
  26. autosave: 3000
  27. aliases: now-in-commands.yml
  28. database:
  29. username: bukkit
  30. isolation: SERIALIZABLE
  31. driver: org.sqlite.JDBC
  32. password: walrus
  33. url: jdbc:sqlite:{DIR}{NAME}.db
  34. worlds:
  35. spawn:
  36. generator: VoidGenerator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement