分布式 Minecraft 服务端应用 MineCase

码农软件 · 软件分类 · 游戏开发包 · 2019-10-04 19:29:33

软件介绍

MineCase 是一个跨平台、分布式的 Minecraft 服务端应用。

本项目使用 .NET Core 编写,基于 orleans 框架。它通过 Actor 模型将各个模块分离开来,从而构建一个高效的分布式系统。

目前仅支持 Minecraft 1.12 的版本。


安装需要

安装

使用docker安装

  • 1 . 下载Docker for linux

  • 2 . 解压 Docker for linux,然后在linux上运行 server

     url=https://raw.githubusercontent.com/dotnetGame/MineCase/master/build/docker/linux/docker-compose.yml
     curl -o docker-compose.yml $url
     docker-compose up

    建议:

    • 你可以输入 docker-compose stop停止服务器的运行。

本文地址:https://www.codercto.com/soft/d/16042.html

Foundations of PEAR

Foundations of PEAR

Good, Nathan A./ Kent, Allan / Springer-Verlag New York Inc / 2006-11 / $ 50.84

PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need......一起来看看 《Foundations of PEAR》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具