Adding Bot Config
Example Using bots[#bots + 1]
bots[#bots + 1] = {
credential = {
name = 'botsekut1',
password = 'sekut'
},
backup = { 'botsekutbackup1:sekut', 'botsekutbackup2:sekut' },
worlds = {
'worldsekut1',
'worldsekut2-3'
},
startFrom = 0,
id = 'sekut',
webhooks = {
status = 'https://discord.com/api/webhooks/etc',
seed = 'https://discord.com/api/webhooks/etc2',
pack = 'https://discord.com/api/webhooks/etc3'
},
storage = {
seed = { 'sekutseed1:seed' },
pack = { 'sekutpack1:seed' }
}
}
bots[#bots + 1] = {
credential = {
name = 'botsekut2',
password = 'sekut'
},
backup = { 'botsekutbackup3:sekut', 'botsekutbackup4:sekut' },
worlds = {
'worldsekut4',
'worldsekut5-16'
},
startFrom = 0,
id = 'sekut',
webhooks = {
status = 'https://discord.com/api/webhooks/etc',
seed = 'https://discord.com/api/webhooks/etc2',
pack = 'https://discord.com/api/webhooks/etc3'
},
storage = {
seed = { 'sekutseed1:seed' },
pack = { 'sekutpack1:seed' }
}
}Example Using bots[1], bots[2]
Last updated