
Minecraft Server Mod/Plugin for Real-time Player Events & API Broadcast Messaging.
✨ Minecraft Server Mod/Plugin for Real-time Player Events & API Broadcast Messaging ✨
📖 Documentation · ⬇️ Modrinth · ⬇️ CurseForge · 🐛 Report Issues
JSON format via WebSocketEvents:Player ChatPlayer CommandPlayer Death (Not available for Velocity)Player JoinPlayer QuitPlayer Advancement(Achievement)JSON messages via WebSocket and forwards to in-game playersApiFox QueQiao for detailed documentationCan't find a suitable Mod/Plugin version? Feel free to submit an
Issue
plugin/modwebsocket_server in config.yml:enable: true # Enable WebSocket serverhost: "127.0.0.1" # WebSocket Server addressport: 8080 # WebSocket Server portWebSocket Server to initializeApiFox or other API testing tools, or connect with Integration projectsRequest Header:{
// 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"
}
API Documentation to send messages or listen to player events.@17TheWord/nonebot-adapter-minecraft: NoneBot2 adapter@17TheWord/nonebot-plugin-mcqq: NoneBot2 plugin@CikeyQi/mc-plugin: YunZai plugin@Twiyan0/koishi-plugin-minecraft-sync-msg: Koishi plugin@17TheWord/zerobot-plugin-mcqq: ZeroBot plugin@kterna/astrbot_plugin_mcqq: AstrBot plugin@KroMiose/nekro-agent: AI agent@kterna/queqiao_mcdr: MCDR implementation of QueQiao for message exchange@kitUIN/ChatImage: Displays images in Minecraft chat@kitUIN: For code assistance and build tools@kitUIN/ModMultiVersion: IDEA multi-version MOD plugin@kitUIN/ModMultiVersionTool: Multi-version MOD build toolAfdianIssuesPull requestsThis project is licensed under the MIT license.