Craftorithm

Craftorithm

Advanced Crafting Management System – Customize Your Crafting!

26 826 downloads
65 followers

Craftorithm

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


Why Craftorithm

  • Matches items by other plugin-provided item ID — renaming, adding enchantments, or even changing item types won't affect crafting
  • Implements functionality by injecting into the vanilla crafting system — performance far surpasses plugins that rely on event listeners, with full support for all vanilla features
  • Disable recipes from vanilla or other plugins
  • Result processors, triggers, custom chest menus, and other powerful customization features

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

Result processors allow you to apply additional modifications to crafting results, for example:

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.

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

bStats

bStats

No gallery available for this project.