Advertisement
Guest User

Untitled

a guest
Apr 14th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.38 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: true
  17.   warn-on-overload: true
  18.   permissions-file: permissions.yml
  19.   update-folder: update
  20.   plugin-profiling: false
  21.   connection-throttle: -1
  22.   query-plugins: true
  23.   require-all-plugins: false
  24.   deprecated-verbose: default
  25.   shutdown-message: Server closed
  26.   bungeecord: false
  27.   fetch-skulls: true
  28.   ping-packet-limit: 100
  29.   use-exact-login-location: false
  30.   water-pushes-tnt: false
  31.   legacy-knockback: true
  32. spawn-limits:
  33.   monsters: 70
  34.   animals: 15
  35.   water-animals: 5
  36.   ambient: 15
  37. chunk-gc:
  38.   period-in-ticks: 600
  39.   load-threshold: 0
  40. ticks-per:
  41.   animal-spawns: 400
  42.   monster-spawns: 1
  43.   autosave: 6000
  44. aliases: now-in-commands.yml
  45. database:
  46.   username: bukkit
  47.   isolation: SERIALIZABLE
  48.   driver: org.sqlite.JDBC
  49.   password: walrus
  50.   url: jdbc:sqlite:{DIR}{NAME}.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement