// plugin · v1.2.1
EatAll
One-click consume every food item
v1.2.1
plugin
foodqolui
// price
$2.99
Overview
Stop hammering E on twenty pumpkins. One click eats everything edible in your inventory and stacks all the buffs at once. Toggleable HUD button per player.
Features
- Adds a togglable EAT ALL button on the HUD
- One click consumes every food item in the player's inventory
- Stat buffs from all eaten items apply cumulatively
- Configurable blacklist of shortnames to skip
- Optional inclusion of belt/hotbar and wear slots
- Auto-hides the button after use or after a timeout
Chat commands
Type these in the in-game chat window (press T).
CommandDoesPermission
/eatall (configurable in EatAll.json → ChatCommand)
Toggle the EAT ALL button visibility for yourself. Run once to show, again to hide.
—
Console commands
Run from the server console or RCON. Most are called by the UI — you rarely need to type them manually.
CommandDoes
eatall.toggle
Same as /eatall
eatall.show
Force the button to show
eatall.hide
Force the button to hide
eatall.consume
Consume every food item in your inventory now and apply the cumulative buffs
Permissions
Grant with oxide.grant <user|group> <permission>.
PermissionGrants
eatall.use
Shows the EAT ALL button and enables the toggle command
Key configuration
Tune in oxide/config/EatAll.json after the plugin loads for the first time.
KeyDefaultWhat it does
MaxPerClick
0
Max items consumed per click; 0 is unlimited
IncludeBelt
true
Also consume food on the belt/hotbar
IncludeWear
false
Also consume food in wear slots like backpacks
Blacklist
[]
Shortnames to skip when eating
AutoHideSeconds
8
Hide the button after this many seconds; 0 never hides
Included with purchase
EatAll.cs— drop intooxide/plugins/orcarbon/plugins/- Lifetime updates — every future version, free
- Discord support from the Shadow Kids Studios community
- Per-server license — use on every server you run
Technical details
IDeatall
Slugeatall
Version1.2.1
Categoryplugin
AuthorShadow Kids Studios
Tagsfood, qol, ui
// related