This is a plugin where you can eat whatever you configure and that item gives you certain effects. On default you can only eat stone, grass, lava buckets, diamond and TnT, but it is very easy to add ANY item in minecraft, along with potion effects, health changes, and custom messages.
COMMANDS
- /eat (will eat the item in the player's hand)
- /eatinfo (will give you a list of effects of the item in your hand)
CONFIGURATION
settings:
message: MMMMmmm That is some tasty <I>! #Default message!
poopmessage: BBBBBBBBbbbbbb Ew.... <P> left!
poopdone: Ahhhh.... that's better!
poopmessagemultiple: 5
DIAMOND:
message: OMNOMNOM You have eaten <I>!
health: 10
hunger: 10
time: 300
level: 5
poopblock:
poop: 172
poops: 30
effects:
- SPEED
- INCREASE_DAMAGE
- DAMAGE_RESISTANCE
- JUMP
- poopmessage is the message displayed when pooping.
- poopdone is the message displayed when done pooping.
- poopmessagemultiple is the number of poops between each message (Example, every 5 poops it will send the player poopmessage).
- DIAMOND is the material (for a full list of materials go here Materials List)
- message is the custom message for that material. <I> will be replaced with the item's name in lowercase (diamond). If you take away message: it * will go to the default message in the settings section
- health is the amount of health ADDED to the eater (2 will be 1 heart). Negative numbers take away health.
- hunger is the amount of foodLevel that is increased (2 will be 1 food). Negative numbers take away health.
- time is the amount of time, in seconds, that the effects last.
- level is the level of the effects.
- If poopblock is in the item, it will do the poopblock addon.
- poop is the ID of the poop you want to use for that item.
- poops is the amount of times the eater poops before it runs out.
- effects will be the list of effects given to the eater (for a full list go here Potion Effects)
PERMISSIONS
- eat.eat (gives access to command /eat)
- eat.info(gives access to command /eatinfo)
- eat.* (gives access to eating ALL food)
- eat.DIAMOND (replace DIAMOND with the item you want the player to have access to eating)