AutoSell
Tired of manually selling tons of items to villagers? This mod will automatically sell your items as soon as you open the trading GUI, saving your time and effort.
AutoSell configured to sell pumpkins, melons, paper, buy maps and process some custom trades for demonstration
Features
Configurable trades
You can specify which trades to process by simply adding entries to the config (via ModMenu).
Format:
_ => _(single-input trades)_ + _ => _(two-input trades)
Where _ should be an in-game item identifier.
For example:
pumpkin => emerald(one of default one)emerald + compass => filled_mapminecraft:emerald + minecraft:gravel => minecraft:flint
Tip: Press F3 + H to see item identifiers in the inventory.
As you can see, you also can specify a namespace where's the item from. All Minecraft items have a default minecraft namespace and it can be skipped. If you want to process some modded trades with modded items, you must specify the namespace explicitly, e.g. create:cogwheel.
Price control
You don't want to sell really everything, right?.. In my opinion, trading 40 pumpkins for 1 emerald is kinda unprofitable.
That's why AutoSell have 3 (4 with Off) work modes! Here they are:
- Only Real Prices: Sell items only at default prices or lower (e.g. 6 pumpkins => 1 emerald).
- Acceptable Prices: Use the "Acceptable Price Multiplier" field from the config to set a maximum price threshold. (For example, if set to 1.5, a trade costing ≤ 9 pumpkins per emerald would still trigger).
- Any Prices: Speaks for itself. Sells everything with any price. (If trade items match, of course :3)
Villager highlighting
If you have a large tradehall, sometimes you can forget which villager you stopped at after running *somewhere* to refill your inventory. AutoSell can help you even here!
The mod remembers the last processed villager and highlights it by emitting particles. And since v1.1.0 you can customize what particles to use, what shape they will form and how fast they will move!
Keybinds
By default, the mod uses
Rto cyclically switch work mode (Off -> Only Real Prices -> ...)Tto toggle villager highlighting (also can be changed via config menu)
Both keybinds could be changed in Minecraft keybind settings.
Compatibility & Support
- Works with Fabric/Quilt 1.21-1.21.4 and Forge/NeoForge 1.21.4
- Open-source (GPL-3.0)
- Source code can be found here
- Bug reports or feature requests can be made here
Say goodbye to tedious trading - let AutoSell handle the grind!
Notes
- [IMPORTANT] AutoSell hasn't received updates in a long time. I'm currently experiencing some kinda serious problems in my real life and can't finish it anytime soon (including porting to newer and older versions). I'm sorry about this, but I'd be very happy if you could wait for it.
- Other game versions (thinking of 1.18.x-1.21.x support) will be added
soonsome sunny day... - Other translations? You can suggest your translations on GitHub, I'd accept any kind of help.
- I was born to be C++ developer, forced to make silly Minecraft mods, so the code can contain silly bugs.

