onStoringSeed

Triggered every time when your bot is storing seeds.

Keep

If this option is enabled then the bot will keep the seeds inside the world at fixed position ( 0, 0 ), this is useful where you could avoid subserver problem between warping worlds.

Example

onStoringSeed = {
    keep = false
}

Last updated