Compatibility
Minecraft: Java Edition
1.21.4
1.21–1.21.1
1.20.4
1.20.1
1.19.2
1.18.2
1.16.5
1.13
1.12.2
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 10 months ago
Updated 2 weeks ago
QueQiao
✨ A bridge for connecting to the Minecraft server ✨
📖Docs · 📃Chinese · 🐛Submit Suggestion/Bug
Introduction
- Distributes player events from the server in
JSON
format viaWebSocket
- Implemented
Events
:Player Chat
Player Command
Player Death
(Not available for Velocity)Player Join
Player Quit
- Implemented
- Receives
JSON
messages viaWebSocket
and forwards to in-game players- Implemented APIs:
Documentation & Downloads
- Visit the
Wiki
for detailed documentation
Quick Start
- Install the corresponding server
plugin/mod
- Configure
websocket_server
inconfig.yml
:enable: true
# Enable WebSocket serverhost: "127.0.0.1"
# WebSocket Server addressport: 8080
# WebSocket Server port
- Start the server and wait for
WebSocket Server
to initialize - Use
ApiFox
or 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
:NoneBot2
adapter supporting message exchange andRcon
commands@17TheWord/nonebot-plugin-mcqq
:NoneBot2
plugin for chat integration betweenOneBot
/QQ
and Minecraft@CikeyQi/mc-plugin
: Yunzai plugin forOneBot
protocol integration@Twiyan0/koishi-plugin-minecraft-sync-msg
:Koishi
plugin for chat integration@17TheWord/zerobot-plugin-mcqq
:ZeroBot
plugin 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.