All Projects → NiclasOlofsson → Minet

NiclasOlofsson / Minet

Licence: other
A (not so) basic Minecraft Pocket Edition server written in C#

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Minet

Flying Squid
Create Minecraft servers with a powerful, stable, and high level JavaScript API.
Stars: ✭ 311 (-55.95%)
Mutual labels:  minecraft, minecraft-server, server
Obsidian
[WIP] A C# implementation of the Minecraft server protocol. (.NET 5)
Stars: ✭ 89 (-87.39%)
Mutual labels:  minecraft, minecraft-server, netcore
Gomint
GoMint is a modern Minecraft Bedrock Edition server enabling you to make your visions come true
Stars: ✭ 208 (-70.54%)
Mutual labels:  minecraft, minecraft-server, server
Node Minecraft Protocol
Parse and serialize minecraft packets, plus authentication and encryption.
Stars: ✭ 697 (-1.27%)
Mutual labels:  minecraft, server
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 (-59.49%)
Mutual labels:  minecraft, minecraft-server
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+649.72%)
Mutual labels:  minecraft, minecraft-server
minecraft-lambda-function
AWS Lambda function for managing Minecraft server
Stars: ✭ 37 (-94.76%)
Mutual labels:  minecraft, minecraft-server
Mscs
Powerful command-line control for UNIX and Linux powered Minecraft servers
Stars: ✭ 347 (-50.85%)
Mutual labels:  minecraft, server
Gameservers Docker
A bunch of game servers I use, dockerised
Stars: ✭ 322 (-54.39%)
Mutual labels:  minecraft, server
Cuberite
A lightweight, fast and extensible game server for Minecraft
Stars: ✭ 3,984 (+464.31%)
Mutual labels:  minecraft, server
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (-42.21%)
Mutual labels:  minecraft, server
Spark
spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.
Stars: ✭ 287 (-59.35%)
Mutual labels:  minecraft, server
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
Stars: ✭ 262 (-62.89%)
Mutual labels:  minecraft, minecraft-server
PyMine
Minecraft Server in Python
Stars: ✭ 12 (-98.3%)
Mutual labels:  minecraft, minecraft-server
Minestom
1.16.5 Lightweight and multi-threaded Minecraft server
Stars: ✭ 400 (-43.34%)
Mutual labels:  minecraft, minecraft-server
Et
Unity3D Client And C# Server Framework
Stars: ✭ 5,138 (+627.76%)
Mutual labels:  server, netcore
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (-52.97%)
Mutual labels:  minecraft, server
Tuinity
Stars: ✭ 531 (-24.79%)
Mutual labels:  minecraft, minecraft-server
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (-67.99%)
Mutual labels:  minecraft, server
Sponge
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
Stars: ✭ 241 (-65.86%)
Mutual labels:  minecraft, minecraft-server

In case you don't find the information you are looking for in the README. Do try the wiki

MiNET

Chat Build status NuGet Version and Downloads count

What is this?

A basic Minecraft Pocket Edition (MCPE) server written in C#. Current goal is to create a server that has enterprise performance for large Minecraft multi-user gaming providers. Current servers handle 10-100 users per instance, the aim with MiNET is to deal with thousands. Priority is also to create interfaces, and to some extend, ready-made implementations of the most basic enterprise game-management features (users, worlds, etc.). With all likelyhood, MiNET will emerge into a Microsoft Cloud ready product.

As part of the project, I also deliver an up-to-date automatically generated MCPE Protocol Specification. This is a synery of that large parts of the communication code being generated using XML and T4 templates.

Why do this?

This is actually a pet-project - a true father-son project that I do together with my son Oliver 6 years old. He is driving the requirements for this, doing much of prioritization of the order of implementation. He is a great fan of online-MCPE gaming, but still too young to play the "real deal". He also lacks the patience and understanding of laggy under-performant servers, and the consequences of that. He is also not a big fan of the kill-style game-modes around, so a sub-project of this is for him to create new kidz-friendly game-modes that we can implement in MiNET. Oliver was the one originally responsible for creating the scope of our project.

And as he really likes to tell his mother these days "Mom, don't disturb daddy. He is working for me now!". 6 years old, but I think you get the picture. I know he does.

Follow me on Twitter @NiclasOlofsson for news about the project, or simply track the checkins which i tend to comment heavily.

MiNET is running CI through the fantastic service of AppVeyor. Currently the build status of master is...
Build status

Can I do my own plugins?

Yes you can! See the Plugin documention in the wiki

Please note that the plugin system is always going to be work in progress and the example might be a bit outdated at times.

Can I contribute?

Of course you can! We just need you to accept the following:

  1. You will use the same coding style as the rest of the code.
  2. You do not copy code from anyone or anywhere, unless you have their permissions.
  3. We can always decide not to include your code, and we might make changes to it. So better ask before you do a pull request to the project.

Also, make sure to join our discord chat for easy communication.
Chat

Are there forums for MiNET?

No, but you can ask questions on stackoverflow using the tag MiNET.

Getting started

See the Getting Started section on the wiki.

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].