dotnetGame / MineCase

Minecraft server based on Orleans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MineCase

Financial Contributors on Open Collective Build Status Build status

Patreon donate button

Logo

MineCase is a Minecraft server implement in dotnet core. The project is designed to create a high-performance, distributed Minecraft server with virtual actor provided by Orleans distributed framework. Different chunks are managed on different servers so that more players can join in and play in the same world. This makes minecraft servers more scalable. Servers like Anarchy servers can allow more players to join in without waiting in queue by using distributed server. It written in C# with .NET Core 3.1 env and based on orleans framework to work with released 1.15.2 protocol. The website describes the Minecraft protocol clearly.

MineCase is under refactoring, so branch refactor may not work.

MineCase is not stable and lack of many features now. Please don't use MineCase in production unless you know what you're doing.

Screenshots

Run Requirements

Install (Build From Source)

  • 1 . Download and install a .NET Core sdk from this page.

  • 2 . Download and install a MongoDB from this page.

  • 3 . Download a MineCase archive from the github page (or clone:)

     git clone git@github.com:dotnetGame/MineCase.git
     cd MineCase
  • 4 . Un-zip Minecase archive.

  • 5 . Build and run the build_and_run

    • OSX : Run the build_and_run.sh.
    • Linux : Run the build_and_run.sh.
    • Win : Double-click build_and_run.bat.

How it works

None

Contributors

sunnycasejstzwjakemimadokaAlinshansray-castMelonpizaoqi

Credits

Patreon backers

Wooden Pickaxe backers:

  • https://www.patreon.com/acid_chicken Acid Chicken
  • https://www.patreon.com/user/creators?u=4934636 Balajanovski
  • https://www.patreon.com/Gongo/creators Gongo

Get Involved

We need help to make MineCase better. You can help us by fixing bugs, developing new features, improving documents.
Some new contributors wonder what to work. The project began with the love for Minecraft, so our answer is always "do what you love".

Contact

This project is still under development. You can submit code by using Pull Requests or Feel free to contact me via e-mail or issues, I'll add your profile to team members and if you have any questions we can discuss together in the Issues. and also any questions you may have while using this server, or any good suggestions, can be addressed to us in Issues. we welcome and thank your contribution for this project.

MIT License

Copyright (c) 2017-2020 MineCase

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

About

Minecraft server based on Orleans

License:MIT License


Languages

Language:C# 99.8%Language:HTML 0.1%Language:ShaderLab 0.0%Language:Dockerfile 0.0%Language:Batchfile 0.0%Language:Shell 0.0%Language:TypeScript 0.0%