v0.1.5: Brewing, Quick Actions & Hardening

May 14, 2026 (Latest release)

New Features

Brewing Recipe Type

Quick Actions in the Recipe Browser

Reorganised Recipe Creator

Custom Unlock Triggers

Faster Top-Level Command

Instant Auto-Unlock

Bug Fixes

Security Hardening

Compatibility

Config Changes

New brewing recipe shape:

custom_recipes:
  - key: "speed_brew"
    type: "brewing"
    ingredient: "SUGAR"           # top brewing-stand slot
    input: "POTION"               # POTION / SPLASH_POTION / LINGERING_POTION
    result:
      item: "POTION"
      potion_type: "SWIFTNESS"    # any Bukkit PotionType
      name: "&bSwift Brew"
    auto_unlock_on: ["SUGAR"]

Wiki link added to the top of config.yml as a comment for new installs.

v0.1.4: Major Update

February 17, 2026

New Features

In-Game Recipe Creator (/ls create <key>)

Recipe Editing

Recipe Deletion

Adjacent Pair Direction

Bug Fixes

Performance Optimizations

Config Changes

New optional fields for cooking recipes:

custom_recipes:
  - key: "my_smelt"
    type: "furnace"
    input: "CRYING_OBSIDIAN"
    experience: 1.0
    cooking_time: 200
    allowed_fuels:          # NEW - restrict fuel types
      - COAL
      - LAVA_BUCKET
    result:
      item: "OBSIDIAN"
      amount: 1

New optional field for adjacent pair recipes:

  - key: "my_pair"
    type: "adjacent_pair"
    items: ["DIAMOND_BLOCK", "GOLD_BLOCK"]
    direction: "horizontal"   # NEW - horizontal, vertical, or both (default)
    result:
      item: "NETHERITE_BLOCK"
      amount: 1

v0.1.3

October 21, 2025

Added

Fixed

Improved

This version focused entirely on real-time recipe unlocking and smoother gameplay. No more relogs, no restarts.

v0.1.2

October 14, 2025

v0.1.1

October 13, 2025

v0.1.0: Initial Release

October 12, 2025