An open API service indexing awesome lists of open source software.

https://github.com/lizainslie/dart_mc

Dart implementation of the Minecraft Protocol
https://github.com/lizainslie/dart_mc

dart minecraft minecraft-protocol minecraft-server

Last synced: 3 months ago
JSON representation

Dart implementation of the Minecraft Protocol

Awesome Lists containing this project

README

          

Minecraft Protocol implementation in dart.

## Features

- Basic Handshaking
- VarInt "conversion"

## Getting started

TODO

## Usage

Look at `examples` for some implementations.

## Additional information

Read https://wiki.vg/Protocol and understand how the Minecraft protocol works in order to fully understand this package.
Knowledge of the protocol is a MUST for contributing (or at least the ability to read and understand the wiki.)