ManageRecipes
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/GKasparov/ManageRecipes
ManageRecipes is a completely redesigned plugin from the original https://www.spigotmc.org/resources/extrarecipes.82622/ . This plugin allows you to create your OWN custom recipes by adding them to the config. This currently supports all native Minecraft materials.
Config.yml
Code (YAML):recipes:
# Example Recipe (Diamond_Ore). You can create one by adding another subsection of recipes and name it the proper item name in full capital letters.
# You can find the proper names in https://www.minecraft-servers-list.org/id-list/ . Ensure to have all the ingredients fully capitalised.
# Furthermore, the order of the recipe is from left to right as you go down the list of materials. So first three are left to right of first row.
# Then the next 3 are of the second row and so on.
# To Put an empty space in the recipe: Input AIR
DIAMOND_ORE:
- DIAMOND
- COBBLESTONE
- COBBLESTONE
- COBBLESTONE
- COBBLESTONE
- COBBLESTONE
- COBBLESTONE
- COBBLESTONE
- COBBLESTONE
Please follow all instructions as listed on the Config.yml, and everything will work smoothly. For any assistance feel free to contact me on Discord: GKasparov#4564

ManageRecipes 0.1
Create your own custom server recipes!