2017-05-28 04:20:00 +02:00
|
|
|
# Logs debug output.
|
2017-05-29 03:32:29 +02:00
|
|
|
sneeker.debug (Log debug output) bool false
|
2017-05-28 04:20:00 +02:00
|
|
|
|
2017-05-28 04:14:35 +02:00
|
|
|
# Sets maximum number of spawns that can exist in world.
|
2017-05-29 08:59:59 +02:00
|
|
|
sneeker.spawn_cap (Maximum spawns) int 25
|
2017-05-28 04:14:35 +02:00
|
|
|
|
2017-05-28 04:13:47 +02:00
|
|
|
# Sets possibility for spawn.
|
2017-05-29 11:57:06 +02:00
|
|
|
sneeker.spawn_chance (Spawn chance) int 2
|
2017-05-28 04:13:47 +02:00
|
|
|
|
|
|
|
# Sets frequency of spawn chance.
|
2017-05-29 11:57:56 +02:00
|
|
|
# Default 120 is equivalent to 2 minutes (60 * 2).
|
|
|
|
sneeker.spawn_interval (Spawn interval) int 120
|
2017-05-29 10:00:39 +02:00
|
|
|
|
|
|
|
# Sets the maximum light that a node can have for spawn to occur.
|
2017-05-31 20:53:06 +02:00
|
|
|
sneeker.spawn_maxlight (Max light for spawn) int 5
|