Nevoka.MinecraftRPC is a .NET 8 library for integrating Minecraft Server Management protocol. It enables developers to display real-time Minecraft server information and notifications.
- Query Minecraft Server Management status and notifications
- Easy integration with .NET 8 applications
- Example project included
- .NET 8 SDK or later
Add the package reference to your project:
<ItemGroup>
<PackageReference Include="Nevoka.MinecraftRPC" Version="*" />
</ItemGroup>
Or, if building from source:
dotnet build
See the Nevoka.MinecraftRPC.Example project for a usage demonstration.
Basic usage: See example
This project is licensed under the Apache License 2.0.
Contributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.
Copyright 2025 Nevoka