Craftable-Schematics

Plugin that allows you to add recipes for items that when used later will paste a schematic.

209

Quick challenge

How far can you run before the mobs catch you?

Craftable-Schematics

Plugin that allows you to add recipes for items that when used later will paste a schematic.

Configuration ===

Recipe IDs --- Recipe IDs must be unique and must use only lowercase letters, digits, dots, hyphens, underscores and forward slashes.

Create a new shaped recipe --- 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`.

Create a new shapeless recipe --- 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.

Item format --- All items (i.e. `recipe_items` and `recipe_result`s 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.

ADS