Protocol
A protocol library for Minecraft Bedrock Edition
Install / Use
/learn @CloudburstMC/ProtocolQuality Score
Category
Development & EngineeringSupported Platforms
README
Protocol
Introduction
A protocol library for Minecraft that supports multiple versions. (Currently Bedrock Edition only)
Links
Usage
Check out EXAMPLES.md for examples on how to use this library.
Supported Versions
This library supports versions 1.7.0+. You can find more information about the supported versions in the VERSIONS.md file.
Adding to Your Project
Snapshots are available in the OpenCollab Maven repository. You can add the following configuration to your Maven/Gradle project to use this library.
<details open> <summary><b>Gradle</b></summary>repositories {
maven("https://repo.opencollab.dev/maven-snapshots/")
}
dependencies {
implementation("org.cloudburstmc.protocol:bedrock-connection:3.0.0.Beta6-SNAPSHOT")
}
</details>
<details>
<summary><b>Maven</b></summary>
<repositories>
<repository>
<id>opencollab-snapshots</id>
<url>https://repo.opencollab.dev/maven-snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.cloudburstmc.protocol</groupId>
<artifactId>bedrock-connection</artifactId>
<version>3.0.0.Beta6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</details>
Projects Using This Library
- Cloudburst - A bedrock first server software
- ProxyPass - Vanilla server man-in-the-middle proxy
- Geyser - A bridge between Bedrock and Java Edition
- BedrockConnect - Allow Xbox/Switch Bedrock clients to add and join servers
If you would like to add your project here, please create a pull request.
Related Skills
node-connect
336.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
336.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.0kCommit, push, and open a PR
