This plugin allows you to craft any Minecraft item by combining two different items using AI
This plugin allows you to craft any Minecraft item by dropping two different items on the ground next to each other using AI. It's my from scratch recreation of Exclusivert Fabric mod with some changes and without external scripts.
This plugin installs how any other normal Paper plugin by putting .jar file in "plugins" folder.
On first server start, plugin creates folder in "plugins" folder with config file "config.yml".
For plugin's correct work, create Ollama account, create API Key and paste it into "api-key" entry in config file.
"ollama-api-url" used if you want to use LLM on your local machine or other server, running Ollama.
"model" defines what LLM to use for crafting.
if "save-crafts" set to "true", then it will save all crafts, to reuse them in future and reduce usage, in case if you're using cloud model. (use /resetcrafts command to delete all saved recipes)
"disable-vanilla-crafts" disables any crafting for the sake of the challenge.
"allow-any-item" allows to craft from items that aren't dropped by player. This exists mostly for the safety measures.