Rest

Resting option for the bot so it could avoid ban waves.

World

Bot will try to rest per perWorld done by the bot and wait for wait minutes.

Specific

You do not need to set your offset again if your time is West Indonesian Time or WIB as for West Indonesian Time offset is +7.

Bot will try to rest every time the current time is between time off or on, you need to specify your offset if you're not in UTC+7. Check below to check your UTC+ or UTC- value. If you wish to make the bot check every put and break ( by default is every plant ), then set everyPutAndBreak to true.

UTC Time

Rotation

Rotation setting is best for rotation service seller or jastip rotasi. Where you can set how many rotation do you need before the bot will stop and wait itself. For example if you set the rotation to 3 then it will wait for wait minutes after 3 rotation is done, 1 rotation = 1 world list or 14 worlds. Then it would take ( 14*3 ) worlds before the bot wait for wait minutes.

Example

rest = {
    world = {
        enabled = false,
        perWorld = 5,
        wait = 120
    },
    
    specific = {
        enabled = true,
        offset = 7,
        checkPutAndBreak = false,
        
        times = {
            { off = '10:30', '22:00' },
            { off = '24:00', '27:00' }
        }
    },
    
    rotation = {
        enabled = false,
        perRotation = 1,
        wait = 120
    }
}

Last updated