saraFarm
PricingFeaturesDownloadDiscord Server
  • 💜saraFarm
  • getting started
    • Pricing
    • Showcase
    • Requirements
    • Download
    • Discord Server
  • customizing your configuration
    • Bots Configuration
      • Adding Bot Config
      • Bot Credential
      • Backup Bots
      • Worlds
      • Start From
      • Door Id
      • Webhooks
      • Storage
    • Customizable Configuration
      • Language
      • Parameter
      • Control
      • Proxy
      • Webhook
      • Events
        • onSuspended
        • onPreFarm
        • onPlant
        • onStoringSeed
      • Options
        • Random Row
        • Check Jammed
        • Check Fire
        • Change Bot
        • Put and Break
        • Rotation
        • Trash
        • Seed
        • Pack
        • Rest
        • Login
        • Reconnect
        • Blacklist Tile
        • Random World
        • Random Chat
        • Store Specific
        • Auto Equip
      • General
      • Delays
  • features
    • Auto Login
    • Auto Assign Proxy
    • Language
    • Webhook
    • Auto Equip Items
    • Auto Convert
    • Sweep Harvesting
    • Random Harvesting
    • Snake Processing
    • Random Chat
    • Planting
    • Put and Break
    • Put and Break Animation
    • Rest
    • Quick Decide
    • Adding More Soon
Powered by GitBook
On this page
  1. customizing your configuration
  2. Customizable Configuration
  3. Options

Change Bot

This feature is still in BETA.

You need to specify your backup bot credentials inside your bot config. Backup Bots

World Change

The bot will try to change account every perWorld amount of world done.

Level Up

The bot will try to change account every perLevel level.

Example

changeBot = {
    worldChange = {
        enabled = true,
        perWorld = 1
    },
    
    levelUp = {
        enabled = false,
        perLevel = 1
    }
}
PreviousCheck FireNextPut and Break

Last updated 2 years ago