{"id":30115630,"url":"https://github.com/lonedev6/api-itemsadder","last_synced_at":"2025-08-10T08:51:38.158Z","repository":{"id":39664577,"uuid":"319415171","full_name":"LoneDev6/API-ItemsAdder","owner":"LoneDev6","description":"This is the ItemsAdder API repository. It serves as a Maven/Gradle reference for anyone looking to access the API without embedding/owning the entire plugin.","archived":false,"fork":false,"pushed_at":"2025-04-14T13:29:10.000Z","size":1331,"stargazers_count":26,"open_issues_count":0,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T19:03:46.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://itemsadder.devs.beer/developers/java-api","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LoneDev6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-07T18:56:04.000Z","updated_at":"2025-04-21T11:56:48.000Z","dependencies_parsed_at":"2025-02-19T19:21:48.630Z","dependency_job_id":"a326e902-6bca-4916-aea8-38727d78531c","html_url":"https://github.com/LoneDev6/API-ItemsAdder","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/LoneDev6/API-ItemsAdder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAPI-ItemsAdder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAPI-ItemsAdder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAPI-ItemsAdder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAPI-ItemsAdder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LoneDev6","download_url":"https://codeload.github.com/LoneDev6/API-ItemsAdder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoneDev6%2FAPI-ItemsAdder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269699541,"owners_count":24461215,"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-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2025-08-10T08:51:18.909Z","updated_at":"2025-08-10T08:51:38.141Z","avatar_url":"https://github.com/LoneDev6.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ItemsAdder - API\nThis repository only serves the point of providing access to the method signatures of ItemsAdder's Java API.\u003cbr\u003e\n**This repository does NOT contain the source code of ItemsAdder, to test and use this, you will still require a copy of [ItemsAdder](https://www.spigotmc.org/resources/itemsadder.73355/)!**\u003cbr\u003e\n\n\u003chr\u003e\n\u003ch3 align=\"center\"\u003e\n\u003ca href=\"https://itemsadder.devs.beer/developers/java-api\"\u003e☕ Java documentation\u003c/a\u003e | \u003ca href=\"https://lonedev6.github.io/API-ItemsAdder/\"\u003e☕ JavaDocs\u003c/a\u003e  | \u003ca href=\"https://itemsadder.devs.beer/developers/skript-api\"\u003e📓 Skript documentation\u003c/a\u003e\n\u003c/h3\u003e\n\u003chr\u003e \n\n\u003e [!WARNING]  \n\u003e When you use the API it's very important to listen to the [ItemsAdderLoadDataEvent](https://github.com/LoneDev6/API-ItemsAdder/blob/master/src/main/java/dev/lone/itemsadder/api/Events/ItemsAdderLoadDataEvent.java) event in order to make sure items are correctly loaded before accessing them.\n\u003e ItemsAdder loading is async, that's why.\n\n\n## ItemsAdder\n![maven release](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fmaven.devs.beer%2Fdev%2Flone%2Fapi-itemsadder%2Fmaven-metadata.xml\u0026query=%2F%2Fmetadata%2Fversioning%2Frelease\u0026style=for-the-badge\u0026label=API%20version\n)\n\nTo build your project against this library, simply include one of the following references in your `pom.xml`:\n\n```xml\n \u003crepository\u003e\n    \u003cid\u003ematteodev\u003c/id\u003e\n    \u003curl\u003ehttps://maven.devs.beer/\u003c/url\u003e\n\u003c/repository\u003e\n```\n\nIn your **\u0026lt;dependencies\u0026gt;** section (To find the latest version check the badge above):\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003edev.lone\u003c/groupId\u003e\n    \u003cartifactId\u003eapi-itemsadder\u003c/artifactId\u003e\n    \u003c!-- Replace {version} with the latest version --\u003e\n    \u003cversion\u003e{version}\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n---\n\n## Examples\n\n## GUI\nhttps://github.com/LoneDev6/API-ItemsAdder-Example-GUI\n\n## Complex HUDs usage (ServerMonitor)\nhttps://github.com/LoneDev6/API-ItemsAdder-Example-ServerMonitor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonedev6%2Fapi-itemsadder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flonedev6%2Fapi-itemsadder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonedev6%2Fapi-itemsadder/lists"}