
FoodSize
The plugin tracks what players eat and automatically changes their size. All edible items in the game affect the player's size - some increase it, some…
⬇ Download on ModrinthFoodSizePlugin
A Minecraft Paper plugin that changes player size based on eaten food!
Functionality
The plugin tracks what food players eat and automatically changes their size. All edible items in the game affect player size - some increase it, some decrease it.
Key features:
- Automatic size change: Every time a player eats food, their size changes
- All food works: Both increasing and decreasing food items are included
- Cumulative effect: Multiple food items stack (can become 30%-500% of normal size)
- Configurable: Food effects can be customized in config.yml
- Custom messages: Text messages can be changed in messages.yml
Commands
/size - Show current size
/size [percent] - Set size in percent (30-500)
/resetsize - Reset size to 100%
/sizereload - Reload configuration
Configuration
config.yml Contains food effects. Each item has a value:
- Positive value = increases size
- Negative value = decreases size
- Zero = no change
Example:
GOLDEN_APPLE: 0.20 # +20% size
APPLE: -0.10 # -10% size
settings:
min-scale: 0.3 # Minimum 30%
max-scale: 5.0 # Maximum 500%
messages.yml Contains customizable text messages that players see when size changes.
How it works
When enabled: Loads configuration files and registers events
Player tracking: When a player eats food, the plugin checks the food type and calculates the new size
Size application: Uses vanilla /attribute command to change player size
Data storage: Current size is stored in memory and persists while player is online
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as food-size-plugin-1.0.0.jar — drop this file into the mods folder
- Download size: 13 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.