Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
QueQiao
ModMIT

QueQiao

Minecraft Server Mod/Plugin for Real-time Player Events & API Broadcast Messaging.

6.6K
Downloads
10
Followers
2 months ago
Updated
📦
30
Versions
socialfabricfoliaforgeneoforgepaperspigotvelocity
Download Latestv0.4.1View on Modrinth

📖About QueQiao

🌍中文 / English

QueQiao Logo

QueQiao

✨ Minecraft Server Mod/Plugin for Real-time Player Events & API Broadcast Messaging ✨

license release

spigotmc velocity velocity velocity

forge fabric fabric

📖 Documentation · ⬇️ Modrinth · ⬇️ CurseForge · 🐛 Report Issues

Introduction

  • Distributes player events from the server in JSON format via WebSocket
    • Implemented Events:
      • Player Chat
      • Player Command
      • Player Death (Not available for Velocity)
      • Player Join
      • Player Quit
      • Player Advancement(Achievement)
  • Receives JSON messages via WebSocket and forwards to in-game players
    • Implemented APIs:
      • Broadcast
      • PrivateMessage
      • Title & SubTitle
      • ActionBar
      • Rcon Command

Documentation

  • Visit the ApiFox QueQiao for detailed documentation

Can't find a suitable Mod/Plugin version? Feel free to submit an Issue

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 or other API testing tools, or connect with Integration projects
    • Configure global Request 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"
      }
      
  5. Launch the game and join the server
  6. Refer to the API Documentation to send messages or listen to player events.

Integration Projects

  • @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

Related Projects

  • @kterna/queqiao_mcdr: MCDR implementation of QueQiao for message exchange

Compatibility

  • @kitUIN/ChatImage: Displays images in Minecraft chat

Community

  • Discord

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.

👥 Team & Contributors

17TheWord
17TheWordOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabricfoliaforgeneoforgepaperspigotvelocity
Minecraft Versions
1.12.2

🔗 Links

Modrinth Page