Storage

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

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

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

Using worlds via URL is needed to be in RAW format.

storage = {
    seed = 'https://rentry.org/exsaraFarmStorageSeed/raw',
    pack = 'https://rentry.org/exsaraFarmStoragePack/raw'
}

Last updated