Minecraft User Guide
Let Your Friend Eating!
Feed other players in Minecraft by interacting with them while holding food.
Overview
Let Your Friend Eating! adds a simple interaction: hold food, right-click another player, and feed them.
Features
- Feed another player with normal food items.
- Track fed and eaten statistics.
- Control global cooldown and server-side enable state.
- Use an in-game config screen through Cloth Config.
Installation
Install Cloth Config API for the same loader and Minecraft version.
Choose the jar for Forge, Fabric, or NeoForge.
Use the matching loader/version build.
Place both files in the mods folder.
Start the game or server and confirm the mod loads.
Usage
Put any supported food item in your main hand.
Stand close enough to interact with another player.
The food is consumed and the target player receives hunger/saturation.
Press F8 by default to open the in-game config menu. The keybind can be changed from Minecraft controls.
Commands
| Command | Permission | Description |
|---|---|---|
| /feedfriend stats | Everyone | Shows your feeding statistics. |
| /feedfriend stats <player> | Everyone | Shows another player statistics. |
| /feedfriend toggle | OP level 2 | Enables or disables the feature on the server. |
| /feedfriend cooldown <ms> | OP level 2 | Sets the global feed cooldown in milliseconds. |
Configuration
The configuration file is config/letyourfriendeating-settings.json.
| Option | Default | Description |
|---|---|---|
| feedFriendEnabled | true | Master switch for the feeding mechanic. |
| globalFeedCooldown | 1000 | Cooldown between feeds in milliseconds. |
| debugEnabled | false | Enables extra debug logging. |
{
"feedFriendEnabled": true,
"globalFeedCooldown": 1000,
"debugEnabled": false
}