MinecraftCsharpServer This is a very primitive server for Minecraft. Please note that this is only made for fun and cant be used for anything serious. Even the code contains lot of things that doesnt make sense right now (ex: ThreadManager). Made in Visual Studio 2019 Functions: Can recieve UDP and TCP packets Can send UDP and TCP packets Handles server list ping Responses to ping packets Can handle login in offline mode credits: https://github.com/tom-weiland/tcp-udp-networking - the base code of this server, however his code was made for Unity. https://github.com/ObsidianMC/Obsidian - Some packet's related writing/reading methods.