Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

MineLib/MineLib.Network

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Mono 3.10.0: Windows .NET 4.0:
Build Status Build status

MineLib.Network

Library for handling network connection with Minecraft server.

My implementation of How-it-should-be.

Supported Main(1.8) and Classic(Without Online mode yet) protocols.

Not all server and clients packets for 1.8 are fully supported yet. Few have some problems. Compression is fully supported.

You can use Events based packet handling (use RaisePacketHandledUnUsed() in NetworkHandler.Packets.cs) or handle dat stuff manually (use OnPacketHandled for that).

Supported:

  • Yggdrasil
  • Online && Pirate mode
  • Nah, i think all basic stuff is supported

Documentation will come soon. See https://github.com/Aragas/MineLib.ClientWrapper for "How use dat shiet"

Used repos:

About

Minecraft network functions. Old library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages