{"id":15281417,"url":"https://github.com/insprill/spigot-utils","last_synced_at":"2026-02-28T06:21:51.306Z","repository":{"id":58907900,"uuid":"501885666","full_name":"Insprill/spigot-utils","owner":"Insprill","description":"A small library of commonly used functions in Spigot plugins ","archived":false,"fork":false,"pushed_at":"2025-03-11T06:04:20.000Z","size":378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T11:15:06.608Z","etag":null,"topics":["bukkit","bukkit-library","java","library","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Insprill.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},"funding":{"github":"insprill","ko_fi":"insprill","patreon":"insprill"}},"created_at":"2022-06-10T03:21:57.000Z","updated_at":"2025-03-11T06:04:23.000Z","dependencies_parsed_at":"2024-04-27T23:21:10.823Z","dependency_job_id":"ac703d31-66b5-4e98-af8f-514f4ca2e278","html_url":"https://github.com/Insprill/spigot-utils","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":0.06000000000000005,"last_synced_commit":"9ed589357c408e56ebb9836a5319f5959291720f"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insprill%2Fspigot-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insprill%2Fspigot-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insprill%2Fspigot-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Insprill%2Fspigot-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Insprill","download_url":"https://codeload.github.com/Insprill/spigot-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415928,"owners_count":20935384,"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":["bukkit","bukkit-library","java","library","minecraft","spigot"],"created_at":"2024-09-30T13:07:42.461Z","updated_at":"2026-02-28T06:21:51.249Z","avatar_url":"https://github.com/Insprill.png","language":"Java","funding_links":["https://github.com/sponsors/insprill","https://ko-fi.com/insprill","https://patreon.com/insprill"],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![Apache 2.0 License][license-shield]][license-url]\n\n\n\n\u003ch1 align=\"center\"\u003eSpigot Utils\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  A small library of commonly used functions in Spigot plugins\n  \u003cbr /\u003e\n  \u003ca href=\"https://javadoc.io/doc/net.insprill/spigot-utils\"\u003e\u003cstrong\u003eView Javadocs »\u003c/strong\u003e\u003c/a\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/Insprill/spigot-utils/issues\"\u003eReport Bugs\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/Insprill/spigot-utils/issues\"\u003eRequest Features\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails open=\"open\"\u003e\n  \u003csummary\u003e\u003ch2 style=\"display: inline-block\"\u003eTable of Contents\u003c/h2\u003e\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#compiling\"\u003eCompiling\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage\n\n### Implementing in your project\n\nMake sure to replace `VERSION` in the below examples with the version below:  \n\n[![Maven Central][maven-central-shield]][maven-central-url]\n#### Maven\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003enet.insprill\u003c/groupId\u003e\n    \u003cartifactId\u003espigot-utils\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n#### Gradle (Groovy)\n```groovy\ndependencies {\n    implementation 'net.insprill:spigot-utils:VERSION'\n}\n```\n\n#### Gradle (Kotlin)\n```kotlin\ndependencies {\n    implementation(\"net.insprill:spigot-utils:VERSION\")\n}\n```\n\n\n\n## Compiling\n\nTo compile spigot-utils, you need JDK 21 or higher and an internet connection.  \nClone this repo, then run `./gradlew build` from your terminal.  \nYou can find the compiled jar in the `build/libs` directory.  \nIf you wish to install it to your local Maven repository, run `./gradlew publishToMavenLocal` after compiling.\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any\ncontributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Make your changes.\n4. Stage your changes (`git add .`)\n5. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n6. Push to the Branch (`git push origin feature/AmazingFeature`)\n7. Open a Pull Request\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the Apache 2.0 License. See [`LICENSE`][license-url] for more information.\n\n\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/Insprill/spigot-utils.svg?style=for-the-badge\n[contributors-url]: https://github.com/Insprill/spigot-utils/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/Insprill/spigot-utils.svg?style=for-the-badge\n[forks-url]: https://github.com/Insprill/spigot-utils/network/members\n[stars-shield]: https://img.shields.io/github/stars/Insprill/spigot-utils.svg?style=for-the-badge\n[stars-url]: https://github.com/Insprill/spigot-utils/stargazers\n[issues-shield]: https://img.shields.io/github/issues/Insprill/spigot-utils.svg?style=for-the-badge\n[issues-url]: https://github.com/Insprill/spigot-utils/issues\n[license-shield]: https://img.shields.io/github/license/Insprill/spigot-utils.svg?style=for-the-badge\n[license-url]: https://github.com/Insprill/spigot-utils/blob/master/LICENSE\n[maven-central-shield]: https://img.shields.io/maven-central/v/net.insprill/spigot-utils\n[maven-central-url]: https://mvnrepository.com/artifact/net.insprill/spigot-utils\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsprill%2Fspigot-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsprill%2Fspigot-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsprill%2Fspigot-utils/lists"}