Remove Minecraft Recipes - ShaneBeee/SkBee GitHub Wiki
Have some recipes on your server you want to remove or override? Well you are just in luck. Let's see how you can remove them.
Here is the basic syntax
remove (mc|minecraft) recipe[s] %strings%
How to remove a recipe:
It's pretty simple:
remove minecraft recipe "cooked_chicken_from_campfire_cooking"
This example will remove the recipe for cooking chicken on a campfire.
Recipes can be removed at any time, but it's best to remove recipes during a server load event, otherwise the recipe will be removed from the player, they will not be able to craft it, but they will still see it in their recipe book.
Special Note:
A recipe is removed from the server only whilst the server is running. This means on restart all recipes will be restored.
If you wish for the recipe to always stay removed from your server, make sure to keep this effect in your code.
If you wish to restore a recipe, simply stop your server, remove the code, and start your server back up.
How to find recipes:
Recipes are stored deep down in the server, but don't worry, they're simple to find. Two methods:
1) You can run the recipe command in game, which will show you all recipes on the server.
/minecraft:recipe give YourName
After typing this command, you will see a list of all recipes on the server, both Minecraft recipes as well as custom recipes.
2) You can find the recipes in the Minecraft.jar itself. Here is how to you do it:
- Locate your minecraft save folder.
- Open up the folder
versions
- Open up the version you are using, ie:
1.14.4
- Unzip the jar file
1.14.4.jar
then go into the1.14.4
folder - Then you want to open up
data/minecraft/recipes
Here you will find all the available recipes for Minecraft.