Bukkit Plugin for Server
Supported: Paper, Folia, Purpur, Pufferfish, Spigot, Gale, etc.
Feed your friends directly like a baby bird! No need to drop items on the ground anymore.


Sneak (Shift) + Right-Click on another player with food in your hand to feed them.foods.json.ACTION_BAR (Default), CHAT, or NONE./lyfe help - Show help message./lyfe toggle - Toggle whether you can be fed by others./lyfe reload - Reloads the configuration files./lyfe msgmode <chat|actionbar|none> - Change notification mode instantly./lyfe toggle server - Enable/Disable feeding globally./lyfe toggle mode - Switch between Player-Based and Server-Forced toggle modes.| Permission | Description |
|---|---|
lyfe.use |
Allows feeding other players (Default: true) |
lyfe.toggle |
Allows using /lyfe toggle |
lyfe.exempt |
Prevents others from feeding you (Admin/VIP protection) |
lyfe.admin |
Access to admin commands (reload, server toggle, etc.) |
lyfe.bypass.cooldown |
Bypass feeding cooldown |
lyfe.bypass.world |
Use plugin in disabled worlds |
lyfe.bypass.exempt |
Feed players even if they are exempt or toggled off |
The plugin generates a foods.json file where you can define custom behavior for each item. This allows you to add effects, sounds, particles, or even execute commands!
{
"GOLDEN_APPLE": {
"hunger": 4,
"saturation": 9.6,
"consume": true,
"sound": "ENTITY_PLAYER_BURP",
"particle": "VILLAGER_HAPPY",
"effects": [
{
"type": "REGENERATION",
"duration_seconds": 5,
"amplifier": 1
},
{
"type": "ABSORPTION",
"duration_seconds": 120,
"amplifier": 0
}
],
"commands": [
"say {feeder} just fed {target} a Golden Apple! Yummy!"
]
}
}
Developed by TamKungZ_. Feel free to use this in your server!