Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
foodeffect
PluginCC-BY-NC-ND-4.0

foodeffect

Eating any type of food in Minecraft will give random potion effect

739
Downloads
2
Followers
1 years ago
Updated
📦
4
Versions
foodmagicbukkitpaperpurpurspigot
Download Latestv4.1View on Modrinth

📖About foodeffect

Eating any type of food in Minecraft will give random potion effect

info:- I will only continue this plugin if it gets enough attention & is useful (in case there is another good plugin came)

Features

  • No lag
  • permission-based
  • easy to use
  • good for UHC,mini-game server may be survival
  • all types of food have supported a total of 40 types
  • fully config able
  • Now supports Oraxen and ItemAdder!!

List of food Supported:-

  • cooked mutton
  • cooked porkchop
  • cooked chicken
  • steak
  • cooked cod
  • cooked rabbit
  • cooked salmon
  • baked potato
  • raw beef
  • raw mutton
  • raw cod
  • raw salmon
  • raw chicken
  • raw porkchop
  • raw rabbit
  • tropical fish
  • spider eye
  • enchanted golden apple
  • golden apple
  • apple
  • dried kelp
  • golden carrot
  • pumpkin pie
  • rotten flesh
  • mushroom stew
  • suspicious stew
  • beetroot stew
  • rabbit stew
  • pufferfish
  • cookie
  • chorus fruit
  • carrot
  • potato
  • Poisonous Potato
  • bread
  • melon slice
  • sweet berries
  • glow berries
  • beetroot

Permission

  • fe.food or (per food perms)
  • fe.admin

Installation

  • download the plugin from the spigot page
  • then put it in the plugins folder
  • restart
  • enjoy

Donators

  • MCbasement - $50
Config
#plugin by portal
# donot leave effect empty..
food:
  # cooked food
  enabled: true
  cooked_mutton:
    perms: 'fe.cooked_mutton'  #or fe.food
    effect: 
      - 'GLOWING'
      - 'FIRE_RESISTANCE'
    effectlist:
      GLOWING:
        chance: 75
        duration: 300
        amplifier: 3
      FIRE_RESISTANCE:
        chance: 25
        duration: 200
        amplifier: 4
    duration: 200
    amplifier: 3
    chance: 100
  cooked_porkchop: 
    effect: 
      - 'ABSORPTION'
    duration: 200
    amplifier: 3
    chance: 75
  cooked_salmon: 
    chance: 75
    effect: 
      - 'UNLUCK'
    duration: 200
    amplifier: 3
  steak:
    chance: 75
    effect: 
      - 'BAD_OMEN'
    duration: 200
    amplifier: 3
  baked_potato:
    chance: 75
    effect: 
      - 'BLINDNESS'
    duration: 200
    amplifier: 3
  cooked_chicken: 
    chance: 75
    effect: 
      - 'CONDUIT_POWER'
    duration: 200
    amplifier: 3
  cooked_cod: 
    chance: 75
    effect: 
      - 'DOLPHINE_GRACE'
    duration: 200
    amplifier: 3
  cooked_rabbit: 
    effect: 
      - 'FIRE_RESISTANCE'
    duration: 200
    amplifier: 3
#raw food
  potato: 
    effect: 
      - 'GLOWING'
      - 'FIRE_RESISTANCE'
    effectlist:
      GLOWING:
        chance: 75
        duration: 300
        amplifier: 3
      FIRE_RESISTANCE:
        chance: 25
        duration: 200
        amplifier: 4
  raw_beef:
    chance: 75
    effect: 
      - 'HASTE'
    duration: 200
    amplifier: 3
  raw_chicken:
    chance: 75 
    effect: 
      - 'HEALTH_BOOST'
    duration: 200
    amplifier: 3
  raw_mutton: 
    chance: 75
    effect: 
      - 'HERO_OF_THE_VILLAGE'
    duration: 200
    amplifier: 3
  raw_porkchop: 
    chance: 75
    effect: 
      - 'HUNGER'
    duration: 200
    amplifier: 3
  raw_rabbit: 
    chance: 75
    effect: 
      - 'INSTANT_DAMAGE'
    duration: 200
    amplifier: 3
  raw_cod: 
    chance: 75
    effect: 
      - 'INSTANT_HEALTH'
    duration: 200
    amplifier: 3
  raw_salmon: 
    chance: 75
    effect: 
      - 'INVISIBILITY'
    duration: 200
    amplifier: 3
