master
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
16settings:
17 allow-end: true
18 warn-on-overload: true
19 spawn-radius: 0
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
28spawn-limits:
29 monsters: 70
30 animals: 15
31 water-animals: 5
32ticks-per:
33 animal-spawns: 400
34 monster-spawns: 1
35auto-updater:
36 enabled: true
37 on-broken:
38 - warn-console
39 - warn-ops
40 on-update:
41 - warn-console
42 - warn-ops
43 preferred-channel: beta
44 host: dl.bukkit.org
45 suggest-channels: true
46database:
47 username: bukkit
48 isolation: SERIALIZABLE
49 driver: org.sqlite.JDBC
50 password: walrus
51 url: jdbc:sqlite:{DIR}{NAME}.db