Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 330 Bytes

Pingo

A simple library to ping Minecraft: Java/Bedrock edition servers that supports almost all versions.

⚠️ Currently still working on implementing older versions.

Usage

var options = new MinecraftPingOptions
{
    Address = "127.0.0.1",
    Port = 25565
};

var status = await Minecraft.PingAsync(options);