Community listing page, reviews here may not be monitored by the author.
Food Timer
No reviews yet
Adds configurable consumption cooldowns to foods, preventing food spamming.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
AI usage disclaimer: This mod was developed with AI-agent assistance using this agent workflow. The project owner reviewed the work during development.
Adds server-enforced consumption cooldowns, with duration tooltips and cooldown overlays in the hotbar and inventory.
By default, only standard Golden Apples and Enchanted Golden Apples receive cooldowns of 1 minute and 5 minutes. Server owners can instead apply one fixed cooldown to every standard food, or scale each food's cooldown by the amount of hunger it restores. Per-item rules become overrides in either all-food mode, and a zero-second rule can exclude an item.
Required on both client and server.
Configuration
The configuration file is config/foodtimer.cfg. Changes require a restart.
Choose one cooldownPolicy:
CONFIGURED_ONLY: Only matchingfoodCooldownsentries receive cooldowns. This is the default and preserves the original behavior.FIXED_ALL_FOODS: Every standard food usesfixedFoodCooldownSeconds, unless afoodCooldownsrule overrides it.SCALED_ALL_FOODS: Every standard food uses restored hunger points multiplied bysecondsPerHungerPoint, unless afoodCooldownsrule overrides it.
Rules use modid:item[:metadata]=seconds. Exact metadata rules win over wildcard rules. Omit metadata or use * to match every variant. Use 0 seconds to exclude a matching item from cooldowns.
general {
S:cooldownPolicy=CONFIGURED_ONLY
I:fixedFoodCooldownSeconds=30
I:secondsPerHungerPoint=5
S:foodCooldowns <
minecraft:golden_apple:0=60
minecraft:golden_apple:1=300
>
B:enableTooltips=true
S:tooltipPrefix=Cooldown:
B:enableDebugLogging=false
}
Examples:
# Override every metadata variant of bread with 20 seconds.
minecraft:bread=20
# Give normal Golden Apples 60 seconds but exclude Enchanted Golden Apples.
minecraft:golden_apple:0=60
minecraft:golden_apple:1=0
The server controls gameplay cooldowns and sends its active policy to connected clients. Each client still controls whether tooltips are visible and what tooltip prefix is displayed.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers