Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/config/paper/bukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down