{"id":16377193,"url":"https://github.com/dmulloy2/swornapi","last_synced_at":"2025-07-23T15:06:48.180Z","repository":{"id":50783139,"uuid":"20848155","full_name":"dmulloy2/SwornAPI","owner":"dmulloy2","description":"A common API for my plugins","archived":false,"fork":false,"pushed_at":"2023-01-24T22:21:30.000Z","size":22878,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T18:46:24.192Z","etag":null,"topics":["api","bukkit","java","minecraft","spigot","utilities"],"latest_commit_sha":null,"homepage":"http://dmulloy2.net","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmulloy2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-15T04:32:50.000Z","updated_at":"2024-12-24T14:57:02.000Z","dependencies_parsed_at":"2023-02-14T02:00:27.471Z","dependency_job_id":null,"html_url":"https://github.com/dmulloy2/SwornAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmulloy2/SwornAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmulloy2%2FSwornAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmulloy2%2FSwornAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmulloy2%2FSwornAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmulloy2%2FSwornAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmulloy2","download_url":"https://codeload.github.com/dmulloy2/SwornAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmulloy2%2FSwornAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266699628,"owners_count":23970532,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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","bukkit","java","minecraft","spigot","utilities"],"created_at":"2024-10-11T03:42:34.624Z","updated_at":"2025-07-23T15:06:48.158Z","avatar_url":"https://github.com/dmulloy2.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwornAPI\r\nSwornAPI is a collection of useful classes that I use in most of my projects. It contains APIs for configuration, commands, chat, GUIs, reflection, integration, I/O, and more. \r\n\r\n### Resources\r\n* [Download](https://ci.dmulloy2.net/job/SwornAPI)\r\n* [JavaDocs](https://ci.dmulloy2.net/job/SwornAPI/javadoc)\r\n\r\n### Building\r\nSwornAPI is built using Maven. It requires Spigot and the Spigot API, which can be obtained [here](https://www.spigotmc.org/wiki/buildtools/).\r\n\r\n### License\r\nSwornAPI is currently licensed under the GPL v3.\r\n\r\n### Utilizing SwornAPI\r\nSwornAPI is best utilized as a Maven dependency:\r\n\r\n````xml\r\n\u003crepositories\u003e\r\n  \u003crepository\u003e\r\n    \u003cid\u003ejitpack\u003c/id\u003e\r\n    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\r\n  \u003c/repository\u003e\r\n  \u003c!-- And so on --\u003e\r\n\u003c/repository\u003e\r\n\r\n\u003cdependencies\u003e\r\n  \u003cdependency\u003e\r\n    \u003cgroupId\u003ecom.github.dmulloy2\u003c/groupId\u003e\r\n    \u003cartifactId\u003eSwornAPI\u003c/artifactId\u003e\r\n    \u003cversion\u003e-SNAPSHOT\u003c/version\u003e\r\n  \u003c/dependency\u003e\r\n  \u003c!-- And so on --\u003e\r\n\u003c/dependencies\u003e\r\n````\r\n\r\nFor the best results, SwornAPI should be shaded into your project:\r\n\r\n````xml\r\n\u003cbuild\u003e\r\n  \u003cplugins\u003e\r\n      \u003cplugin\u003e\r\n        \u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e\r\n        \u003cartifactId\u003emaven-shade-plugin\u003c/artifactId\u003e\r\n        \u003cversion\u003e2.3\u003c/version\u003e\r\n        \u003cexecutions\u003e\r\n          \u003cexecution\u003e\r\n            \u003cphase\u003epackage\u003c/phase\u003e\r\n            \u003cgoals\u003e\r\n              \u003cgoal\u003eshade\u003c/goal\u003e\r\n            \u003c/goals\u003e\r\n            \u003cconfiguration\u003e\r\n              \u003cartifactSet\u003e\r\n                \u003cincludes\u003e\r\n                  \u003cinclude\u003enet.dmulloy2:swornapi*\u003c/include\u003e\r\n                \u003c/includes\u003e\r\n              \u003c/artifactSet\u003e\r\n              \u003crelocations\u003e\r\n                \u003crelocation\u003e\r\n                  \u003cpattern\u003enet.dmulloy2\u003c/pattern\u003e\r\n                  \u003cshadedPattern\u003enet.dmulloy2.ultimatearena\u003c/shadedPattern\u003e\r\n                  \u003cexcludes\u003e\r\n                    \u003cexclude\u003enet.dmulloy2.ultimatearena*\u003c/exclude\u003e\r\n                  \u003c/excludes\u003e\r\n                \u003c/relocation\u003e\r\n              \u003c/relocations\u003e\r\n            \u003c/configuration\u003e\r\n          \u003c/execution\u003e\r\n        \u003c/executions\u003e\r\n      \u003c/plugin\u003e\r\n      \u003c!-- And so on --\u003e\r\n    \u003c/plugins\u003e\r\n\u003c/build\u003e\r\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmulloy2%2Fswornapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmulloy2%2Fswornapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmulloy2%2Fswornapi/lists"}