Skip to content

Repository files navigation

Craftorithm

Advanced Minecraft Recipe Management Plugin
Extensive Recipe Support · Trigger System · Script Engine · GUI Interface · Item Plugin Integrations

中文文档


Features

Features

Quick Start

Requirements

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

Installation

  1. Download from SpigotMC, Modrinth, or GitHub Releases
  2. Place the JAR file in the plugins/ directory
  3. Restart the server

Create Your First Recipe

/cra create vanilla_shaped

Place ingredients and result items in the GUI, then click confirm. Recipes are automatically saved to plugins/Craftorithm/recipes/.

Powerful Configuration

Code Examples

Result Processors

Version 1.13.0.0 introduces the Result Processors system for adding effects to recipe results:

result_processors:
  enchantments:
    type: copy_from_source
  lore:
    type: add
    data:
      value:
        - "&7Legendary Weapon"
        - "&aForged in the Nether"
  attributes:
    type: merge_source

Supports copy_from_source / add / merge_source / remove strategies for various component types including enchantments, attributes, lore, item flags, and more.

Compatible Plugins List

Compatible Plugins

Documentation

Full Documentation

Module Description
Quick Start Installation, commands, permissions
Recipe System Multiple recipe types explained
Trigger System Event listeners and conditions
Script Engine Syntax and built-in functions
Item System Custom items and external plugins
Configuration Configuration reference
UI System GUI and custom menus
API Docs Developer API

API

Craftorithm provides a Java API for secondary development:

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>

<dependency>
  <groupId>com.github.YufiriaMazenta</groupId>
  <artifactId>Craftorithm</artifactId>
  <version>Tag</version>
</dependency>
import pers.yufiria.craftorithm.api.CraftorithmAPI;

CraftorithmAPI api = Craftorithm.api();

bStats

bStats

Download

SpigotMC Modrinth GitHub

About

Advanced recipe management system for minecraft server

Topics

Resources

Stars

85 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages