Compatibility
Tested on Spigot-1.16, 1.19, 1.20, 1.20.6, 1.21.
Introduction
A Minecraft (Bukkit) plugin that allows creating custom recipes
Features
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
Existing Pig Spawner Recipe
Existing Spawn Eggs Recipes
Existing Other Recipes
Commands
customrecipes reload - reload config from disk
Permissions
- Access to 'reload' command: customrecipes.reload (default: op)
Configuration
Default configuration file
Author
I will be happy to add some features or fix bugs. My mail:
[email protected].
Useful links
Related projects
- CustomCreatures: Bukkit Dev, GitHub, Spigot
- CustomDamage: Bukkit Dev, GitHub, Spigot
- CustomNukes: Bukkit Dev, GitHub, Spigot
- CustomVillage: Bukkit Dev, GitHub, Spigot
- NastyIllusioner: Bukkit Dev, GitHub, Spigot
- RespawnLimiter: Bukkit Dev, GitHub, Spigot
- TakeAim: Bukkit Dev, GitHub, Spigot