{"id":20458812,"url":"https://github.com/jely2002/standalonecrazyadvancementsapi","last_synced_at":"2025-10-10T09:51:36.387Z","repository":{"id":104250098,"uuid":"246945020","full_name":"jely2002/StandaloneCrazyAdvancementsAPI","owner":"jely2002","description":"CrazyAdvancementsAPI with Maven and as a standalone dependency","archived":false,"fork":false,"pushed_at":"2021-06-20T01:47:57.000Z","size":145101,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T05:51:25.714Z","etag":null,"topics":["api","java-8","maven-repository","minecraft","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jely2002.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,"zenodo":null}},"created_at":"2020-03-12T22:55:31.000Z","updated_at":"2023-05-26T13:24:55.000Z","dependencies_parsed_at":"2023-07-22T11:00:27.840Z","dependency_job_id":null,"html_url":"https://github.com/jely2002/StandaloneCrazyAdvancementsAPI","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/jely2002/StandaloneCrazyAdvancementsAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jely2002%2FStandaloneCrazyAdvancementsAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jely2002%2FStandaloneCrazyAdvancementsAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jely2002%2FStandaloneCrazyAdvancementsAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jely2002%2FStandaloneCrazyAdvancementsAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jely2002","download_url":"https://codeload.github.com/jely2002/StandaloneCrazyAdvancementsAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jely2002%2FStandaloneCrazyAdvancementsAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003414,"owners_count":26083582,"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-10T02:00:06.843Z","response_time":62,"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","java-8","maven-repository","minecraft","spigot"],"created_at":"2024-11-15T12:14:02.837Z","updated_at":"2025-10-10T09:51:36.383Z","avatar_url":"https://github.com/jely2002.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CrazyAdvancementsAPI - Standalone Edition\n[![](https://jitpack.io/v/jely2002/StandaloneCrazyAdvancementsAPI.svg)](https://jitpack.io/#jely2002/StandaloneCrazyAdvancementsAPI)\n[![](https://jitci.com/gh/jely2002/StandaloneCrazyAdvancementsAPI/svg)](https://jitci.com/gh/jely2002/StandaloneCrazyAdvancementsAPI)\n\nThis is a fork of the CrazyAdvancementsAPI by ZockerAxel that has been made Maven compatible. This means that the API can now be used with Maven and as a standalone dependency that can be bundled with your plugin. This way there is no need for the server to also have the CrazyAdvancementsAPI plugin.\n\n## Usage\nThe version of this API that you should use depends on the minecraft version your server/plugin is on. See the chart below.\n| Minecraft version | API/dependency version |\n| ------------- | ------------- |\n| 1.16.4  | 1.14.1  |\n| 1.16.3  | 1.13.10  |\n| 1.16.2  | 1.13.9  |\n| 1.16.1  | 1.13.8  |\n| 1.15.x  | 1.13.7  |\n\n**Add the dependency to your pom.xml**\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.jely2002\u003c/groupId\u003e\n    \u003cartifactId\u003eStandaloneCrazyAdvancementsAPI\u003c/artifactId\u003e\n    \u003cversion\u003e1.13.11\u003c/version\u003e\n\u003c/dependency\u003e\n```\n**Add the repository to your pom.xml**\n```xml\n\u003crepository\u003e\n     \u003cid\u003ejitpack.io\u003c/id\u003e\n     \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n## How to initialize the API\nIn order to initialize/disable the 'StandaloneCrazyAdvancementsAPI' you need to include the following code in your `onEnable()` and `onDisable()` methods. The rest of the process is almost the same as the original API.\n\n**Example `onEnable()` \u0026 `onDisable()` methods:**\n```java\n@Override\npublic void onEnable() {\n   //Initializes the API. Requires the JavaPlugin the API gets used from.\n  CrazyAdvancements advancementsAPI = new CrazyAdvancements(this);\n  \n  //Create a new advancementManager as per the original documentation\n  AdvancementManager advancementManager = new AdvancementManager(Player... players)\n}\n\n@Override\npublic void onDisable() {\n  //Disable the API\n  advancementsAPI.disable();\n}\n```\n\n## How does the API work?\nFor more info on how you may use this API please take a look at the [original documentation](https://www.spigotmc.org/resources/crazy-advancements-api.51741/). There are also [javadocs](https://crazyadvancements.endercentral.eu/overview-summary.html) available, but please keep in mind the changes this Maven edition brings with.\n\n## Credits\nI would like to thank [ZockerAxel](https://github.com/ZockerAxel) for writing [the API](https://github.com/ZockerAxel/CrazyAdvancementsAPI) this Maven edition is based on.\nThis project has been made according to the GPL-3.0 license bundled with the original code. All changes can be seen through 'commits'.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjely2002%2Fstandalonecrazyadvancementsapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjely2002%2Fstandalonecrazyadvancementsapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjely2002%2Fstandalonecrazyadvancementsapi/lists"}