QueQiao
๐ก Updated this year๐ผ๏ธ Gallery (1 images)
๐ Analysis
- ๐ 0.1% endorsement rate
- ๐ #39 of 99 fabric mods in this game by downloads
๐ About This Mod
<div align="right"> ๐<a href="https://github.com/17TheWord/QueQiao/blob/main/README.md">ไธญๆ</a> / English </div> <p align="center"> <img src="https://raw.githubusercontent.com/17TheWord/nonebot-adapter-minecraft/main/assets/logo.png" width="200" height="200" alt="QueQiao Logo"> </p> <div align="center"> # QueQiao โจ Minecraft Server Mod/Plugin for Real-time Player Events & API Broadcast Messaging โจ </div> <p align="center"> <a href="https://github.com/17TheWord/QueQiao/blob/main/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-green" alt="license"> </a> <a href="https://github.com/17TheWord/QueQiao/releases"> <img src="https://img.shields.io/github/v/release/17TheWord/QueQiao" alt="release"> </a> </p> <p align="center"> <a href="https://www.spigotmc.org"> <img src="https://img.shields.io/badge/SpigotMC-1.12.2--latest-blue?logo=data:image/png;base64,..." alt="spigotmc"/> </a> <a href="https://docs.papermc.io/paper"> <img src="https://img.shields.io/badge/PaperMC-1.17.1--latest-blue?logo=data:image/png;base64,..." alt="velocity"> </a> <a href="https://docs.papermc.io/folia"> <img src="https://img.shields.io/badge/Folia-1.21.4--latest-blue?logo=data:image/png;base64,..." alt="velocity"> </a> <a href="https://papermc.io/software/velocity"> <img src="https://img.shields.io/badge/Velocity-3.3.0-blue?logo=data:image/png;base64,..." alt="velocity"> </a> </p> <p align="center"> <a href="https://files.minecraftforge.net"> <img src="https://img.shields.io/badge/Forge-1.7.10--1.21-blue?logo=data:image/png;base64,..." alt="forge"> </a> <a href="https://fabricmc.net"> <img src="https://img.shields.io/badge/Fabric-1.16.5--1.21.8-blue?logo=data:image/png;base64,..." alt="fabric"> </a> <a href="https://neoforged.net/"> <img src="https://img.shields.io/badge/NeoForge-1.21.1-blue?logo=data:image/png;base64,..." alt="fabric"> </a> </p> <p align="center"> <a href="https://queqiao.apifox.cn">๐ Documentation</a> ยท <a href="https://modrinth.com/plugin/queqiao">โฌ๏ธ Modrinth</a> ยท <a href="https://www.curseforge.com/minecraft/mc-mods/queqiao">โฌ๏ธ CurseForge</a> ยท <a href="https://github.com/17TheWord/QueQiao/issues">๐ Report Issues</a> </p> ## Introduction - Distributes **player events** from the server in `JSON` format via `WebSocket` - Implemented (https://queqiao.apifox.cn/68795505f0): - (https://queqiao.apifox.cn/7662378m0) - (https://queqiao.apifox.cn/7662404m0) - (https://queqiao.apifox.cn/7662407m0) (Not available for Velocity) - (https://queqiao.apifox.cn/7662405m0) - (https://queqiao.apifox.cn/7662406m0) - (https://queqiao.apifox.cn/7662410m0) - Receives `JSON` messages via `WebSocket` and forwards to in-game players - Implemented APIs: - (https://queqiao.apifox.cn/3690114w0) - (https://queqiao.apifox.cn/3690118w0) - (https://queqiao.apifox.cn/3690115w0) - (https://queqiao.apifox.cn/3690116w0) - (https://queqiao.apifox.cn/3690119w0) ## Documentation - Visit the (https://queqiao.apifox.cn/) for detailed documentation > Can't find a suitable Mod/Plugin version? Feel free to submit an (https://github.com/17TheWord/QueQiao/issues/new?template=version_feature.yml) ## Quick Start 1. Install the corresponding server `plugin/mod` 2. Configure `websocket_server` in `config.yml`: - `enable: true` # Enable WebSocket server - `host: "127.0.0.1"` # WebSocket Server address - `port: 8080` # WebSocket Server port 3. Start the server and wait for `WebSocket Server` to initialize 4. Use (https://apifox.com/) or other API testing tools, or connect with (#integration-projects) projects - Configure global `Request Header`: ```json5 { // Required: server name, must match 'server_name' in config.yml "x-self-name": "TestServer", // Optional: auth token, must match 'access_token' in config.yml (omit if empty) "Authorization": "Bearer 123" } ``` 5. Launch the game and join the server 6. Refer to the (https://queqiao.apifox.cn/68642911f0) to send messages or listen to player events. ## Integration Projects - (https://github.com/17TheWord/nonebot-adapter-minecraft): `NoneBot2` adapter - (https://github.com/17TheWord/nonebot-plugin-mcqq): `NoneBot2` plugin - (https://github.com/CikeyQi/mc-plugin): `YunZai` plugin - (https://github.com/Twiyin0/koishi-plugin-minecraft-sync-msg): `Koishi` plugin - (https://github.com/17TheWord/zerobo
โจ Minecraft Server Mod/Plugin for Real-time Player Events & API Broadcast Messaging โจ
๐ Documentation ยท โฌ๏ธ Modrinth ยท โฌ๏ธ CurseForge ยท ๐ Report Issues
## Introduction
- Distributes player events from the server in `JSON` format via `WebSocket`
- - Implemented [`Events`](https://queqiao.apifox.cn/68795505f0):
- - [`Player Chat`](https://queqiao.apifox.cn/7662378m0)
- - [`Player Command`](https://queqiao.apifox.cn/7662404m0)
- - [`Player Death`](https://queqiao.apifox.cn/7662407m0) (Not available for Velocity)
- - [`Player Join`](https://queqiao.apifox.cn/7662405m0)
- - [`Player Quit`](https://queqiao.apifox.cn/7662406m0)
- - [`Player Advancement(Achievement)`](https://queqiao.apifox.cn/7662410m0)
- Receives `JSON` messages via `WebSocket` and forwards to in-game players
- - Implemented APIs:
- - [`Broadcast`](https://queqiao.apifox.cn/3690114w0)
- - [`PrivateMessage`](https://queqiao.apifox.cn/3690118w0)
- - [`Title & SubTitle`](https://queqiao.apifox.cn/3690115w0)
- - [`ActionBar`](https://queqiao.apifox.cn/3690116w0)
- - [`Rcon Command`](https://queqiao.apifox.cn/3690119w0)
## Documentation
- Visit the [`ApiFox QueQiao`](https://queqiao.apifox.cn/) for detailed documentation
> Can't find a suitable Mod/Plugin version? Feel free to submit an [`Issue`](https://github.com/17TheWord/QueQiao/issues/new?template=version_feature.yml)
## Quick Start
1. Install the corresponding server `plugin/mod` 2. Configure `websocket_server` in `config.yml`: - `enable: true` # Enable WebSocket server - `host: "127. 0. 0. 1"` # WebSocket Server address - `port: 8080` # WebSocket Server port 3. Start the server and wait for `WebSocket Server` to initialize 4. Use [`ApiFox`](https://apifox.com/) or other API testing tools, or connect with (#integration-projects) projects - Configure global `Request Header`: ```json5 { // Required: server name, must match 'server_name' in config.yml "x-self-name": "TestServer", // Optional: auth token, must match 'access_token' in config.yml (omit if empty) "Authorization": "Bearer 123" } ``` 5. Launch the game and join the server 6. Refer to the [`API Documentation`](https://queqiao.apifox.cn/68642911f0) to send messages or listen to player events.
## Integration Projects
- [`@17TheWord/nonebot-adapter-minecraft`](https://github.com/17TheWord/nonebot-adapter-minecraft): `NoneBot2` adapter
- [`@17TheWord/nonebot-plugin-mcqq`](https://github.com/17TheWord/nonebot-plugin-mcqq): `NoneBot2` plugin
- [`@CikeyQi/mc-plugin`](https://github.com/CikeyQi/mc-plugin): `YunZai` plugin
- [`@Twiyan0/koishi-plugin-minecraft-sync-msg`](https://github.com/Twiyin0/koishi-plugin-minecraft-sync-msg): `Koishi` plugin
- [`@17TheWord/zerobot-plugin-mcqq`](https://github.com/17TheWord/zerobo
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- 17TheWord
- Version
- 0.5.1+paper-26.1.1
- Downloads
- 16,741
- Endorsements
- 15
- Category
- fabric
- Created
- 8/19/2024
- Updated
- 8/1/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2, 26.2
- Tags
- social
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does QueQiao support?
The author lists 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.
What is the latest version of QueQiao?
Version 0.5.1+paper-26.1.1, published 2026-08-01 with 16,741 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await
