{"id":26817765,"url":"https://github.com/zhou-shilin/baimorconapi","last_synced_at":"2025-07-29T10:39:01.092Z","repository":{"id":161475038,"uuid":"635706682","full_name":"Zhou-Shilin/BaimoRconAPI","owner":"Zhou-Shilin","description":"A plugin that add some APIs for rcon scripts","archived":false,"fork":false,"pushed_at":"2023-05-12T09:47:52.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T04:17:44.783Z","etag":null,"topics":["bukkit-plugin","minecraft","minecraft-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zhou-Shilin.png","metadata":{"files":{"readme":"README-CN.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-03T09:29:47.000Z","updated_at":"2023-07-23T12:25:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"02d448ed-c59e-4480-bb7a-6809fa375db9","html_url":"https://github.com/Zhou-Shilin/BaimoRconAPI","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"CyberFlameGO/plugin-template","purl":"pkg:github/Zhou-Shilin/BaimoRconAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhou-Shilin%2FBaimoRconAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhou-Shilin%2FBaimoRconAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhou-Shilin%2FBaimoRconAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhou-Shilin%2FBaimoRconAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zhou-Shilin","download_url":"https://codeload.github.com/Zhou-Shilin/BaimoRconAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zhou-Shilin%2FBaimoRconAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267672243,"owners_count":24125530,"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-29T02:00:12.549Z","response_time":2574,"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":["bukkit-plugin","minecraft","minecraft-plugin"],"created_at":"2025-03-30T04:17:47.344Z","updated_at":"2025-07-29T10:39:01.083Z","avatar_url":"https://github.com/Zhou-Shilin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BaimoRconAPI - `Alpha`\n[English](https://github.com/Zhou-Shilin/BaimoRconAPI/blob/master/README-CN.md) | Chinese\n\nBaimoRconAPI 是一个 Minecraft 插件，它允许rcon脚本使用命令来获取/修改信息。\n\n## 警告\n该插件仍处于 Alpha 阶段，只有少量的 API，其中一些*还没有测试*。**现在不要在生产环境中使用它。**\n\n## 功能\n* 获取玩家信息：位置，UUID，世界，生命值，饥饿度，经验，经验等级，允许飞行，速度等。\n* 设置玩家信息：显示名称，指南针目标等。\n* 正在施工：有关方块和实体的内容。\n\n## TODO\n - [x] 获取/修改玩家信息\n - [x] 获取/修改方块信息\n - [x] 支持创建自定义API指令\n - [ ] 获取修改实体\n - [ ] 获取修改物品\n - [ ] 支持添加伪监听器\n\n## 安装\n1. 从[Releases](https://github.com/Zhou-Shilin/BaimoRconAPI/releases)下载最新版本。\n2. 将下载的 `BaimoRconAPI.jar` 文件复制到您的服务器的 `plugins` 文件夹中。\n3. 重新启动服务器。\n\n## 用法\n点[我](https://baimoqilin.gitbook.io/baimorconapi/documentation)查看完整文档。\n\n### 快速开始\n\n#### 玩家信息\n要获取有关玩家的信息，请使用以下命令：\n```\n/baimoapi player get\u003c信息\u003e \u003cplayer-name\u003e\n```\n将 `\u003c信息\u003e` 替换为要获取的信息（例如 `Pos`，`UUID`，`World`，`Health`，`Hunger`，`Exp`，`ExpLevel`，`AllowFlight`，`Speed`，`Locale`，`ClientViewDistance`）。将 `\u003cplayer-name\u003e` 替换为您要获取信息的玩家的名称。\n\n要修改玩家信息，请使用以下命令：\n```\n/baimoapi player set\u003c信息\u003e \u003cplayer-name\u003e\n```\n将 `\u003c信息\u003e` 替换为要获取的信息（例如 `DisplayName`，`CompassTarget`）。将 `\u003cplayer-name\u003e` 替换为您要获取信息的玩家的名称。\n\n##### 特殊\n要获取玩家的床出生点位置，请使用以下命令：\n```\n/baimoapi player getBedSpawnLocation \u003cplayer-name\u003e\n```\n将 `\u003cplayer-name\u003e` 替换为您要获取床位置信息的玩家的名称。请注意，如果玩家没有设置床出生点位置，则该命令将返回 \"Bed Spawn Location=none\"。如果玩家设置了床出生点位置，则该命令将返回世界的名称，然后是床出生点位置的 x、y 和 z 坐标。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhou-shilin%2Fbaimorconapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhou-shilin%2Fbaimorconapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhou-shilin%2Fbaimorconapi/lists"}