{"id":22571089,"url":"https://github.com/killerprojecte/flybuff-next","last_synced_at":"2025-08-16T21:10:37.568Z","repository":{"id":130452320,"uuid":"583679220","full_name":"killerprojecte/FlyBuff-Next","owner":"killerprojecte","description":"A Modular Gem System (Successor of FlyBuff 1.x)","archived":false,"fork":false,"pushed_at":"2023-01-03T14:46:17.000Z","size":92,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T22:45:21.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/killerprojecte.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}},"created_at":"2022-12-30T14:48:37.000Z","updated_at":"2023-11-05T01:56:00.000Z","dependencies_parsed_at":"2023-04-20T01:30:56.350Z","dependency_job_id":null,"html_url":"https://github.com/killerprojecte/FlyBuff-Next","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/killerprojecte/FlyBuff-Next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerprojecte%2FFlyBuff-Next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerprojecte%2FFlyBuff-Next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerprojecte%2FFlyBuff-Next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerprojecte%2FFlyBuff-Next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/killerprojecte","download_url":"https://codeload.github.com/killerprojecte/FlyBuff-Next/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killerprojecte%2FFlyBuff-Next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270771051,"owners_count":24642249,"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-08-16T02:00:11.002Z","response_time":91,"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":[],"created_at":"2024-12-08T01:15:05.156Z","updated_at":"2025-08-16T21:10:37.491Z","avatar_url":"https://github.com/killerprojecte.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **FlyBuff-Next**\n![COMMIT](https://shields.io/endpoint?url=https://flybuff-github.rgbmc.org)\n- 下一代宝石镶嵌系统\n- FlyBuff 1.x的继任\n- 功能模块化\n\n## Coming Soon\n- FlyBuff 2.x 即将发布\n\n## 从FlyBuff 2.x开始\n\nFlyBuff 2.x 全面重写了 FlyBuff 1.x的所有框架\n\n并对功能的自主实现提供API\n\n插件本体现不再内置任何实用性功能(如原先的: 药水效果, 粒子效果)\n\n所有功能将设计为模块 载入FlyBuff2.x\n\n## 模块开发\n\n开发FlyBuff2.x模块需要对BukkitAPI熟练操作\n\n所开发的模块 可为 **开源** 或 **闭源**\n\n模块并不管制 **付费模式**\n\n无需遵循此仓库所使用的开源协议 (即不限制开源协议)\n\n所有模块需要打包为jar并放入`plugins\\FlyBuff\\modules\\ `内\n\n## 模块注册\n\n所有模块仅需要实现FlyBuff2.x的接口```Buff**Handler```\n\n在jar被FlyBuff加载时将自动注册\n\n## 额外协议\n\n- 本内容根据GPLv3第7条发布\n\n```\n1. 禁止任何人以任何方式对FlyBuff-Next其可执行内容或源码进行付费分发\n2. 任何人对FlyBuff-Next源码进行分发时必须附上此仓库链接\n3. FlyBuff-Next开发者有权力对违规使用(诈骗行为, 违法行为等)FlyBuff的用户撤销使用授权\n```\n\n## 添加至依赖\n\n- Maven\n\n```xml\n\n\u003cproject xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n         xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\"\u003e\n    \u003cmodelVersion\u003e4.0.0\u003c/modelVersion\u003e\n    \u003cartifactId\u003eexample\u003c/artifactId\u003e\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003efastmcmirror-repo\u003c/id\u003e\n            \u003curl\u003ehttps://repo.fastmcmirror.org/content/repositories/releases/\u003c/url\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.fastmcmirror\u003c/groupId\u003e\n            \u003cartifactId\u003eflybuff-next\u003c/artifactId\u003e\n            \u003cversion\u003e2.0.0-SNAPSHOT-{COMMIT_ID}\u003c/version\u003e\n            \u003cscope\u003eprovided\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/project\u003e\n```\n\n- Gradle Groovy\n\n```groovy\nrepositories {\n    maven {\n        name = 'fastmcmirror-repo'\n        url = \"https://repo.fastmcmirror.org/content/repositories/releases/\"\n    }\n}\n\ndependencies {\n    compileOnly 'org.fastmcmirror:flybuff-next:2.0.0-SNAPSHOT-{COMMIT_ID}'\n}\n```\n\n- Gradle Kotlin\n\n```kotlin\nrepositories {\n    maven {\n        name = \"fastmcmirror-repo\"\n        url = uri(\"https://repo.fastmcmirror.org/content/repositories/releases/\")\n    }\n}\n\ndependencies {\n    compileOnly(\"org.fastmcmirror:flybuff-next:2.0.0-SNAPSHOT-{COMMIT_ID}\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillerprojecte%2Fflybuff-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkillerprojecte%2Fflybuff-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillerprojecte%2Fflybuff-next/lists"}