Filters and Settings
Profit Filters
Skip Filters
skip: {
lowProfit: 1000000, // Skip < 1M profit
profitThreshold: 5000000, // Auto-buy > 5M profit
cosmetics: true, // Skip cosmetics
finderTypes: ["SNIPER", "USER", "FLIPPER", "STONKS", "TFM"]
}
## Relist Filters
```javascript
doNotRelist: {
items: ["Item Name"], // Specific items
minProfit: 1000000, // Don't relist if < 1M profit
tags: ["VERY_SPECIAL", "PET"], // Don't relist by tag
finders: ["STONKS", "USER"] // Don't relist by finder
}Pricing Strategies
Advanced Options
In-Game Filter Commands
Strategy Examples
Adjusting Filters
Last updated
Was this helpful?