{"id":27935157,"url":"https://github.com/GongSunFangYun/BeaconEX","last_synced_at":"2026-01-21T09:03:08.499Z","repository":{"id":291617268,"uuid":"972797926","full_name":"FanYaRou/BeaconEX","owner":"FanYaRou","description":"Minecraft 伺服器命令行工具箱","archived":false,"fork":false,"pushed_at":"2025-05-07T04:43:38.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T06:14:46.511Z","etag":null,"topics":["fun","minecraft","minecraft-server","terminal-app","tool"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FanYaRou.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":"2025-04-25T17:19:15.000Z","updated_at":"2025-05-07T05:24:09.000Z","dependencies_parsed_at":"2025-05-05T18:00:00.099Z","dependency_job_id":null,"html_url":"https://github.com/FanYaRou/BeaconEX","commit_stats":null,"previous_names":["fanyarou/beaconex"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FanYaRou%2FBeaconEX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FanYaRou%2FBeaconEX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FanYaRou%2FBeaconEX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FanYaRou%2FBeaconEX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FanYaRou","download_url":"https://codeload.github.com/FanYaRou/BeaconEX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252824166,"owners_count":21809715,"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":["fun","minecraft","minecraft-server","terminal-app","tool"],"created_at":"2025-05-07T06:14:50.454Z","updated_at":"2026-01-21T09:03:08.465Z","avatar_url":"https://github.com/FanYaRou.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BeaconEX - Minecraft 伺服器命令行工具箱\n\n[![GitHub release](https://img.shields.io/github/v/release/FanYaRou/BeaconEX?style=flat-square)]()\n[![Downloads](https://img.shields.io/github/downloads/FanYaRou/BeaconEX/total?style=flat-square)]()\n[![Stars](https://img.shields.io/github/stars/FanYaRou/BeaconEX?style=flat-square)]()\n[![Forks](https://img.shields.io/github/forks/FanYaRou/BeaconEX?style=flat-square)]()\n[![Issues](https://img.shields.io/github/issues/FanYaRou/BeaconEX?style=flat-square)]()\n![简体中文支持](https://img.shields.io/badge/简体中文-支持-ff8c00?style=flat-square\u0026labelColor=ff8c00\u0026color=ffd700)\n\n## 它能做什麽？\n\n\u003eBeaconEX 是一個專為 Minecraft 伺服器管理員設計的多功能命令行工具，提供以下核心功能：\n\u003e- 伺服器狀態查詢：支援 Java 版和基岩版伺服器的基本信息查詢\n\u003e- 網路診斷工具：TCPing/UDPing 測試伺服器響應能力\n\u003e- 遠程控制：通過 RCON 協議遠程執行指令\n\u003e- 數據分析：玩家 NBT 解析、世界檔案檢查、日誌分析\n\u003e- 實用工具：自動生成啟動腳本、玩家活動熱力圖生成\n\n## 系統需求\n\n- 作業系統：Windows 10 或更新版本（不太支援 Windows 7）\n- 運行環境：已配置 Java 運行環境\n- 權限要求：建議以管理員身份運行\n\n## 使用者需求\n- 懂得```Windows Powershell``` / ```Windows Command Prompt```用法\n- 了解終端程序中的主命令，參數和語法分別是什麽\n\n## 安裝說明\n\n1. 下載 BeaconEX.msi 安裝包\n2. 以管理員身份運行安裝程序\n3. 按照指引完成安裝（程式會自動添加至系統環境變量）\n4. 如環境變量未正確配置，請手動將安裝目錄添加至 Path 變量\n\n## 命令使用指南\n### 查詢功能\n```bash\n# 查詢 Java 版伺服器（默認端口可省略 -p 參數）\nbex -java -ip mc.example.com -p 25565\n```\n```bash\n# 查詢基岩版伺服器（默認端口可省略 -p 參數）\nbex -bedrock -ip mc.example.com -p 19132\n```\n### 遠程控制功能\n```bash\n# RCON 執行單個命令（默認端口可省略 -p 參數）\nbex -rcon -ip mc.example.com -p 25565 -rp 25575 -pw password -cmd \"say Hello\"\n```\n```bash\n# RCON 交互模式（默認端口可省略 -p 參數）\nbex -rcon -ip mc.example.com -p 25565 -rp 25575 -pw password -cg\n```\n### 數據包測試功能\n```bash\n### 網路測試\n# TCPing 測試（Java 版，默認端口可省略 -p 參數）\nbex -java -ip mc.example.com -p 25565 -ping Ping次數（選填，默認4次）\n```\n```bash\n# UDPing 測試（基岩版，默認端口可省略 -p 參數）\nbex -bedrock -ip mc.example.com -p 19132 -ping Ping次數（選填，默認4次）\n```\n### 數據分析功能\n```bash\n# 日誌分析（指定文件路徑）\nbex -la -lp \"C:/Server/logs/latest.log\"\n```\n```bash\n# 玩家 NBT 分析（指定文件路徑）\nbex -nbt -np \"C:/Server/world/playerdata/XXXXXXXX.dat\"\n```\n```bash\n# level.dat 完整性檢查（指定文件夾路徑）\nbex -wc -np \"C:/Server/\"\n```\n### 生成功能\n```bash\n# 生成啟動腳本（指定文件路徑）\nbex -genbat -rq \"paper1.20.1核心，最大分配4G，最小分配2G。\"\n```\n```bash\n# 生成玩家熱力圖（指定文件夾路徑）\nbex -hp -np \"C:/Server/world/playerdata/\"\n```\n### 雜項\n```bash\n# 檢查版本\nbex -v\n```\n```bash\n# 程式更新\nbex -update\n```\n```bash\n# 關於我們\nbex -about\n```\n## 注意事項\n\n1. 使用 RCON 功能時請確保在```server.properties```正確配置了以下内容：\n```bash\nenable-rcon=true\nrcon.password=你的RCON連接密碼\nrcon.port=你的RCON端口\n```\n4. 如遇到任何問題，請提交 [issues](https://github.com/FanYaRou/BeaconEX/issues/new) 至我們的代碼倉庫\n\n## 未來計劃\n\n- 增加對 ```Linux``` 和 ```MacOS``` 平台的支援\n- 添加更多數據可視化功能\n\n## 授權協議\n\nBeaconEX 使用臨時閉源分發政策。在未經授權的情況下，禁止對該程序進行任何反向操作！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGongSunFangYun%2FBeaconEX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGongSunFangYun%2FBeaconEX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGongSunFangYun%2FBeaconEX/lists"}