{"id":19184046,"url":"https://github.com/guangchen2333/crystalkilllistener","last_synced_at":"2025-05-08T00:02:13.317Z","repository":{"id":143223851,"uuid":"448457196","full_name":"GuangChen2333/CrystalKillListener","owner":"GuangChen2333","description":"(Minecraft 1.12) 在 Spigot 服务端中添加一个玩家使用末影水晶击杀玩家的事件 | Add an event in Spigot API to listen to players kill a player with EndCrystal","archived":false,"fork":false,"pushed_at":"2024-02-06T08:20:23.000Z","size":430,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T05:32:05.970Z","etag":null,"topics":["2b2t","2b2t-pvp","crystal-pvp","minecraft","papermc","papermc-api","papermc-plugin","plugin","spigot","spigot-api","spigot-library","spigot-plugin","spigotmc"],"latest_commit_sha":null,"homepage":"https://GuangChen2333.github.io/CrystalKillListener/","language":"Java","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/GuangChen2333.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,"zenodo":null}},"created_at":"2022-01-16T04:30:50.000Z","updated_at":"2024-10-25T15:43:46.000Z","dependencies_parsed_at":"2025-04-20T05:30:45.163Z","dependency_job_id":"8aefc534-dfb6-479a-b164-110421ebd72d","html_url":"https://github.com/GuangChen2333/CrystalKillListener","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuangChen2333%2FCrystalKillListener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuangChen2333%2FCrystalKillListener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuangChen2333%2FCrystalKillListener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuangChen2333%2FCrystalKillListener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuangChen2333","download_url":"https://codeload.github.com/GuangChen2333/CrystalKillListener/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973675,"owners_count":21834107,"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":["2b2t","2b2t-pvp","crystal-pvp","minecraft","papermc","papermc-api","papermc-plugin","plugin","spigot","spigot-api","spigot-library","spigot-plugin","spigotmc"],"created_at":"2024-11-09T11:06:00.858Z","updated_at":"2025-05-08T00:02:13.225Z","avatar_url":"https://github.com/GuangChen2333.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"CrystalKillListener\n---\n![Build](https://github.com/GuangChen2333/CrystalKillListener/actions/workflows/build.yml/badge.svg)\n![Dev-Build](https://github.com/GuangChen2333/CrystalKillListener/actions/workflows/dev-build.yml/badge.svg)\n![MAVEN](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fs01.oss.sonatype.org%2Fcontent%2Frepositories%2Fsnapshots%2Fio%2Fgithub%2Fguangchen2333%2FCrystalKillListener%2Fmaven-metadata.xml\u0026style=flat)\n![LICENSE](https://img.shields.io/github/license/GuangChen2333/CrystalKillListener?style=flat)\n![STARS](https://img.shields.io/github/stars/GuangChen2333/CrystalKillListener)\n![DOWNLOAD](https://img.shields.io/github/downloads/GuangChen2333/CrystalKillListener/total)\n\n**English** | [简体中文](https://github.com/GuangChen2333/CrystalKillListener/blob/master/README_cn.md)\n\nAdd an event in Spigot API to listen to players kill a player with End Crystal\n\nSupported Minecraft Version: 1.12\n\n[**JavaDoc**](https://guangchen2333.github.io/CrystalKillListener/)\n-\u003e\n[**PlayerDeathByPlayerWithCrystalEvent**](\nhttps://guangchen2333.github.io/CrystalKillListener/cn/guangchen233/crystallistener/events/PlayerDeathByPlayerWithCrystalEvent.html\n)\n\n## Usage\n\n### For Users\n\nDrag \u0026 Drop the `JAR` into the `plugins` folder of your server.\n\n### For Developers\n\n1. Include the following in your project's `plugin.yml`\n\n```yaml\ndepend:\n  - CrystalKillListener\n```\n\n2. Add dependencies to your build tools.\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003cstrong\u003eGradle :\u003c/strong\u003e\u003c/summary\u003e\n\n```groovy\nrepositories {\n    maven {\n        url = \"https://s01.oss.sonatype.org/content/repositories/snapshots/\"\n    }\n}\n\ndependencies {\n    compileOnly 'io.github.guangchen2333:CrystalKillListener:{VERSION}'\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eMaven: \u003c/strong\u003e\u003c/summary\u003e\n\n```xml\n\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003eOSSRH\u003c/id\u003e\n        \u003curl\u003ehttps://s01.oss.sonatype.org/content/repositories/snapshots/\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n```xml\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eio.github.guangchen2333\u003c/groupId\u003e\n        \u003cartifactId\u003eCrystalKillListener\u003c/artifactId\u003e\n        \u003cversion\u003e{VERSION}\u003c/version\u003e\n        \u003cscope\u003ecompile\u003c/scope\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n\u003c/details\u003e\n\n## Usage example\n\n```java\nimport org.bukkit.event.Listener;\nimport org.bukkit.event.EventHandler;\nimport cn.guangchen233.crystallistener.events.PlayerDeathByPlayerWithCrystalEvent;\n\npublic class Example implements Listener {\n    @EventHandler\n    public void onPlayerDeathWithCrystal(PlayerDeathByPlayerWithCrystalEvent event) {\n        System.out.println(event.toString());\n    }\n}\n```\n\n## About\n\nIf you like this project, please give this project a star.\n\nIf you have any ideas or suggestions about this project, feel free to submit Pull Requests or Issue and I will review\nthem carefully.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguangchen2333%2Fcrystalkilllistener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguangchen2333%2Fcrystalkilllistener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguangchen2333%2Fcrystalkilllistener/lists"}