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

Events

Settings for any events that happened inside the script.

Still in progress of moving all settings into events.

Example

events = {
    onSuspended = {
        removeAllBot = false,
        changeBot = false,
        removeBot = true
    },
    onPreFarm = {
        minimumSeeds = 98
    },
    onFarming = {
        plant = true
    }
}
PreviousWebhookNextonSuspended

Last updated 2 years ago