Skip to content

Quick Start

Prerequisites

  • Java: 21 or higher
  • Server: Paper / Spigot 1.20+ (Folia supported)

Download

Download the latest version from:

Installation

See the Installation Guide

Creating Your First Recipe

After logging into the server, run the following command to open the recipe creation GUI:

/cra create shaped
  1. Place crafting materials in the GUI (arranged as a shaped recipe)
  2. Place the output item in the result slot
  3. Click the confirm button to save

The recipe will be automatically saved to the plugins/Craftorithm/recipes/ directory.

Verification

Place the corresponding materials in a crafting table and confirm the recipe appears in the crafting result.

PlaceholderAPI Variables

Starting from version 1.13.4.0, Craftorithm provides some PlaceholderAPI variables:

%craftorithm_discovered% returns the number of recipes the current player has discovered.

%craftorithm_discovered_<recipe_key>% returns whether the player has discovered the specified recipe, e.g., %craftorithm_discovered_minecraft:diamond_sword%

Next Steps

基于 GPL-3.0 许可证发布