EdibleEggs

Please ensure that the file you are downloading is for the correct Bukkit/Spigot version!

Bugs/problems/feature requests? Please file an issue at the Github repository.

Introduction

Have you ever had so many eggs that you just had to throw them away? Have you ever wanted to eat eggs? Even roast them, maybe? Well, this plugin is for you! EdibleEggs is a plugin does what it says on the tin. It adds the ability to roast eggs in a furnace and eat eggs!

This plugin allows you to give players custom effects with a probability when they eat eggs. By default, raw eggs have a chance to afflict Hunger II or Poison on the player. This is configurable with config.yml.

In order to eat an egg, players need to left click while sneaking (shift + left click).

Important note: This plugin will log a warning in the console when a new update is available, but will NOT download the update. This can be turned off in the configuration file, as shown below.

Plugin Configuration Explanations

#Whether or not to notify via console that an update is available (does not download updates)
notifyOnAvailableUpdate: true
#The amount of saturation to restore when a raw egg is eaten
rawEggRestoreSaturation: 0.8
#The amount of hunger to restore when a raw egg is eaten
rawEggRestoreHunger: 1
#The amount of saturation to restore when a roasted egg is eaten
roastedEggRestoreSaturation: 1
#The amount of hunger to restore when a roasted egg is eaten
roastedEggRestoreHunger: 1

#A list of effects that can be given to the player when a raw egg is eaten
#rawEggEffects:
#  <Effect Name>:
#    chance: <integer from 1-100>
#    amplifier: <amplifier>
#    duration: <seconds>
#  <Effect Name>:
#    chance: <integer from 1-100>
#    amplifier: <amplifier>
#    duration: <seconds>
#
#Any amount of effects can be added/removed.
#
#If the chances of all defined effects add up to more than 100, an
#exception is thrown. If the chances add up to less than 100, the
#remainder is the chance that no effect will be applied.
rawEggEffects:
  hunger:
    chance: 40
    amplifier: 2
    duration: 20
  poison:
    chance: 10
    amplifier: 1
    duration: 10

Downloads

Note: Builds not hosted at dev.bukkit.org have NOT been reviewed or approved by BukkitDev staff.

Minecraft Version Latest EdibleEggs Version
1.10 1.1.1
1.9.x 1.1.0
1.8.x 1.0.5
1.7.10 1.0.5 for CB 1.7.10 only

Commands

Command Description Permission
/edibleeggs reload Reloads the configuration file edibleegs.reload

Permissions

Permission Description Default
edibleeggs.* Allows player to utilize every feature of EdibleEggs op
edibleeggs.reload Allows player to reload the plugin configuration op
edibleeggs.eat Allows player to eat eggs true

Reports

Bugs/problems/feature requests? Please file an issue at the Github repository.

Possible TODO

  • Add the ability to add custom effects for roasted eggs

Requests for another plugin? Want me to update an outdated/abandoned plugin? Request it here.

http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png
EdibleEggs by Smiley43210 is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files