Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.2
1.7.10
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last year
Updated last week
QueQiao
✨ A bridge for connecting to the Minecraft server ✨
📖Docs · 📃Chinese · 🐛Submit Suggestion/Bug
Introduction
- Distributes player events from the server in
JSONformat viaWebSocket- Implemented
Events:Player ChatPlayer CommandPlayer Death(Not available for Velocity)Player JoinPlayer Quit
- Implemented
- Receives
JSONmessages viaWebSocketand forwards to in-game players- Implemented APIs:
Documentation
- Visit the
Wikifor detailed documentation
Quick Start
- Install the corresponding server
plugin/mod - Configure
websocket_serverinconfig.yml:enable: true# Enable WebSocket serverhost: "127.0.0.1"# WebSocket Server addressport: 8080# WebSocket Server port
- Start the server and wait for
WebSocket Serverto initialize - Use
ApiFoxor other API testing tools, or connect with Integration projects- Configure global
Request Header:{ "x-self-name": "TestServer", // Required // Server name, must match 'server_name' in config.yml "Authorization": "Bearer 123", // Optional // Authentication, must match 'access_token' in config.yml (can be omitted if 'auth_token' is empty) }
- Configure global
- Launch the game and join the server
Integration Projects
@17TheWord/nonebot-adapter-minecraft:NoneBot2adapter supporting message exchange andRconcommands@17TheWord/nonebot-plugin-mcqq:NoneBot2plugin for chat integration betweenOneBot/QQand Minecraft@CikeyQi/mc-plugin: Yunzai plugin forOneBotprotocol integration@Twiyan0/koishi-plugin-minecraft-sync-msg:Koishiplugin for chat integration@17TheWord/zerobot-plugin-mcqq:ZeroBotplugin forOneBot-Minecraft integration
Compatibility
@kitUIN/ChatImage: Displays images in Minecraft chat
Special Thanks
@kitUIN: For code assistance and build tools@kitUIN/ModMultiVersion: IDEA multi-version MOD plugin@kitUIN/ModMultiVersionTool: Multi-version MOD build tool
Support & Contribution
- Star this project if you find it useful or support me on
Afdian - Submit suggestions/bugs via
Issues - Contribute via
Pull requests
License
This project is licensed under the MIT license.



