Advertisement
EvilNucca

Bukkit.yml Cityworld Generator

Dec 1st, 2012
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.55 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: #bukkit @ esper.net
  10. #    (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
  11. # Forums: http://forums.bukkit.org/forums/bukkit-help.6/
  12. # Twitter: http://twitter.com/Craftbukkit
  13. # Bug tracker: http://leaky.bukkit.org/
  14.  
  15.  
  16. settings:
  17.   allow-end: false
  18.   warn-on-overload: false
  19.   spawn-radius: 1
  20.   permissions-file: permissions.yml
  21.   update-folder: update
  22.   ping-packet-limit: 100
  23.   use-exact-login-location: false
  24.   plugin-profiling: false
  25.   connection-throttle: 4000
  26.   query-plugins: true
  27.   deprecated-verbose: default
  28. spawn-limits:
  29.   monsters: 70
  30.   animals: 15
  31.   water-animals: 5
  32. ticks-per:
  33.   animal-spawns: 400
  34.   monster-spawns: 1
  35.   autosave: 0
  36. auto-updater:
  37.   enabled: true
  38.   on-broken:
  39.  - warn-console
  40.   - warn-ops
  41.   on-update:
  42.  - warn-console
  43.   - warn-ops
  44.   preferred-channel: rb
  45.   host: dl.bukkit.org
  46.   suggest-channels: true
  47. database:
  48.   username: bukkit
  49.   isolation: SERIALIZABLE
  50.   driver: org.sqlite.JDBC
  51.   password: walrus
  52.   url: jdbc:sqlite:{DIR}{NAME}.db
  53. worlds:
  54.   Home:
  55.     generator: CityWorld
  56.   Home1:
  57.     generator: CityWorld
  58.   Home2:
  59.     generator: CityWorld
  60.   Home3:
  61.     generator: CityWorld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement