||MoreUses_Food||MUF adds cool actions and effects to those food you never use in the game.
Easy to config. You can change the default items provided with your own choices, just modify the item_names in the config.yml.
The plugin uses vanilla items as stews, berries, etc.
The only thing to remember is that duration times must be given in miliseconds.
PERMS:
muf.admin - Reload Config File
The only command provided is /rlmuf to reload the config file.
Code (Text):
#
#******* BREZAH TALLER *******#
# Some items in Vanilla Minecraft are less used than others by most players because the lack of functionality.
# MoreUses_Food adds cool actions and effects to those items so you find them interesting and useful.
#*****************************#
#
version: 10 #Don't change this number
Discord: "https://discord.gg/JprJtzyjSW"
#----------------#
# GENERAL CONFIG #
#----------------#
# If you don't want to use some feature, just type "" in the item field.
#
#feature:
# item: ""
# duration: 1000
#
# Specify the item to...
#
# consume and reset insomnia time. Default: mushroom_stew
# No more need to reset your respawn point clicking on a bed.
# Just eat a delicious soup and Phantoms will leave you alone.
insomnia:
item: mushroom_stew
# Consume and glow. Default: glow_berries.
# Nights and caves too dark? You can become a glowing star!!
# Glow berries will shine through your own flesh to illuminate your way.
# Duration of the effect in miliseconds. 1000ms = 1s
bettervision:
item: glow_berries
duration: 10000
# Consume and get Lucky. Default: rabbit_stew
# I'm over-due, I'm in a rabbit stew. Can't even say good-bye, Hello, I'm late, I'm late, I'm late.
# Don't be late anymore, It's time to get lucky and open a chest!!!
# Duration of the effect in miliseconds. 1000ms = 1s
lucky:
item: rabbit_stew
duration: 10000
# Consume and get Mining Power. Default: rabbit_stew
# Don't have a beacon? You only need to be hungry and eat this delicious meal.
# Get the full power of your pickaxe.
# Duration of the effect in miliseconds. 1000ms = 1s. The default vanilla value is 30000 (30secs)
miningpower:
item: beetroot_soup
duration: 30000
# Consume and get the "Talaria". Default: apple
# Roses are red and Violets are blue, Zombies are hungry and coming after you.... RUN!!!
# Hermes's sandals will boost your steps so you get to that place faster than their heads... wait, what?!
# Duration of the effect in miliseconds. 1000ms = 1s. The default value is 15000 (15secs)
talaria:
item: apple
duration: 15000
# Consume and get the spirit of the foxes. Default: sweet_berries
# Thorns and spikes will be your best allies...
# ... at least for a while.
# Duration of the effect in miliseconds. 1000ms = 1s. Default value is 30000 (30secs)
foxylize:
item: sweet_berries
duration: 30000
# Consume and you will turn into a fish. Default: dried_kelp
# “You has to eat this, sir! … Right before you go into the water, sir – Gillyweed! … It will make you breathe underwater, sir!” (Harry Potter and the Goblet of Fire, J.K. Rowling)
# Duration of the effect in miliseconds. 1000ms = 1s. Default value is 30000 (30secs)
gillyweed:
item: dried_kelp
duration: 30000