getTicksPerMonsterSpawns

public static int getTicksPerMonsterSpawns()

Gets the default ticks per monster spawns value.

Example Usage:

  • A value of 1 will mean the server will attempt to spawn monsters every tick.
  • A value of 400 will mean the server will attempt to spawn monsters every 400th tick.
  • A value below 0 will be reset back to Minecraft's default.

Note: If set to 0, monsters spawning will be disabled. We recommend using spawn-monsters to control this instead.

Minecraft default: 1.

Return

the default ticks per monsters spawn value