minecraft4cloud9

码农软件 · 软件分类 · 其他开发相关 · 2019-10-21 10:27:47

软件介绍

这个程序是让 minecraft 运行在 cloud9

-------------------------------------------------

这个软件用来做给没有TCP服务paas云转接出来其实就是websocket。只不过用端口转接出来发到客户端口转为TCP协议。其实说明白了就是TCP→node →TCP 。让minecraft 运行在cloud9下可以与客户端正常工作的工具。

-------------------------------------------------

服务端

按照正常方法假设以及配置好minecraft服务端后,启动server.coffee,在终端输入coffee server.coffee 
在配置表中注意以下几项 
Server-port=25535 
Level-type=DEFAULT 
Enable-rcon=false 
Force-gamemode=false 
Level-seed= 
Server-ip=127.0.0.1

客户端

要求系统中有node.js 和coffee script 。 这两个安装好之后,就可以运行在node command 键入 coffee connect.coffee “cloud9的链接”。 然后运行minecraft就多人模式127.0.0.1就可以了。

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

Web Analytics 2.0

Web Analytics 2.0

Avinash Kaushik / Sybex / 2009-10-26 / USD 39.99

The bestselling book Web Analytics: An Hour A Day was the first book in the analytics space to move beyond clickstream analysis. Web Analytics 2.0 will significantly evolve the approaches from the fir......一起来看看 《Web Analytics 2.0》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具