Advertisement
thevipershowita

bukkit.yml

Oct 23rd, 2019
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.20 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. settings:
  15.   allow-end: true
  16.   warn-on-overload: true
  17.   permissions-file: permissions.yml
  18.   update-folder: update
  19.   plugin-profiling: true
  20.   connection-throttle: 4000
  21.   query-plugins: true
  22.   deprecated-verbose: default
  23.   shutdown-message: Server closing.
  24. spawn-limits:
  25.   monsters: 55
  26.   animals: 9
  27.   water-animals: 4
  28.   ambient: 4
  29. chunk-gc:
  30.   period-in-ticks: 600
  31.   load-threshold: 128
  32. ticks-per:
  33.   animal-spawns: 400
  34.   monster-spawns: 4
  35.   autosave: 600000
  36. aliases: now-in-commands.yml
  37. database:
  38.   username: bukkit
  39.   isolation: SERIALIZABLE
  40.   driver: org.sqlite.JDBC
  41.   password: walrus
  42.   url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement