... | ... | @@ -25,7 +25,7 @@ items: |
|
|
Every crafting station needs some basic information provided in the station config file, including the `name` option which corresponds to the GUI name. The `items` config section is used to change some of the GUI items. The `fill` item is the item used to fill remaining GUI slots around the recipe items. The `no-recipe` item is used to fill GUI recipe slots when there are no recipes. The previous config therefore displays that:\
|
|
|
![](https://i.imgur.com/nGXH8GG.png)
|
|
|
|
|
|
## Adding a station recipe
|
|
|
## Creating a crafting recipe
|
|
|
The first step is to create the `recipes` config section inside the station config. You then need to create a config section for your station recipe. The config section name corresponds to the recipe ID, which is only used internally in the plugin. What you put here does not really matter, just **make sure** the different recipes have different recipe IDs.
|
|
|
|
|
|
For this guide, we will be creating a recipe for the steel sword, which requires the player to be at least level 5. The recipe requires two specific player permissions, some steel ingots and vanilla wooden sticks as ingredients.
|
... | ... | |