summaryrefslogtreecommitdiffstats
path: root/src/main/resources/configurations/bukkit.yml
blob: 3665b925b01232d59092ab46bf0c139bcd3ad3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This is the main configuration file for Bukkit.
# As you can see, there's actually not that much to configure without any plugins.
# For a reference for any variable inside this file, check out the bukkit wiki at
# http://wiki.bukkit.org/Bukkit.yml
# 
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
# 
# IRC: #bukkit @ esper.net
#    (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
# Forums: http://forums.bukkit.org/forums/bukkit-help.6/
# Twitter: http://twitter.com/Craftbukkit
# Bug tracker: http://leaky.bukkit.org/


settings:
    allow-end: true
    warn-on-overload: true
    spawn-radius: 16
    permissions-file: permissions.yml
    update-folder: update
    ping-packet-limit: 100
    use-exact-login-location: false
    plugin-profiling: false
ticks-per:
    animal-spawns: 400
    monster-spawns: 1
auto-updater:
    enabled: true
    on-broken: [warn-console, warn-ops]
    on-update: [warn-console, warn-ops]
    preferred-channel: rb
    host: dl.bukkit.org
aliases:
#    icanhasbukkit:
#    - version
database:
    username: bukkit
    isolation: SERIALIZABLE
    driver: org.sqlite.JDBC
    password: walrus
    url: jdbc:sqlite:{DIR}{NAME}.db