Obsidium is currently under development and is not yet ready for gameplay.
What works:
- The server starts and listens for connections.
- Clients can see the server in their multiplayer list (server list ping).
- Players can successfully connect and log in, passing the handshaking, login, and configuration states.
What does not work:
- Players cannot spawn in the world yet.
The easiest way to run Obsidium is to use a pre-built binary from the Releases page.
- Download the executable for your operating system (Windows, Linux, or macOS).
- Run the executable from your terminal.
That's it! The server is now running on your machine at localhost:25565
.
If you want to contribute or build the server yourself, you'll need the Rust toolchain.
- Install Rust: Get it from rustup.rs.
- Clone the repository:
git clone https://github.com/ObsidiumMC/Obsidium.git cd Obsidium
- Run the server:
cargo run
Please read CONTRIBUTING.md for more details. For real-time discussion with developers, join our Discord Server.
This project is licensed under the MIT License.