Bukkit Configuration
The below YAML shows you the structure and default values for bukkit.yml
Click on a leaf node to view the description for that setting.
Static value from converting old versions to the new commands.yml format.
chunk-gc:How long chunks loaded by plugins should last for. Capped by Paper to be 20 ticks (1 second).
settings:Whether to load end-type dimensions.
How long of a delay to enforce between connections from an IP address. Measured in milliseconds since last attempt.
Whether to warn for use of deprecated events. If "default", the warning is printed if annotated with
@Warning(true)
. Ignored if system property paper.alwaysPrintWarningState is true. Valid values are "true", "false", or "default".Minimum plugin api-version. A string containing the server version, ignoring minor part, from 1.13 to 1.20. If below this, or not specified, the plugin is prevented from loading.
File to load server permissions from. Use of this feature has mostly been replaced by permission plugins.
This option does not operate, as it is disabled by a Paper patch.
Whether to send plugins in the GS4 Query protocol response.
The kick message for the player when the server shuts down. The message is formatted with legacy "§" style formatting.
Path to replace new plugin versions with. See Updating Plugins for more information.
Whether to build and save mappings from RGB colors to the closest map palette color.
Allows disabling the "Can't keep up!" message.
spawn-limits:Set the spawn-limits for ambient mobs. This can be overridden by the paper-world config.
Set the spawn-limits for animals. This can be overridden by the paper-world config.
Set the spawn-limits for axolotls. This can be overridden by the paper-world config.
Set the spawn-limits for monsters. This can be overridden by the paper-world config.
Set the spawn-limits for water ambient mobs. This can be overridden by the paper-world config.
Set the spawn-limits for water animals. This can be overridden by the paper-world config.
Set the spawn-limits for water underground creatures. This can be overridden by the paper-world config.
ticks-per:Number of ticks between each ambient mob spawn attempt. Set to -1 to use default.
Number of ticks between each animal spawn attempt. Set to -1 to use default.
Number of ticks between each full auto-save. Set to -1 to disable auto-save.
Number of ticks between each axolotl spawn attempt. Set to -1 to use default.
Number of ticks between each monster spawn attempt. Set to -1 to use default.
Number of ticks between each water-ambient mob spawn attempt. Set to -1 to use default.
Number of ticks between each water-animal spawn attempt. Set to -1 to use default.
Number of ticks between each water-underground-creature spawn attempt. Set to -1 to use default.