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

Trash

Trash process will happens every after put and break process.

Minimum

The minimum item count before getting trashed.

Except

Whitelisted item id so the item is not getting trashed by the bot. See below for item database.

LogosaraItemDatabase/ItemDatabase.lua at main · junssekut/saraItemDatabaseGitHub
Item Database

Example

trash = {
    minimum = 130,
    except = { 7188, 5480 }
}
PreviousRotationNextSeed

Last updated 2 years ago