This Minecraft plugin allows server owners to add cooking recipes for an enhanced roleplay experience.
Recipes are shaped, and use the symbols you define in the 'symbols' list of your recipe section.
-
'hungerDecrease' is the number of ticks that the Saturation potion effect lasts for once this item has been consumed. The more filling the item, the longer the effect.
-
'afterEatItem' is the item the player ends up with after consuming the food item (for example: a wooden bowl used in the recipe ingredients can be given back)
-
'textureBase64' is the player head texture to use to represent this food item. Examples can be found on the player head database under food and drink (https://minecraft-heads.com/player-heads/food-drinks). Then search the corresponding username to find the uuid, and then paste that uuid at the end of this url: https://sessionserver.mojang.com/session/minecraft/profile/ The string inside the "value" key of the JSON returned from that URL is what you need to paste in this part of the recipe. (TODO: Automate this process with API calls to automatically retrieve this based on a player uuid)
- USER_GUIDE.md – installation, the craftable foods, and current limitations
- CONFIG.md –
recipes.ymllocation and field reference - COMMANDS.md – command reference
- CONTRIBUTING.md – building the plugin and adding recipes
- CHANGELOG.md – release history
This project was adopted by the Dan's Plugins Community on June 5th, 2022.