Storage

You must specify your storage world in order for the script to work correctly.

circle-info

If the storage is multi world, then the bot will choose randomly from the list from time to time.

circle-info

The format for storage world is world:id

Example Storage

storage = {
    seed = { 'sekutseed1:seed' },
    pack = { 'sekutpack1:pack' }
}

Example Multi Storage

storage = {
    seed = { 'sekutseed1:seed', 'sekutseed2:seed' },
    pack = { 'sekutpack1:pack', 'sekutpack2:pack' }
}

Example URL Worlds

circle-exclamation
Example URL Storage Seed
Example URL Storage Pack

Last updated