Compatibility
Tested on Spigot-1.16, 1.19, 1.20, 1.20.6, 1.21.
Introduction
Create your own fully customizable recipes; presets: craft a mob spawner, many spawn eggs, etc.
Features
The whole idea of this plugin is that YOU can add a recipe you want.
For instance, to add a recipe for spawner, you can modify the config.yaml file.
At first, add a recipe key "Spawner" to the "enabled-recipes" config section:
enabled-recipes:
- Spawner
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:
Spawner:
recipe:
- PORKCHOP CLOCK PORKCHOP
- CLOCK DIAMOND_BLOCK CLOCK
- IRON_BLOCK CLOCK IRON_BLOCK
material: SPAWNER
The recipe will look like:
Existing Spawn Eggs Recipes
![[IMG]](//proxy.spigotmc.org/17e5f354f1da6edb5d020947a4544eabe1137962/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f75707269616c2f637573746f6d726563697065732f6d61737465722f696d616765732f6265655f737061776e5f6567672e706e67)
![[IMG]](//proxy.spigotmc.org/8b977456a456a2e77d968ec2b5eef39738f23a90/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f75707269616c2f637573746f6d726563697065732f6d61737465722f696d616765732f626c617a655f737061776e5f6567672e706e67)
![[IMG]](//proxy.spigotmc.org/62292a3f055996d046369a7138a99779ef71184c/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f75707269616c2f637573746f6d726563697065732f6d61737465722f696d616765732f627265657a655f737061776e5f6567672e706e67)
![[IMG]](//proxy.spigotmc.org/ac619fc57001303e3b0616d8c156ee3a498963d3/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f75707269616c2f637573746f6d726563697065732f6d61737465722f696d616765732f64726f776e65645f737061776e5f6567672e706e67)
![[IMG]](//proxy.spigotmc.org/ba1ad8e502ba444a75ef94c36f048ef69d796540/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f75707269616c2f637573746f6d726563697065732f6d61737465722f696d616765732f656c6465725f677561726469616e5f737061776e5f6567672e706e67)
![[IMG]](//proxy.spigotmc.org/8999c9e8df4153fd91830ee022cbd7330877eaea/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f75707269616c2f637573746f6d726563697065732f6d61737465722f696d616765732f70616e64615f737061776e5f6567672e706e67)
![[IMG]](//proxy.spigotmc.org/c49647e4ad247c569eaad0a10479271c318a994f/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f75707269616c2f637573746f6d726563697065732f6d61737465722f696d616765732f70696c6c616765725f737061776e5f6567672e706e67)
![[IMG]](//proxy.spigotmc.org/0a30367eabca8a6c9c4f9eb0d79e70c96b2baac7/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f75707269616c2f637573746f6d726563697065732f6d61737465722f696d616765732f7a6f6d6269655f737061776e5f6567672e706e67)
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
- CustomBazookas: Bukkit Dev GitHub, Spigot
- CustomCreatures: Bukkit Dev, GitHub, Spigot
- CustomNukes: Bukkit Dev, GitHub, Spigot
- CustomVillage: Bukkit Dev, GitHub, Spigot
- MasochisticSurvival: Bukkit Dev, GitHub, Spigot
- TakeAim: Bukkit Dev, GitHub, Spigot