Inter:用于 Minecraft 服务器的基于 JSON 的服务器间通信系统

时间:2024-07-17 10:23:17
【文件属性】:

文件名称:Inter:用于 Minecraft 服务器的基于 JSON 的服务器间通信系统

文件大小:23KB

文件格式:ZIP

更新时间:2024-07-17 10:23:17

Python

Inter,服务器间通信系统 Inter 是(或将是)Minecraft 服务器在受限组或集群中相互通信的系统。 然而,由于插件提供了几乎所有的功能,这可以用于任何需要强大的模块化 JSON 服务器的项目。 Inter 适用于从客户端通信、聊天服务器或数据访问服务器到简单的远程控制系统或监控解决方案的任何内容。 但请注意,默认插件将面向 Minecraft。 要求 Python 2.x(我推荐 Python 2.7) 扭曲的(因此是Zope) pyyaml 麻痹的 跑步 设置: python setup.py install (未经测试但它/应该/工作。应该。也许。) 启动服务器: python run.py ( --debug用于调试模式)


【文件预览】:
Inter-master
----config()
--------mapping.yml.example(27B)
--------networking.yml.example(11B)
----data()
--------DELETE_ME_PLEASE.txt(162B)
----test.py(801B)
----plugins()
--------hello.plug.example(236B)
--------players.plug(212B)
--------auth()
--------echo()
--------chat()
--------players()
--------hello()
--------auth.plug(203B)
--------chat.plug(187B)
--------echo.plug.example(223B)
----system()
--------globals.py(58B)
--------storage.py(3KB)
--------core.py(7KB)
--------util.py(762B)
--------decorators.py(1KB)
--------__init__.py(42B)
--------config.py(6KB)
--------events()
--------plugin.py(2KB)
----run.py(1007B)
----setup.py(390B)
----.gitignore(44B)
----README.md(848B)

网友评论