Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published last week
Updated last month
BetterEzWebsAndGaps
Custom crafting recipes for Golden Apples and Cobwebs, with an in-game editor so you can tweak ingredients without restarting the server.
Features
- Craft golden apples with gold ingots and apples
- Craft cobwebs with string
- Fully customizable recipes through a GUI or config file
- Add any item to a recipe, like diamonds or emeralds
- Save or cancel changes from the editor
- Crafting grid UI bordered with black stained glass
Default Recipes
Golden Apple

Cobweb

Commands
| Command | Description |
|---|---|
/bewag |
Open the recipe editor menu |
/bewag edit <recipe> |
Edit a specific recipe (golden_apple or cobweb) |
/bewag reload |
Reload recipes from the config file |
/bewag list |
List all configured recipes |
Aliases: /betterezwebsandgaps, /websandgaps
Permissions
| Permission | Description | Default |
|---|---|---|
betterezwebsandgaps.use |
Use the /bewag command |
op |
betterezwebsandgaps.edit |
Open and edit recipes in the GUI | op |
betterezwebsandgaps.reload |
Reload recipes from config | op |
Using the Recipe Editor
- Run
/bewagto open the recipe list. - Click a recipe to open the editor.
- Place items in the 3x3 crafting grid to set ingredients.
- Place the desired output item in the result slot.
- Click the green Save Recipe button to apply changes.
- Click the red Cancel button to discard changes.
Empty slots in the grid represent air, so you can create recipes with gaps just like a normal crafting table.
Config
Recipes are stored in plugins/BetterEzWebsAndGaps/config.yml. You can edit this file directly and run /bewag reload to apply changes.
Example:
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
- Spaces in
shaperows mean empty slots (air). - Each letter in the shape maps to a material in
ingredients. - Set
enabled: falseto disable a recipe without removing it.
Requirements
- Paper or Spigot 1.21+
- Java 21
Support
If you run into issues, open a ticket on the project page or GitHub repository.


