Plugin that allows you to add recipes for items that when used later will paste a schematic.
Plugin that allows you to add recipes for items that when used later will paste a schematic.
Recipe IDs must be unique and must use only lowercase letters, digits, dots, hyphens, underscores and forward slashes.
Shaped recipes like the name suggests must have the exact same shape in the crafting table.
Use single letters in the recipe_shape field and later assign items to the letters in recipe_items.
Shapeless recipes on the other hand completely ignore the shape the player put in the crafting table and just require the amount of items to be used to be the same. Set recipe_shape to null and in recipe_items add your items while making sure the item's key stays unique.
All items (i.e. recipe_items and recipe_results use a serialized format.
To obtain this format you can use the built-in command /item-serializer serialize to get the serialized string of the item in your hand and /item-serializer deserialize <base64> to give yourself an item that's serialized in the Base64 provided.