▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/BetterEzGaps & Webs
BetterEzGaps & Webs

BetterEzGaps & Webs

Lets you easily craft Cobwebs and Golden Apples

Оцените первым
59
0

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

!Golden Apple Recipe

Cobweb

!Cobweb Recipe

Commands

CommandDescription
/bewagOpen the recipe editor menu
/bewag edit <recipe>Edit a specific recipe (golden_apple or cobweb)
/bewag reloadReload recipes from the config file
/bewag listList all configured recipes

Aliases: /betterezwebsandgaps, /websandgaps

Permissions

PermissionDescriptionDefault
betterezwebsandgaps.useUse the /bewag commandop
betterezwebsandgaps.editOpen and edit recipes in the GUIop
betterezwebsandgaps.reloadReload recipes from configop

Using the Recipe Editor

  1. Run /bewag to open the recipe list.
  2. Click a recipe to open the editor.
  3. Place items in the 3x3 crafting grid to set ingredients.
  4. Place the desired output item in the result slot.
  5. Click the green Save Recipe button to apply changes.
  6. 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 shape rows mean empty slots (air).
  • Each letter in the shape maps to a material in ingredients.
  • Set enabled: false to 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.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Ссылки

Создатели

Детали

Лицензия:
Опубликован:3 недели назад
Обновлён:3 недели назад
Главная