Minecraft User Guide

Let Your Friend Eating!

Feed other players in Minecraft by interacting with them while holding food.

ForgeFabricNeoForgeCloth Config

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

Required dependency

Install Cloth Config API for the same loader and Minecraft version.

1
Download the mod

Choose the jar for Forge, Fabric, or NeoForge.

2
Download Cloth Config

Use the matching loader/version build.

3
Install both jars

Place both files in the mods folder.

4
Launch

Start the game or server and confirm the mod loads.

Usage

1
Hold food

Put any supported food item in your main hand.

2
Target a player

Stand close enough to interact with another player.

3
Right-click

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

CommandPermissionDescription
/feedfriend statsEveryoneShows your feeding statistics.
/feedfriend stats <player>EveryoneShows another player statistics.
/feedfriend toggleOP level 2Enables or disables the feature on the server.
/feedfriend cooldown <ms>OP level 2Sets the global feed cooldown in milliseconds.

Configuration

The configuration file is config/letyourfriendeating-settings.json.

OptionDefaultDescription
feedFriendEnabledtrueMaster switch for the feeding mechanic.
globalFeedCooldown1000Cooldown between feeds in milliseconds.
debugEnabledfalseEnables extra debug logging.
{
  "feedFriendEnabled": true,
  "globalFeedCooldown": 1000,
  "debugEnabled": false
}