Path: blob/main/stable-download/java/bukkit_command/bukkit.yml
8641 views
# This is the main configuration file for Bukkit.1# As you can see, there's actually not that much to configure without any plugins.2# For a reference for any variable inside this file, check out the bukkit wiki at3# http://wiki.bukkit.org/Bukkit.yml4settings:5allow-end: true6warn-on-overload: true7permissions-file: permissions.yml8update-folder: update9ping-packet-limit: 10010use-exact-login-location: false11plugin-profiling: false12connection-throttle: 400013query-plugins: true14deprecated-verbose: default15shutdown-message: Server closed16spawn-limits:17monsters: 7018animals: 1519water-animals: 520ambient: 1521chunk-gc:22period-in-ticks: 60023load-threshold: 024ticks-per:25animal-spawns: 40026monster-spawns: 127autosave: 028auto-updater:29enabled: true30on-broken:31- warn-console32- warn-ops33on-update:34- warn-console35- warn-ops36preferred-channel: rb37host: dl.bukkit.org38suggest-channels: true39database:40username: bukkit41isolation: SERIALIZABLE42driver: org.sqlite.JDBC43password: walrus44url: jdbc:sqlite:{DIR}{NAME}.db454647