ObsidianMC / Obsidian

A C# implementation of the Minecraft server protocol.
GNU General Public License v3.0
408 stars 42 forks source link
csharp hacktoberfest lightweight minecraft minecraft-server minecraft-server-protocol net7 net8 netcore obsidian

logo


.NET Build Discord

Obsidian is a C# .NET implementation of the Minecraft server protocol. Obsidian is currently still in development, and a lot of love and care is being put into the project!

Feel free to join our Discord if you're curious about the current state of the project, questions are always welcome!

Obsidian Discord

βœ… Roadmap

πŸ’» Contribute

Contributions are always welcome! Read about how you can contribute here

πŸ”Œ Develop plugins

Plugins are cool! Wanna make them yourself? Find out about plugin development here

πŸ”₯ Development builds

Very early development builds are available over at the GitHub Actions page for this repository.

🐟 Docker

You can now run Obsidian using Docker! As of right now, no image is available on DockerHub yet, but it will be sometime soon.

For now, to run Obsidian on Docker you will have to follow the following steps:

  1. Clone Obsidian git clone https://github.com/ObsidianMC/Obsidian.git
  2. Go to Obsidian's cloned directory cd Obsidian
  3. Build the docker image docker build . -t obsidian
  4. Run the container docker run -d -p YOUR_HOST_PORT:25565 -v YOUR_SERVERFILES_PATH:/files --name YOUR_CONTAINER_NAME obsidian
  5. Obsidian will pregenerate a config file. Fill it out in YOUR_SERVERFILES_PATH/config.json
  6. Start Obsidian's container again. docker restart YOUR_CONTAINER_NAME

Docker Compose

There's also docker-compose support.

  1. Clone Obsidian git clone https://github.com/ObsidianMC/Obsidian.git
  2. Go to Obsidian's cloned directory cd Obsidian
  3. Run docker-compose up -V to generate the config.json
  4. Edit your docker-compose.yml file, along with files/config.json
  5. docker-compose up -Vd to have the server run! The world, plugin and other server related files will be created in the files directory.

😎 The Obsidian Team

πŸ’• Thank-you's

Thank you to #mcdevs for additional support.

Thank you to Wiki.vg for documenting Minecraft's protocol.

Thank you to Mojang for creating this wonderful game named Minecraft.

...and of course the biggest thank you to everyone that contributed!

Made with contributors-img

repobeats