Guest User

Untitled

a guest
Nov 4th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.15 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.   allow-end: true
  17.   warn-on-overload: true
  18.   permissions-file: permissions.yml
  19.   update-folder: update
  20.   plugin-profiling: false
  21.   connection-throttle: 4000
  22.   query-plugins: true
  23.   deprecated-verbose: default
  24.   shutdown-message: Server closed
  25.   minimum-api: none
  26. spawn-limits:
  27.   monsters: 70
  28.   animals: 10
  29.   water-animals: 15
  30.   water-ambient: 20
  31.   ambient: 15
  32. chunk-gc:
  33.   period-in-ticks: 600
  34. ticks-per:
  35.   animal-spawns: 400
  36.   monster-spawns: 1
  37.   water-spawns: 1
  38.   water-ambient-spawns: 1
  39.   ambient-spawns: 1
  40.   autosave: 6000
  41. aliases: now-in-commands.yml
  42.  
Add Comment
Please, Sign In to add comment