{"id":21167027,"url":"https://github.com/chafficplugins/chafficlib","last_synced_at":"2025-07-14T17:38:20.773Z","repository":{"id":263616316,"uuid":"815242506","full_name":"ChafficPlugins/ChafficLib","owner":"ChafficPlugins","description":"A modern, comprehensive Spigot library designed to streamline plugin development while maintaining high standards for documentation, testing, and compatibility.","archived":false,"fork":false,"pushed_at":"2024-11-27T08:52:59.000Z","size":95,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T17:12:29.149Z","etag":null,"topics":["minecraft","papermc","spigot","spigot-api"],"latest_commit_sha":null,"homepage":"https://chafficplugins.gitbook.io/chafficlib/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChafficPlugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2024-06-14T17:00:21.000Z","updated_at":"2024-11-26T18:48:35.000Z","dependencies_parsed_at":"2024-11-19T14:44:19.781Z","dependency_job_id":"06a1b0da-e0a3-4b1e-abf3-728125561fcf","html_url":"https://github.com/ChafficPlugins/ChafficLib","commit_stats":null,"previous_names":["chafficplugins/chafficlib"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ChafficPlugins/ChafficLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChafficPlugins%2FChafficLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChafficPlugins%2FChafficLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChafficPlugins%2FChafficLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChafficPlugins%2FChafficLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChafficPlugins","download_url":"https://codeload.github.com/ChafficPlugins/ChafficLib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChafficPlugins%2FChafficLib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265326597,"owners_count":23747563,"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":["minecraft","papermc","spigot","spigot-api"],"created_at":"2024-11-20T14:59:14.913Z","updated_at":"2025-07-14T17:38:20.749Z","avatar_url":"https://github.com/ChafficPlugins.png","language":"Kotlin","readme":"# ChafficLib\n\n[![Build Status](https://github.com/chafficplugins/ChafficLib/actions/workflows/build.yml/badge.svg)](https://github.com/chafficplugins/ChafficLib/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/chafficplugins/ChafficLib/branch/main/graph/badge.svg)](https://codecov.io/gh/chafficplugins/ChafficLib)\n[![License](https://img.shields.io/github/license/chafficplugins/ChafficLib)](LICENSE)\n[![Release](https://img.shields.io/github/v/release/chafficplugins/ChafficLib)](https://github.com/chafficplugins/ChafficLib/releases)\n[![Minecraft Version](https://img.shields.io/badge/Minecraft-1.20--1.21-brightgreen.svg)](https://www.spigotmc.org/resources/chafficlib.XXXXX/)\n[![Documentation](https://img.shields.io/badge/documentation-gitbook-blue.svg)](https://chafficplugins.gitbook.io/chafficlib/)\n\nA modern, comprehensive Spigot library designed to streamline plugin development while maintaining high standards for documentation, testing, and compatibility.\n\n## Features\n\n- 🎮 Intuitive GUI System\n- ⚙️ Type-safe Configuration\n- 💾 Database Abstraction\n- 🛠️ Item Builder System\n- ✨ Effects \u0026 Particles\n- 📝 Event DSL\n- 🎯 Command Framework\n- 📊 Statistics System\n\n## Getting Started\n\n### Gradle (Kotlin DSL)\n```kotlin\nrepositories {\n    mavenCentral()\n    maven(\"https://jitpack.io\")\n}\n\ndependencies {\n    implementation(\"com.github.chafficplugins:ChafficLib:VERSION\")\n}\n```\n\n### Maven\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.chafficplugins\u003c/groupId\u003e\n        \u003cartifactId\u003eChafficLib\u003c/artifactId\u003e\n        \u003cversion\u003eVERSION\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## Documentation\n\nVisit our [GitBook documentation](https://chafficplugins.gitbook.io/chafficlib/) for:\n- Getting Started Guide\n- API Reference\n- Examples \u0026 Tutorials\n- Best Practices\n- Migration Guides\n\n## Version Support\n\nWe follow [Semantic Versioning](https://semver.org/). Check [VERSIONS.md](VERSIONS.md) for:\n- Supported Minecraft versions\n- LTS releases\n- End-of-life dates\n- Migration guides\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'feat: Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n### Requirements for Pull Requests\n- 70% code coverage minimum\n- Complete documentation for public APIs\n- Passing CI checks\n- Following our [coding standards](CONTRIBUTING.md)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\n- 🌐 [Website](https://felixbeinssen.net)\n- 📚 [Documentation](https://chafficplugins.gitbook.io/chafficlib/)\n- 💬 [Discord](https://discord.gg/RPZBhB4rna)\n- 🐛 [Issue Tracker](https://github.com/chafficplugins/ChafficLib/issues)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchafficplugins%2Fchafficlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchafficplugins%2Fchafficlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchafficplugins%2Fchafficlib/lists"}