Advertisement
Guest User

bukkit.yml

a guest
Mar 20th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.11 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. chunk-gc:
  16.   period-in-ticks: 300
  17. settings:
  18.   minimum-api: none
  19.   allow-end: true
  20.   warn-on-overload: true
  21.   permissions-file: permissions.yml
  22.   update-folder: update
  23.   plugin-profiling: false
  24.   connection-throttle: 4000
  25.   query-plugins: false
  26.   deprecated-verbose: default
  27.   shutdown-message: DKServer läks taaskäivitusele. Oleme varsti avatud. Vabandame!
  28. spawn-limits:
  29.   monsters: 30
  30.   animals: 7
  31.   water-animals: 2
  32.   ambient: 1
  33. ticks-per:
  34.   animal-spawns: 400
  35.   monster-spawns: 40
  36.   autosave: 6000
  37. aliases: now-in-commands.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement