Skip to content

Disabled Recipes

Configuration File

plugins/Craftorithm/disabled_recipes.yml

Format

yaml
recipes:
  - 'minecraft:diamond_sword'
  - 'minecraft:golden_apple'
  - 'minecraft:enchanted_golden_apple'
  - 'craftorithm:some_recipe'

Recipe ID Format

  • Vanilla recipes: minecraft:<recipe_key>
  • Craftorithm recipes: craftorithm:<filename>
  • Other plugin recipes: namespace:<key>

Methods

bash
/cra disable <recipe_id>

The command automatically adds the recipe to this file.

Manual Edit

Edit disabled_recipes.yml directly, then run /cra reload.

How It Works

  • Loaded automatically on server startup
  • Reloaded on /cra reload
  • Disabled recipes are removed from the recipe registry; the recipe definition files are not affected

基于 GPL-3.0 许可证发布