Skip to content

GamerVII-NET/MCPing.NET

Repository files navigation

MCPing.NET

MCPint.NET (Minecraft Pink NET) is a DotNET solution for getting basic information about the Minecraft server supporting Minecraft Query

Query

This method uses GameSpy4 protocol, and requires enabling query listener in your server.properties like this:

enable-query=true
query.port=25565

Example

using GamerVII.MCPing.Status;
using GamerVII.MCPing.Status.Models;

...

MCPing minecarftPing = new MCPing("YOUR_IP_ADDRESS");
MinecraftServer status = minecarftPing.GetStatus();

License

MIT

About

MCPint.NET (Minecraft Pink NET) is a DotNET solution for getting basic information about the Minecraft server supporting Minecraft Query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages