The Vision • How To Use • Credits • License
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.
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
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.csprojWe 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.
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.)
Developed with ❤️ for the Bedrock Community
