Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Links
Tags
Creators
Details
EzGaps & EzWebs (EzRecipes)
A modern, lightweight crafting overhaul plugin for Paper, Purpur, and Spigot 1.21+.
Easily create, customize, and manage custom shaped crafting recipes directly in-game through an intuitive visual GUI editor, or configure them through a clean, human-friendly config.yml.
Default Recipes
Golden Apple

Cobweb

Commands & Permissions
Commands
| Command | Description |
|---|---|
/ezrecipes or /ezrecipes gui |
Opens the recipe browser menu |
/ezrecipes edit |
Opens the visual 3x3 GUI editor for a recipe |
/ezrecipes create |
Opens a blank editor to create a new recipe |
/ezrecipes toggle |
Toggles a recipe enabled or disabled |
/ezrecipes delete |
Permanently deletes a recipe |
/ezrecipes reload |
Hot-reloads config.yml and updates all recipes |
/ezrecipes help |
Displays help and command list |
Permissions
| Permission | Description | Default |
|---|---|---|
ezrecipes.* |
Grants access to all commands | op |
ezrecipes.admin |
Access to all administrative features | op |
ezrecipes.gui |
Permission to view and browse the recipe GUI | op |
ezrecipes.edit |
Permission to edit existing recipes | op |
ezrecipes.create |
Permission to create new custom recipes | op |
ezrecipes.delete |
Permission to delete custom recipes | op |
ezrecipes.reload |
Permission to reload the configuration | op |
⚙️ Configuration (config.yml)
remove_vanilla_golden_apple_recipe: true
recipes:
golden_apple:
enabled: true
result: GOLDEN_APPLE
amount: 1
shape:
- " G "
- "GPG"
- " G "
ingredients:
G: GOLD_INGOT
P: APPLE
cobweb:
enabled: true
result: COBWEB
amount: 1
shape:
- "SAS"
- "ASA"
- "SAS"
ingredients:
S: STRING


