All Projects → dotnetGame → Minecase

dotnetGame / Minecase

Licence: mit
Minecraft server based on Orleans

Projects that are alternatives of or similar to Minecase

Orleans.clustering.kubernetes
Orleans Membership provider for Kubernetes
Stars: ✭ 140 (-75.9%)
Mutual labels:  orleans, actor-model, dotnet-core, distributed-systems
road-to-orleans
This repository illustrates the road to orleans with practical, real-life examples. From most basic, to more advanced techniques.
Stars: ✭ 55 (-90.53%)
Mutual labels:  distributed-systems, actor-model, orleans
Orleans
Orleans is a cross-platform framework for building distributed applications with .NET
Stars: ✭ 8,131 (+1299.48%)
Mutual labels:  orleans, actor-model, distributed-systems
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (-50.77%)
Mutual labels:  minecraft, minecraft-server
minecraft-lambda-function
AWS Lambda function for managing Minecraft server
Stars: ✭ 37 (-93.63%)
Mutual labels:  minecraft, minecraft-server
PyMine
Minecraft Server in Python
Stars: ✭ 12 (-97.93%)
Mutual labels:  minecraft, minecraft-server
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-95.7%)
Mutual labels:  distributed-systems, actor-model
Cloudi
A Cloud at the lowest level!
Stars: ✭ 352 (-39.41%)
Mutual labels:  actor-model, distributed-systems
Flying Squid
Create Minecraft servers with a powerful, stable, and high level JavaScript API.
Stars: ✭ 311 (-46.47%)
Mutual labels:  minecraft, minecraft-server
Swim
Distributed software platform for building stateful, massively real-time streaming applications.
Stars: ✭ 368 (-36.66%)
Mutual labels:  actor-model, distributed-systems
Minestom
1.16.5 Lightweight and multi-threaded Minecraft server
Stars: ✭ 400 (-31.15%)
Mutual labels:  minecraft, minecraft-server
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (-33.56%)
Mutual labels:  minecraft, minecraft-server
Scalecube Services
ScaleCube Services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind)
Stars: ✭ 482 (-17.04%)
Mutual labels:  actor-model, distributed-systems
reacted
Actor based reactive java framework for microservices in local and distributed environment
Stars: ✭ 17 (-97.07%)
Mutual labels:  distributed-systems, actor-model
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
Stars: ✭ 262 (-54.91%)
Mutual labels:  minecraft, minecraft-server
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-96.56%)
Mutual labels:  distributed-systems, actor-model
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+811.02%)
Mutual labels:  minecraft, minecraft-server
Package
Metaparticle/Package: Language Fluent Containerization and Deployment in Java, .NET and Javascript (and more coming soon)
Stars: ✭ 493 (-15.15%)
Mutual labels:  dotnet-core, distributed-systems
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+612.22%)
Mutual labels:  distributed-systems, actor-model
gen browser
Transparent bi-directional communication for clients, servers and more
Stars: ✭ 67 (-88.47%)
Mutual labels:  distributed-systems, actor-model

MineCase

Financial Contributors on Open Collective Build Status Build status

Patreon donate button

Logo

English | 中文

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 [email protected]: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.

License (MIT)

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]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].