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- Place crafting materials in the GUI (arranged as a shaped recipe)
- Place the output item in the result slot
- 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
- Recipe System — Learn the details of 11 recipe types
- Configuration — Customize plugin behavior
- Trigger System — Add conditions and actions to recipes
- Script Engine — Write complex conditional logic
