Advertisement
Guest User

Untitled

a guest
Jan 30th, 2020
179
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. # https://www.spigotmc.org/go/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 https://www.spigotmc.org/go/irc )
  11. # Forums: https://www.spigotmc.org/
  12. # Bug tracker: https://www.spigotmc.org/go/bugs
  13.  
  14.  
  15. settings:
  16. minimum-api: none
  17. allow-end: true
  18. warn-on-overload: true
  19. permissions-file: permissions.yml
  20. update-folder: false
  21. plugin-profiling: false
  22. connection-throttle: 4000
  23. query-plugins: false
  24. deprecated-verbose: default
  25. shutdown-message: Server Closed or Restarting
  26. ping-packet-limit: 100
  27. use-exact-login-location: false
  28. spawn-limits:
  29. monsters: 45
  30. animals: 8
  31. water-animals: 2
  32. ambient: 3
  33. chunk-gc:
  34. period-in-ticks: 300
  35. load-threshold: 300
  36. ticks-per:
  37. animal-spawns: 400
  38. monster-spawns: 3
  39. autosave: 12000
  40. aliases: now-in-commands.yml
  41. database:
  42. username: bukkit
  43. isolation: SERIALIZABLE
  44. driver: org.sqlite.JDBC
  45. password: walrus
  46. url: jdbc:sqlite:{DIR}{NAME}.db
  47. worlds:
  48. Nova Rigel:
  49. generator: VoidGenerator
  50. bskyblock_world:
  51. generator: BentoBox
  52. bskyblock_world_nether:
  53. generator: BentoBox
  54. bskyblock_world_the-end:
  55. generator: BentoBox
  56. KitPvP:
  57. generator: VoidGenerator
  58. OPPvP:
  59. generator: VoidGenerator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement