Hey there, I have put another plugin together just for you people, this one was made within 2 hours. Check the source code if you think it is just lazy work. This plugin will allow you to instantly consume any item. For example, if you were to host a hunger-games server and you would want to make people able to eat mushroom-stews in return for effects such as regeneration then you can set such up by tweaking the configuration file minimally, there is even some documentation included. You can also setup permissions and cooldowns. Check the configuration file bellow.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Source Code:
- https://github.com/KvinneKraft
- Contributors:
- Dashie, KvinneKraft, ME
[config.yml]
Now, if you do come across any issues or perhaps have any type of suggestions related to this plugin then please contact me at [email protected] about the matter.Code (YAML):
# Author: Dashie
# Version: 1.0
startup-properties:
auto-reload: true
reload-interval: 10
plugin-properties:
# (type) specifies the material type that
# can be instantly consumed.
#
# (cooldown) specifies the cooldown per consumption
# of the item specified. Set to 0 to disable.
#
# (food-bars) specifies the amount of food
# bars one will gain upon consumption. Set
# to 0 to disable.
#
# (permission) specifies the permission required
# for consumption of the item specified. Set
# to 0 to disable.
#
# (effects) specifies the effects that will be
# applied upon consumption. May be useful for
# mush stews and enchanted golden apples. Works
# for any item specified by name.
# FORMAT: <EFFECT TYPE> <AMPLIFIER> <DURATION (in seconds)>
quick-consumables:
1:
item:
type: STICK
cooldown: 5
food-bars: 3
permission: none
effects:
- 'INCREASE_DAMAGE 1 10'
- 'SPEED 1 10'
Blessed be you all )o(
-Dashie

QuickEatX [1.16x] 1.0
Setup instantly consumable items with effects!