// plugin · v1.2.1
EatAll
One-click consume every food item
v1.2.1
plugin
foodqolui
// price
$2.99
Overview
Adds a togglable EAT ALL button that consumes every food item in the player's inventory and applies the cumulative stat buffs.
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
Toggle the EAT ALL button visibility
eatall.use
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
Toggle button visibility from console
eatall.show
Show the button
eatall.hide
Hide the button
eatall.consume
Internal handler for the button click
Permissions
Grant with oxide.grant <user|group> <permission>.
PermissionGrants
eatall.use
See and use the EAT ALL button
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
AuthorMisfit
Tagsfood, qol, ui
// related