{"id":23370008,"url":"https://github.com/phanisment/item-caster","last_synced_at":"2025-04-08T00:41:21.568Z","repository":{"id":255367381,"uuid":"849383318","full_name":"Phanisment/Item-Caster","owner":"Phanisment","description":"Cast MythicMobs Skill with NBT item.","archived":false,"fork":false,"pushed_at":"2025-04-04T04:16:46.000Z","size":1360,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T05:20:54.219Z","etag":null,"topics":["minecraft-plugin","mythicmobs"],"latest_commit_sha":null,"homepage":"https://modrinth.com/plugin/item-caster","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/Phanisment.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T13:53:00.000Z","updated_at":"2025-04-04T04:16:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa90ce9b-76ca-493b-b588-e1a10ee9b1da","html_url":"https://github.com/Phanisment/Item-Caster","commit_stats":null,"previous_names":["phanisment/item-nbt-skill-cast","phanisment/magicartifact"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phanisment%2FItem-Caster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phanisment%2FItem-Caster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phanisment%2FItem-Caster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phanisment%2FItem-Caster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phanisment","download_url":"https://codeload.github.com/Phanisment/Item-Caster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755561,"owners_count":20990621,"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","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":["minecraft-plugin","mythicmobs"],"created_at":"2024-12-21T15:32:39.242Z","updated_at":"2025-04-08T00:41:21.562Z","avatar_url":"https://github.com/Phanisment.png","language":"Java","funding_links":["https://buymeacoffee.com/Phanisment"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003ca href=\"https://discord.gg/grJCgRHKvg\"\u003eDiscord\u003c/a\u003e |\n\t\u003ca href=\"https://buymeacoffee.com/Phanisment\"\u003eDonation\u003c/a\u003e\n\t\u003c!--\u003cp\u003e\u0026nbsp;\u003c/p\u003e--\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![SpigotMC](https://img.shields.io/badge/spigot-ED8106?style=for-the-badge\u0026logo=SpigotMC\u0026logoColor=white)](https://www.spigotmc.org/resources/item-caster.121386/)\n[![Modrinth](https://img.shields.io/badge/modrinth-00AF5C?style=for-the-badge\u0026logo=modrinth\u0026logoColor=white)](https://modrinth.com/plugin/item-caster)\n[![Builtbybit](https://img.shields.io/badge/builtbybit-2D87C3?style=for-the-badge\u0026logo=builtbybit\u0026logoColor=white)](https://builtbybit.com/resources/item-caster.56752/)\n\n\u003c/div\u003e\n\n---\n\n[![Jitpack](https://jitpack.io/v/Phanisment/Item-Caster.svg)](https://jitpack.io/#Phanisment/Item-Caster)\n\nYou dont know how to use this plugin? read this [Wiki](https://github.com/Phanisment/Item-Caster/wiki).\n\nLibrary Credits:\n- [NBT-API](https://github.com/tr7zw/Item-NBT-API)\n- [Adventure](https://github.com/KyoriPowered/adventure)\n- [FastInv](https://github.com/MrMicky-FR/FastInv)\n\n## Installation\n### Maven\n```xml\n  \u003crepositories\u003e\n    \u003crepository\u003e\n      \u003cid\u003ejitpack.io\u003c/id\u003e\n      \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n  \u003c/repositories\u003e\n  \n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.github.Phanisment\u003c/groupId\u003e\n      \u003cartifactId\u003eItem-Caster\u003c/artifactId\u003e\n      \u003cversion\u003e1.2.1\u003c/version\u003e\n      \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n```\n\n### Gradle\n```gradle\nrepositories {\n  maven { url 'https://jitpack.io' }\n}\n\ndependencies {\n  implementation 'com.github.Phanisment:Item-Caster:1.2.1'\n}\n```\n\n## Backlog\n- [ ] Make support only for 1.20.5-1.20.6.\n- [ ] Create gui for select item.\n- [x] Add Maven Dependency for this plugin.\n- [ ] Make API for plugin developer.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphanisment%2Fitem-caster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphanisment%2Fitem-caster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphanisment%2Fitem-caster/lists"}