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

MineLib/MineLib.Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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