SkRecipe is a Skript addon which allows you to handle recipes on your server.
- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.13
- 1.14
- Source Code:
- https://github.com/ShaneBeee/SkRecipe
Features:
- Add custom recipes (including shaped, shapeless, cooking recipes, stone cutting recipes)
- Remove vanilla Minecraft recipes
- Handle locking/unlocking custom and vanilla MC recipes
- Add/Remove custom and vanilla MC recipes to/from knowledge books
Code (Text):command /book:
trigger:
set {_i} to a knowledge book named "&aServer Recipes"
set lore of {_i} to "&7Our server's recipes", " ", "&bRecipe:", "&7 - Cutting oak", "&7 - Cutting birch", "&7 - Cutting spruce", "&7 - Cutting jungle"
add custom recipe "cutting_oak" to {_i}
add custom recipe "cutting_birch" to {_i}
add custom recipe "cutting_spruce" to {_i}
add custom recipe "cutting_jungle" to {_i}
give player 1 of {_i}
Information:
- You can find all syntaxes in the DOCS
- You can find more extensive details on syntaxes in the WIKI
Required Plugins:
- Skript (Tested on Bensku's fork 2.2-beta9)
Versions:
- This addon only supports Spigot 1.13+
- Due to changes in the Spigot API for 1.13, this plugin will NOT support 1.12.2 or below.
Support:
- If you have questions or just need general guidance please use the discussion tab, or you can get help from the community on the Skript-Chat Discord.
- If you found a bug please report them on our GitHub Issue Tracker
- I will NOT respond to PMs so please don't PM me.
![]()

SkRecipe [Skript-Addon] 1.3.2
A Skript addon for handling custom recipes
Recent Updates
- Small Fix [1.3.2] Nov 24, 2019
- Small Fixes [1.3.1] Nov 20, 2019
- Remove Minecraft Recipes [1.3.0] Nov 19, 2019