
CraftingOptimizer - Minecraft Crafting Customization Plugin
About CraftingOptimizer
CraftingOptimizer represents a tool for creating individual crafting recipes on Minecraft servers. Thanks to this plugin, players gain the ability not only to develop fundamentally new items but also to change the crafting methods of existing in-game elements. The main functionality is aimed at automatically checking the most efficient ingredient placement, which helps save gaming time and simplifies the item creation process.
How the Plugin Works
Experienced server administrators can skip the initial installation steps.
Installation:
1. Download the CraftingOptimizer archive
2. Move the contents to your server's plugins folder
3. Restart the server to activate changes
Recipe Creation:
4. Activate the command /co generateFile
5. Make any necessary adjustments in the generated recipe file
Recipe Configuration Example
recipe.yml File
yaml # Recipe identifier - craftingoptimizer:example id: example # Definition of requirement for specific ingredient placement # **Shapeless recipes are not yet available!** shaped: true result: # Mandatory parameter - material type type: DIAMOND_SWORD # Optional item name setting # Hexadecimal color codes supported name: "&aEmerald Sword" # Additional item description # Hexadecimal color codes supported lore: - "&cForged from the gods!" # Additional item enchantments enchantments: sharpness: 5 unbreaking: 3 # Useful when using custom resource packs custom-model-data: 100 # Hiding certain item information item-flags: hide_enchants: true # Adding special characteristics attributes: generic_attack_damage: 100 # Ingredient placement on 3x3 crafting grid shape: - "AAA" - "BBB" - "CCC" # Symbol to material mapping keys: A: DIAMOND B: EMERALD C: IRON_INGOT
Functional Capabilities
Implemented Functions:
- Flexible item name configuration
- Description customization
- Individual model data
- Extended characteristics
- Item flags
- Enchantments with level up to 255
- Hexadecimal color codes supported
- Recipe viewing via /co view
Planned Updates:
- Integration with ItemsAdder/Oraxen
- In-game recipe editor
- Shapeless recipes
- Extended plugin customization
- Item events