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
- Host: GitHub
- URL: https://github.com/lizainslie/dart_mc
- Owner: LizAinslie
- Created: 2021-12-10T23:04:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T00:36:10.000Z (almost 4 years ago)
- Last Synced: 2024-12-27T20:34:19.792Z (9 months ago)
- Topics: dart, minecraft, minecraft-protocol, minecraft-server
- Language: Dart
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.)