Spigotmc Bukkit Recipes
Related Searches
Recipe Example | SpigotMC - High Performance Minecraft
1 week ago spigotmc.org Show details
Feb 3, 2019 · SpigotMC - High Performance Minecraft. Home Wiki Spigot Plugin Snippets. Recipe Example. Discussion (0) Page; History; Editors; Recipe Example ... // Finally, add the recipe to …
› Spigot | SpigotMC - High P…
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft …
› CustomRecipes (1.8.x-1.21.…
/crecipe book - Opens the recipe booklet crecipe.reload /crecipe reload - Reloads …
› CustomRecipes | SpigotM…
For instance, to add a recipe for panda from an egg and bamboos, you can modify …
› Recipe (Spigot-API 1.21.4-…
declaration: package
› FurnaceRecipe (Spigot-AP…
declaration: package
› CookingRecipe (Spigot-API 1…
declaration: package
› Bukkit#recipeIterator () not r…
Since you're specifically looking for something like a Smelting enchantment, …
› Recipe Control Edit and creat…
Disable vanilla recipes. Disable recipes added by other plugins; Create custom …
CustomRecipes (1.8.x-1.21.x) || Advanced Recipes Made Easy
2 days ago spigotmc.org Show details
/crecipe book - Opens the recipe booklet crecipe.reload /crecipe reload - Reloads the recipes and configs crecipe.give /crecipe give <player> <recipename> - Gives a player a custom recipe. …
CustomRecipes | SpigotMC - High Performance Minecraft
5 days ago spigotmc.org Show details
Feb 23, 2021 · For instance, to add a recipe for panda from an egg and bamboos, you can modify the config.yaml file: 1. Add a recipe key "PandaSpawnEgg" to the "enabled-recipes" config …
GitHub - Jannyboy11/CustomRecipes: Ingame recipe management …
2 days ago github.com Show details
Inventory menu for viewing all registered recipes; Supports crafting and furnace recipes; Recipes are saved in the NBT format, preserving all item data; Extra types of recipes: Permission …
GitHub - uprial/customrecipes: A Minecraft (Bukkit) plugin that …
1 week ago github.com Show details
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 …
Recipe (Spigot-API 1.21.4-R0.1-SNAPSHOT API)
1 week ago spigotmc.org Show details
declaration: package: org.bukkit.inventory, interface: Recipe. All Methods Instance Methods Abstract Methods
Overview - CustomRecipes - Bukkit Plugins - Projects - Bukkit
1 week ago bukkit.org Show details
Jun 20, 2021 · /cr create <recipename> : Creates a new recipe /cr edit <recipename> : Edits an already existing recipe. /cr enable <recipename>: Enables a recipe. /cr disable <recipename>: …
Recipe Control Edit and create recipes - SpigotMC
2 days ago spigotmc.org Show details
Disable vanilla recipes. Disable recipes added by other plugins; Create custom recipes; Add new recipes for not only crafting table, but furnace, blast furnace, campfire, smoker, stonecutter, …
CookingRecipe (Spigot-API 1.21.4-R0.1-SNAPSHOT API)
1 week ago spigotmc.org Show details
declaration: package: org.bukkit.inventory, class: CookingRecipe. Parameters: key - The unique recipe key result - The item you want the recipe to create. input - The input choices. …
FurnaceRecipe (Spigot-API 1.21.4-R0.1-SNAPSHOT API)
2 weeks ago spigotmc.org Show details
declaration: package: org.bukkit.inventory, class: FurnaceRecipe. Parameters: key - The unique recipe key result - The item you want the recipe to create. source - The input material. …
CustomCrafting | Advanced Custom Recipes - Bukkit
1 week ago bukkit.org Show details
Fixed recipes being consumed, even if the result couldn't be collected to the cursor. Fixed Shaped Crafting Recipes not checking shape bounds correctly. Fixed 1x3 (and possibly more) recipes …
Resource [UPDATED] Creating Custom Brewing Recipes - SpigotMC
3 days ago spigotmc.org Show details
Nov 12, 2020 · Once we create this class, we can start jumping into creating our BrewingRecipe class, where we will have attributes we can set to create our custom brewing recipe easier and …
CustomCrafting | Advanced Custom Recipes - Bukkit
1 day ago bukkit.org Show details
Recipe Book Category Alignment. Added Category Align options to the Recipe Book Config that makes it possible to further customize the Recipe Book main menu. Dynamic main menu …
Bukkit#recipeIterator () not returning all recipes - SpigotMC
1 week ago spigotmc.org Show details
Nov 1, 2019 · Since you're specifically looking for something like a Smelting enchantment, I'd recommend using FurnaceRecipe and not CookingRecipe. Also, to truly check if a recipe is for …
CustomCrafting | Advanced Custom Recipes - Bukkit
1 week ago bukkit.org Show details
Fixed compatibility of Cauldron Recipes with Minecraft 1.17; Fixed shaped crafting recipes not constructing shape when saved. (This prevented them from working right after saving them). …