{"id":16364002,"url":"https://github.com/axelrindle/pocketknife","last_synced_at":"2026-04-28T12:06:20.452Z","repository":{"id":88187341,"uuid":"136759008","full_name":"axelrindle/PocketKnife","owner":"axelrindle","description":":recycle: Utilities and reusable components to simplify the process of creating a Bukkit/Spigot plugin.","archived":false,"fork":false,"pushed_at":"2022-04-11T20:28:20.000Z","size":29326,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T08:18:59.787Z","etag":null,"topics":["api","bukkit","bukkit-plugin","papermc","reusable-components","spigot","spigot-plugin","utils"],"latest_commit_sha":null,"homepage":"https://axelrindle.gitbook.io/pocketknife/","language":"Kotlin","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/axelrindle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-06-09T21:21:03.000Z","updated_at":"2025-01-12T10:29:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a7dc6ee-c577-4d48-8510-9ab736f01aba","html_url":"https://github.com/axelrindle/PocketKnife","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/axelrindle/PocketKnife","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2FPocketKnife","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2FPocketKnife/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2FPocketKnife/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2FPocketKnife/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axelrindle","download_url":"https://codeload.github.com/axelrindle/PocketKnife/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2FPocketKnife/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","bukkit","bukkit-plugin","papermc","reusable-components","spigot","spigot-plugin","utils"],"created_at":"2024-10-11T02:29:05.363Z","updated_at":"2026-04-28T12:06:20.447Z","avatar_url":"https://github.com/axelrindle.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://raw.githubusercontent.com/axelrindle/PocketKnife/master/logo.svg)\n\n----\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/axelrindle/PocketKnife\"\u003e\n    \u003cimg src=\"https://github.com/axelrindle/PocketKnife/workflows/Test/badge.svg\" alt=\"Test Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.codacy.com/app/axelrindle/PocketKnife?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=axelrindle/PocketKnife\u0026utm_campaign=Badge_Grade\"\u003e\n    \u003cimg src=\"https://api.codacy.com/project/badge/Grade/44f2287392d3482c86bf467223f2e88a\" alt=\"Codacy Badge\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.codacy.com/app/axelrindle/PocketKnife?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=axelrindle/PocketKnife\u0026utm_campaign=Badge_Coverage\"\u003e\n    \u003cimg src=\"https://api.codacy.com/project/badge/Coverage/44f2287392d3482c86bf467223f2e88a\" alt=\"Codacy Badge\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://jitpack.io/#axelrindle/PocketKnife\"\u003e\n    \u003cimg src=\"https://jitpack.io/v/axelrindle/PocketKnife.svg\" alt=\"JitPack Status\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Kotlin-1.6.10-7F52FF\"\u003e\n\u003c/p\u003e\n\n----\n\n# PocketKnife\n\n\u003e :recycle: Utilities and reusable components to simplify the process of creating a Bukkit/Spigot plugin.\n\n## Get Started\n\n### Installation\n\nIf not already done, add the `JitPack` repository and the dependency:\n\n#### Repository\n\n```gradle\nmaven { url 'https://jitpack.io' }\n```\n\n#### Dependency\n\n```gradle\nimplementation 'com.github.axelrindle:PocketKnife:LATEST_VERSION'\n```\n\n#### Package relocation\n\nTo avoid classpath conflicts with other plugins using the same dependencies, dependencies should be relocated to a unique package. More information [can be found here](https://imperceptiblethoughts.com/shadow/configuration/relocation/).\n\nThe following Gradle configuration relocates all dependencies using the `shadow` plugin, that will be included in the jar file, to a new location:\n\n```groovy\nplugins {\n    id 'com.github.johnrengelman.shadow' version '6.1.0'\n}\n\nshadowJar {\n    archiveClassifier.set('') // remove the 'all' suffix\n}\n\nimport com.github.jengelman.gradle.plugins.shadow.tasks.ConfigureShadowRelocation\ntask relocateShadowJar(type: ConfigureShadowRelocation) {\n    target = tasks.shadowJar\n    prefix = \"mypluginshadow\" // Default value is \"shadow\"\n}\n\ntasks.shadowJar.dependsOn tasks.relocateShadowJar\n```\n\nAfterwards a jar file can be built by running the Gradle task `shadowJar`.\n\n### Usage\n\nDocumentation is moving to [GitBook](https://axelrindle.gitbook.io/pocketknife/).\n\n## Used by\n\n- [Broadcaster](https://github.com/axelrindle/Broadcaster-Plugin)\n- [SimpleCoins](https://github.com/axelrindle/SimpleCoins)\n\n*Feel free to add your plugin here by sending a pull request.*\n\n## License\n\n[Apache-2.0](LICENSE)\n\n### Copyright notices\n\n- [pocket knife by teleymon from the Noun Project](https://thenounproject.com/icon/923802/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelrindle%2Fpocketknife","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelrindle%2Fpocketknife","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelrindle%2Fpocketknife/lists"}