QuantumMC 0.0.1-alpha2
dotnet add package QuantumMC --version 0.0.1-alpha2
NuGet\Install-Package QuantumMC -Version 0.0.1-alpha2
<PackageReference Include="QuantumMC" Version="0.0.1-alpha2" />
<PackageVersion Include="QuantumMC" Version="0.0.1-alpha2" />
<PackageReference Include="QuantumMC" />
paket add QuantumMC --version 0.0.1-alpha2
#r "nuget: QuantumMC, 0.0.1-alpha2"
#:package QuantumMC@0.0.1-alpha2
#addin nuget:?package=QuantumMC&version=0.0.1-alpha2&prerelease
#tool nuget:?package=QuantumMC&version=0.0.1-alpha2&prerelease
<h1 align="center"> <p> <img width="700" src="https://socialify.git.ci/BedrockSharp/QuantumMC/image?description=1&font=Inter&forks=1&issues=1&logo=https%3A%2F%2Fgithub.com%2FBedrockSharp%2FQuantumMC%2Fblob%2Fmaster%2F.github%2Flogo.png%3Fraw%3Dtrue&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Auto" alt="The QuantumMC logo"> </p> </h1>
<p align="center"> <a href="#the-vision">The Vision</a> • <a href="#how-to-use">How To Use</a> • <a href="#credits">Credits</a> • <a href="#license">License</a> </p>
🚀 The Vision
QuantumMC aims to be the modern C# pioneer for Bedrock server software.
By leveraging the cutting-edge performance enhancements of .NET 9, QuantumMC moves entirely away from archaic procedural code into a beautifully scalable, highly-concurrent (OOP) Object-Oriented framework.
💻 How To Use
Option 1: Downloading a Release (Easiest)
If you just want to run the server without compiling anything, you can grab the latest pre-compiled binaries:
- Navigate to the Releases page.
- Download the latest
QuantumMC.dllfrom the assets. - Open a terminal in your download folder and run the server using the .NET 9 runtime:
dotnet QuantumMC.dll
Option 2: Running from Source
To deploy your own bleeding-edge QuantumMC node directly from the repository, ensure you have the .NET 9.0 SDK installed.
# 1. Clone the bleeding edge QuantumMC repository
$ git clone https://github.com/BedrockSharp/QuantumMC.git
# 2. Enter the source directory
$ cd QuantumMC
# 3. Build the optimal release binary
$ dotnet build -c Release
# 4. Spin up the server!
$ dotnet run --project src/QuantumMC/QuantumMC.csproj
🤝 Contributing
We strongly believe an open-source bedrock environment is the ultimate key to a better multiplayer universe.
- Fork the repository and create your custom feature branch (
git checkout -b feature/YourFeature). - Adhere to the C# principles detailed within the undocumented components (
AGENTS.md). - Create a Pull Request.
⚖️ License
QuantumMC is distributed under the proprietary ecosystem standards allowing completely free community execution while strictly encouraging code-return enhancements. (See the LICENSE document for further details.)
<p align="center"> <i>Developed with ❤️ for the Bedrock Community</i> </p>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- BedrockProtocol (>= 1.0.3)
- BedrockSharp.Nbt (>= 1.0.1)
- BouncyCastle.Cryptography (>= 2.6.2)
- log4net (>= 3.3.1)
- MiNET.LevelDB (>= 1.0.49)
- RaknetCS (>= 1.0.1)
- Serilog (>= 4.2.0)
- Serilog.Sinks.Console (>= 6.0.0)
- YamlDotNet (>= 17.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1-alpha2 | 52 | 4/25/2026 |
| 0.0.1-alpha1 | 55 | 4/18/2026 |