SkillAgentSearch skills...

Protocol

A protocol library for Minecraft Bedrock Edition

Install / Use

/learn @CloudburstMC/Protocol
About this skill

Quality Score

0/100

Supported Platforms

Claude Code
Cursor

README

Protocol

License Build Status Discord Version

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

If you would like to add your project here, please create a pull request.

Related Skills

View on GitHub
GitHub Stars383
CategoryDevelopment
Updated1d ago
Forks113

Languages

Java

Security Score

100/100

Audited on Mar 24, 2026

No findings