About this recipe

Honey gold ale is a beginner-friendly recipe for BreweryX. A simple composition of wheat, honey, and water, a short cooking time and low difficulty make it an excellent starting point for learning the plugin.

The drink has a golden-yellow color, a sweet taste, and a mild alcohol effect. Perfect as a starter drink for players on your server.

ID
honey_ale
Ingredients
Wheat ×4, Honey Bottle ×2, Water Bucket ×1
Cooking time
6 min
Difficulty
3
Alcohol
8%
Color
Yellow
YAML13 lines
  honey_ale:
    name: '&6Honey Gold Ale'
    lore:
      - 'Golden and sweet'
      - 'Brewed with mountain honey'
    ingredients:
      - WHEAT/4
      - HONEY_BOTTLE/2
      - WATER_BUCKET/1
    cookingtime: 6
    color: YELLOW
    difficulty: 3
    alcohol: 8
How to install on server
1Copy the YAML recipe code from the generator or download the file.
2Open the plugins/BreweryX/recipes.yml file on your server.
3Paste the recipe at the end of the file (or create a new file if none exists).
4Reload the server with /reload or restart it — your honey ale is ready!

Open in generatorAll recipes