Block Spawn Delay
Specify the amount of time, in seconds, to wait before spawning a block. You can set it to values such as 1 or 0.1, etc. if you put negative number it will be set to 0.1
config.delay = 0.5Example
Changing to spawn block after 1 second
config.delay = 1Changing to spawn block after 0.75 second
config.delay = 0.75Last updated