⭐ What is Addict-O-Craft?
Addict-O-Craft is a simple , lightweight plugin that gives server administrators the power to create completely custom 3x3 shaped crafting recipes directly from an intuitive in-game GUI.
It is designed with full NBT, name, lore, and CustomModelData checking, making it the perfect companion for crafting custom items, keys, backpacks, or items from other plugins on your server.
✨ Key Features
- In-game 3x3 GUI Creator: Design your recipes inside a visual 3x3 grid, put the output item on the right, and click the green confirmation button to save instantly!
- Full NBT & Metadata Matching: Checks not only materials, but custom names, lore, enchantments, and CustomModelData for ingredients, allowing advanced crafting chains.
- Seamless Vanilla Integration: Players can craft these custom recipes at any standard Workbench (Crafting Table) without commands.
- Clean YAML Storage: Stored under recipes.yml using standard Bukkit ItemStack serialization for safety and easy manual edits.
- Full Translation Support (i18n): All messages, GUIs, and command outputs are fully localized in English & French.
Commands & Permissions
Commands:
- /aoc create <recipe_id> - Opens the visual GUI to create and save a new custom recipe.
- /aoc edit <recipe_id> - Opens the visual GUI prefilled to edit and save an existing recipe.
- /aoc delete <recipe_id> - Deletes an existing custom recipe.
- /aoc list - Lists all registered custom recipes.
- /aoc reload - Reloads configurations and language dictionaries.
Permissions:
- addictocraft.admin - Allows creating, deleting, and reloading custom recipes. (Default: op)
⚙️ Installation Instructions
- Place Addict-O-Craft-1.0.jar in the /plugins/ directory.
- Restart your server to generate configurations.
- Run /aoc create <recipe_id> as an admin to start building recipes!