diff --git a/src/config/paper/bukkit.yml b/src/config/paper/bukkit.yml index 71e06bec6..19566e1a4 100644 --- a/src/config/paper/bukkit.yml +++ b/src/config/paper/bukkit.yml @@ -104,49 +104,49 @@ ticks-per: default: "400" description: >- Number of ticks between each passive creature (animal) spawn attempt. - Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit). + Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle). This can be overridden by the [Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_creature). monster-spawns: default: "1" description: >- Number of ticks between each hostile monster spawn attempt. - Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit). + Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle). This can be overridden by the [Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_monster). water-spawns: default: "1" description: >- Number of ticks between each water creature spawn attempt. - Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit). + Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle). This can be overridden by the [Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_water_creature). water-ambient-spawns: default: "1" description: >- Number of ticks between each ambient water mob spawn attempt. - Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit). + Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle). This can be overridden by the [Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_water_ambient). water-underground-creature-spawns: default: "1" description: >- Number of ticks between each underground water creatures spawn attempt. - Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit). + Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle). This can be overridden by the [Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_underground_water_creature). axolotl-spawns: default: "1" description: >- Number of ticks between each axolotl spawn attempt. - Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit). + Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle). This can be overridden by the [Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_axolotls). ambient-spawns: default: "1" description: >- Number of ticks between each ambient mob spawn attempt. - Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Spawn_limit). + Set to -1 to use [the Vanilla default](https://minecraft.wiki/w/Mob_spawning#Spawn_cycle). This can be overridden by the [Paper world config](/paper/reference/world-configuration#entities_spawning_ticks_per_spawn_ambient). autosave: