Tested on Spigot-1.16, 1.19, 1.20, 1.20.6, 1.21.
A Minecraft (Bukkit) plugin that allows to create your own fully customizable recipes; presets: craft a mob spawner, many spawn eggs, etc.
The whole idea of this plugin is that YOU can add a recipe you want. For instance, to add a recipe for panda spawn egg from an egg and bamboos, you can modify the config.yaml file.
At first, add a recipe key "PandaSpawnEgg" to the "enabled-recipes" config section. You may choose any name you want for the recipe key, that is not yet present in the config file.
Then, add the recipe key definition to the end of the config file:
PandaSpawnEgg:
name: "Panda Spawn Egg"
recipe:
- BAMBOO BAMBOO BAMBOO
- BAMBOO EGG BAMBOO
- BAMBOO BAMBOO BAMBOO
material: PANDA_SPAWN_EGG
customrecipes reload
- reload config from disk
- Access to 'reload' command:
customrecipes.reload
(default: op)
I will be happy to add some features or fix bugs. My mail: uprial@gmail.com.
- CustomCreatures: Bukkit Dev, GitHub, Spigot
- CustomNukes: Bukkit Dev, GitHub, Spigot
- CustomVillage: Bukkit Dev, GitHub, Spigot
- NastyIllusioner: Bukkit Dev, GitHub, Spigot
- TakeAim: Bukkit Dev, GitHub, Spigot