{"id":20164257,"url":"https://github.com/nonopichy/customrecipe","last_synced_at":"2025-10-13T17:37:17.385Z","repository":{"id":46010174,"uuid":"428068334","full_name":"Nonopichy/CustomRecipe","owner":"Nonopichy","description":"With ITEMS CUSTOM in RECIPE!","archived":false,"fork":false,"pushed_at":"2022-02-01T22:54:23.000Z","size":9422,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:51:38.468Z","etag":null,"topics":["api","basic","bukkit","bukkit-plugin","easy","minecraft","minecraft-plugin","plugin","short","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nonopichy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-14T23:45:22.000Z","updated_at":"2025-02-07T23:42:07.000Z","dependencies_parsed_at":"2022-09-14T11:20:52.621Z","dependency_job_id":null,"html_url":"https://github.com/Nonopichy/CustomRecipe","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Nonopichy/CustomRecipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonopichy%2FCustomRecipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonopichy%2FCustomRecipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonopichy%2FCustomRecipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonopichy%2FCustomRecipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nonopichy","download_url":"https://codeload.github.com/Nonopichy/CustomRecipe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonopichy%2FCustomRecipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016368,"owners_count":26085828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","basic","bukkit","bukkit-plugin","easy","minecraft","minecraft-plugin","plugin","short","spigot"],"created_at":"2024-11-14T00:33:46.318Z","updated_at":"2025-10-13T17:37:17.368Z","avatar_url":"https://github.com/Nonopichy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![download](https://img.shields.io/badge/download-java-green)](https://github.com/Nonopichy/CustomRecipe/releases/)\n[![b](https://img.shields.io/badge/bstats-web%20-green)](https://bstats.org/plugin/bukkit/CustomRecipe/13372/)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/59c6e66b3ed44870b1077b7732e4d770)](https://www.codacy.com/gh/Nonopichy/CustomRecipe/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Nonopichy/CustomRecipe\u0026amp;utm_campaign=Badge_Grade)\n![a](https://user-images.githubusercontent.com/68911691/141825718-07df0c81-1de8-42c7-92fc-f13ba54bef96.png)\n\n# FrameWork\n-   Version Support: **1.13.2** Below\n-   Frameworks: Bukkit, Lombok\n\n## Craft with custom items\n\u003e   \u003cimg src=\"img/gif2.gif\" width=\"320\" height=\"170\"\u003e\n\n## Only specific items to craft\n\u003e   \u003cimg src=\"img/gif1.gif\" width=\"320\" height=\"170\" \u003e\n\n## Tutorial\n-   Add [CustomRecipe.jar](https://github.com/Nonopichy/CustomRecipe/releases/) in libraries (how you add bukkit)\n-   In artifacts (without the CustomRecipe in folder plugins)\n\u003e   \u003cimg src=\"https://user-images.githubusercontent.com/68911691/141841508-275de82a-f33b-40a6-9cf3-517c554774c0.png\" width=\"320\" height=\"130\" \u003e\n-   In artifacts (with the CustomRecipe in folder plugins)\n\u003e   \u003cimg src=\"https://user-images.githubusercontent.com/68911691/142939921-d50f860b-e164-4734-9904-beb795dc2f2d.png\" width=\"320\" height=\"100\" \u003e\n-   In plugin.yml (with the CustomRecipe in folder plugins)\n\u003e   \u003cimg src=\"https://user-images.githubusercontent.com/68911691/142940218-e5b3d3b4-4761-4b58-bff4-fe675ae6e1d3.png\" width=\"320\" height=\"100\" \u003e\n-   Create a new instance of 'CustomRecipe' in your JavaPlugin (Main).\n-   Create a new instance of 'Recipe' add to 'CustomRecipe'.\n-   Execute method 'addRecipe' with the arguments.\n-   Compile your plugin with CustomRecipe.jar inside.\n-   :) Finish! Example? BELOW!\n\n## In Main\n\n```java\npublic class Main extends JavaPlugin {\n    public static CustomRecipe customRecipe;\n    public void onEnable(){\n        customRecipe = new CustomRecipe(this);\n    }\n}\n```\n\n## Example Short\n\n-   To empty spaces, use ```null``` instead ```new MatrixItem(new ItemStack(Material.AIR),SLOT)```\n```java\nRecipe recipe = new Recipe();\nrecipe.setLoose(false);\nrecipe.setResult(new ItemStack(Material.DIAMOND));\n        \nfinal ItemStack REDSTONE = new ItemStack(Material.REDSTONE);\nrecipe.setRecipe(\n     new MatrixItem(REDSTONE, 0),\n     null,\n     new MatrixItem(REDSTONE, 2),\n     null,\n     new MatrixItem(REDSTONE, 4)\n);\n     \ncustomRecipe.addRecipe(\"REDSTONE_TO_DIAMOND\", recipe);\n```\n\n\u003e   \u003cimg src=\"img/matrix_example.png\" width=\"426\" height=\"213\" \u003e\n\n## Example \"Bigger\"\n\n```java\nRecipe recipe = new Recipe();\nrecipe.setLoose(false);\nrecipe.setResult(result);\n        \nrecipe.setRecipe(\n     new MatrixItem(red, 0),\n     new MatrixItem(red, 1),\n     new MatrixItem(red, 2),\n     new MatrixItem(red, 3),\n     new MatrixItem(new ItemStack(Material.APPLE), 4),\n     new MatrixItem(red, 5),\n     new MatrixItem(red, 6),\n     new MatrixItem(red, 7),\n     new MatrixItem(red, 8)\n);\n     \ncustomRecipe.addRecipe(\"APPLE_REDSTONE\", recipe);\n```\n\n## Items used\n\n```java\n// Item Result\nItemStack result = new ItemStack(Material.APPLE);\nItemMeta itemMeta = result.getItemMeta();\nitemMeta.setDisplayName(\"§cMaça de Redstone\");\nresult.addUnsafeEnchantment(Enchantment.LUCK,1);\nitemMeta.addItemFlags(ItemFlag.HIDE_ENCHANTS);\nresult.setItemMeta(itemMeta);\n\n// Item Craft\nItemStack redstone = new ItemStack(Material.REDSTONE);\nitemMeta = red.getItemMeta();\nitemMeta.setDisplayName(\"§c§lRedstone\");\nredstone.addUnsafeEnchantment(Enchantment.LUCK,1);\nitemMeta.addItemFlags(ItemFlag.HIDE_ENCHANTS);\nredstone.setItemMeta(itemMeta);\n```\n\n## Result\n\n\u003e   \u003cimg src=\"https://user-images.githubusercontent.com/68911691/141708122-952daa07-f8dc-4b80-92e6-335b915587bc.png\" width=\"520\" height=\"240\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonopichy%2Fcustomrecipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonopichy%2Fcustomrecipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonopichy%2Fcustomrecipe/lists"}