#items
  enchanted_golden_apple: 
    chance: 75
    effect: 
      - 'JUMP_BOOST'
    duration: 200
    amplifier: 3
  golden_apple: 
    chance: 75
    effect: 
      - 'LEVITATION'
    duration: 200
    amplifier: 3
  apple: 
    chance: 75
    effect: 
      - 'LUCK'
    duration: 200
    amplifier: 3
  golden_carrot: 
    chance: 75
    effect: 
      - 'MINING_FATIGUE'
    duration: 200
    amplifier: 3
  beetroot: 
    chance: 75
    effect: 
      - 'SPEED'
    duration: 200
    amplifier: 3
  beetroot_soup: 
    chance: 75
    effect: 
      - 'NAUSEA'
    duration: 200
    amplifier: 3
  bread: 
    chance: 75
    effect: 
      - 'NIGHT_VISION'
    duration: 200
    amplifier: 3
  golden_carrot: 
    chance: 75
    effect: 
      - 'POISON'
    duration: 200
    amplifier: 3
  carrot: 
    chance: 75
    effect: 
      - 'REGENERATION'
    duration: 200
    amplifier: 3
  mushroom_stew: 
    chance: 75
    effect: 
      - 'RESISTANCE'
    duration: 200
    amplifier: 3
  rabbit_stew: 
    chance: 75
    effect: 
      - 'SATURATION'
    duration: 200
    amplifier: 3
  suspicious_stew: 
    chance: 75
    effect: 
      - 'SLOW_FALLING'
    duration: 200
    amplifier: 3
  chorus_fruit: 
    chance: 75
    effect: 
      - 'SLOWNESS'
    duration: 200
    amplifier: 3
  dried_kelp: 
    chance: 75
    effect: 
     - 'SPEED'
    duration: 200
    amplifier: 3
  melon_slice: 
    chance: 75
    effect: 
      - 'STRENGTH'
    duration: 200
    amplifier: 3
  poisonous_potato: 
    chance: 75
    effect: 
      - 'WATER_BREATHING'
    duration: 200
    amplifier: 3
  pimpkin_pie: 
    chance: 75
    effect: 
      - 'SPEED'
    duration: 200
    amplifier: 3
  sweet_berries: 
    chance: 75
    effect: 
      - 'WEAKNESS'
    duration: 200
    amplifier: 3
  cookie: 
    chance: 75
    effect: 
      - 'WITHER'
    duration: 200
    amplifier: 3
  glow_berries: 
    chance: 75
    effect: 
      - 'SPEED'
    duration: 200
    amplifier: 3
  honey_bottle:
    chance: 75 
    effect: 
      - 'SPEED'
    duration: 200
    amplifier: 3
  rotten_flesh: 
    chance: 75
    effect: 
      - 'SPEED'
    duration: 200
    amplifier: 3
  spider_eye: 
    chance: 75
    effect: 
      - 'SPEED'
    duration: 200
    amplifier: 3
  tropical_fish: 
    chance: 75
    effect: 
      - 'SPEED'
    duration: 200
    amplifier: 3
  acorn:
    chance: 75
    effect: 
      - 'SPEED'
    duration: 200
    amplifier: 3
  random:
    enabled: false
    food:
      - 'COOKED_MUTTON'
      - 'COOKED_PORKCHOP'
      - 'COOKED_CHICKEN'
      - 'STEAK'
      - 'COOKED_COD'
      - 'COOKED_RABBIT'
      - 'COOKED_SALMON'
      - 'BACKED_POTATO'
      - 'RAW_BEEF' 
      - 'RAW_MUTTON'
      - 'RAW_COD'
      - 'RAW_SALMON'
      - 'RAW_CHICKEN'
      - 'RAW_PORKCHOP'
      - 'RAW RABBIT'
      - 'TROPICAL FISH'
      - 'SPINDER EYE'
      - 'ENCHANTED GOLDEN APPLE'
      - 'GOLDEN APPLE'
      - 'APPLE'
      - 'DRIED_KLEP'
      - 'GOLDEN_CARROT'
      - 'PUMKIN_PIE'
      - 'ROTTEN_FLESH'
      - 'MUSHROOM_STEW'
      - 'SUSPICIOUS_STEW'
      - 'BEETROOT_STEW'
      - 'RABBIT_STEW'
      - 'PUFFERFISH'
      - 'COOKIE'
      - 'CHORUS_FRUIT'
      - 'CARROT'
      - 'POTATO'
      - 'POISONOUS_POTATO'
      - 'BREAD'
      - 'CAKE'
      - 'MELON_SLICE'
      - 'SWEET_BERRIES'
      - 'GLOW_BERRIES'
      - 'BEETROOT'
    chance: 75
    effect: 
      - 'SPEED'
      - 'WATER_BREATHING'
      - 'REGENERATION'
    duration: 
      - 200
      - 100
    amplifier: 
      - 3
      - 1

Disclaimer

you are welcome to suggest any changes plugin is new and in beta not suggested for production have any problems please come to the discussion section of the plugin or dm in discord

👥 Team & Contributors

Portal2001
Portal2001Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.131.13.11.13.21.141.14.11.14.21.14.31.14.4+27 more

🔗 Links

Modrinth Page