CustomCraft allows server administrators to create custom crafting recipes
directly in-game using an intuitive GUI — no config files needed!
## Features
- /fc newcraft <name> — Opens a crafting GUI to create a new recipe
- /fc delete <name> — Deletes a recipe by name
- /fc list — Shows all registered custom recipes
- NBT data support — Items with NBT tags are saved correctly
- In-game recipe book — Players can browse custom recipes via the crafting table book
- Duplicate name protection — If a recipe with the same name exists, the old one is replaced by the new one
## Commands
| Command | Description |
|---|---|
| /fc newcraft <name> | Open GUI and create a new recipe |
| /fc delete <name> | Delete a recipe by name |
| /fc list | List all custom recipes |
## Notes
- Recipe names are unique. Adding a new recipe with an existing name will overwrite the old one.
- Make sure to use distinct names for each recipe!