Description
AutoEat v1.1.1
Server-side mod that automatically eats food and drinks potions for you when your health gets low. No more dying because you forgot to eat mid-fight.
How it works
The mod watches your health every 500ms. When it drops below your configured threshold, it picks the best food item from your inventory and eats it for you. Cheap food gets used first so you don't waste your good stuff, and potions are saved for when things get really bad. You can also set per-item priority levels (1-5) to control exactly which foods get eaten first.
Features
- Health threshold - choose when auto-eat kicks in (30%, 50%, 70%, 80%, or Full)
- Potion threshold - separate threshold for when potions should be preferred over food (20%, 30%, 40%)
- 5-level priority system - assign priority 1-5 to any food item, or leave it on default. Lower priority items are eaten first, so you always save the good stuff for later
- Instant / Normal eat mode - instant heals right away, normal mode has a 1.5s eating delay
- Combat-only mode - only triggers if you've taken damage in the last 5 seconds
- Cooldown - configurable delay between eats (1s, 2s, 3s, or 5s)
- Block / allow items - block specific items from being auto-eaten, either through the GUI or by holding the item and running a command
- Live search - search bar in the Food and Potions tabs to quickly find items
- Per-player config - every player gets their own settings, saved as JSON
Commands
| Command | Alias | What it does |
|---|---|---|
/autoeat |
/ae |
Opens the settings GUI |
/autoeat toggle |
/ae t |
Toggles auto-eat on/off |
/autoeat settings |
/ae s |
Opens settings GUI |
/autoeat status |
/ae i |
Shows current config in chat |
/autoeat allow |
/ae y |
Allows the food item you're holding |
/autoeat block |
/ae n |
Blocks the food item you're holding |
/autoeat list |
/ae ls |
Lists all blocked items |
Settings GUI
Type /autoeat to open a full settings page with three tabs:
- General - all the toggles, thresholds, eat mode, cooldown
- Food - all 42 food items with priority buttons, block/allow toggles, and a search bar
- Potions - more to be added…
Versions
- v1.1.1 - 5-level priority system, live search in Food/Potions tabs, proper display names, quick block/allow commands for held items, full health threshold option
- v1.1.0 - per-item priority and block/allow in the settings GUI, three-tab layout (General/Food/Potions)
- v1.0.0 - initial release, auto-eat with thresholds, eat modes, cooldown, combat-only, blacklist


