在建立或编辑词条前,请先阅读MineWiki方针与指引

EZ4H:修订间差异

来自MineWiki
无编辑摘要
YYT讨论 | 贡献
无编辑摘要
(未显示另一用户的1个中间版本)
第3行: 第3行:


== 特点 ==
== 特点 ==
登录、聊天、命令、Xbox 验证、方块、移动、玩家、实体、阻止实体、物品实体、实体元数据、实体互动、阻止互动、标题和其他信息、库存操作、用户界面、粒子、表单用户界面、关卡事件、声音。


** 登录
== 参考项目 ==
** 聊天
** 命令
** Xbox 验证
** 方块
** 移动
** 玩家
** 实体
** 阻止实体
** 物品实体
** 实体元数据
** 实体互动
** 阻止互动
** 标题和其他信息
** 库存操作
** 用户界面
** 粒子
** 表单用户界面
** 关卡事件
** 声音
 
== Credits ==
This generally would not be possible without some open source projects, wheather its just looking how thing works inorder to reverse translate them, looking at their code to see how thing work, and or copying a little bit of their code. We apperiate all these projects.
 
* MCProtocolLib
* MCProtocolLib
* Bedrock-Protocol
* Bedrock-Protocol
* TunnelMC
* [[TunnelMC]]
* Nukkit
* Nukkit


= How to use it? =
== 如何使用? ==
Here is Chinese tutorial:<nowiki>https://www.mcbbs.net/thread-1157364-1-1.html</nowiki>
教程:https://www.mcbbs.net/thread-1157364-1-1.html
 
== And tutorial in English: ==
As with most servers written in Java, you need a startup BAT to start it.
<code>@echo 
java -jar ez4h.jar 
pause</code>
Double click to run it.
 
When there is a "Done!" It was started successfully.
 
After this, you will see some files generated under the EZ4H root directory.Let's open the Config.
<code>{
  "je_host": "127.0.0.1",
  "je_port": 25565,
  "be_host": "127.0.0.1",
  "be_port": 19132,
  "player-list": "A §bEZ§a4§bH§f§r Proxyed Server!\nhttps://github.com/MeditationDev/EZ4H",
  "advanced": {
    "debug": 0,
    "save-authdata": false,
    "xbox-auth": false
  }
}</code>
(Yes, it's a JSON file)
 
I think you already know how to configure this, but I'm going to go through it briefly.

2021年6月28日 (一) 14:14的版本

EZ4H

EZ4H,一款类似于Geyser的代理工具,与Geyser的功能恰恰相反,EZ4H能够实现Java版进入基岩版服务器。受限于技术和开发者人数,完成度和开发生态相比Geyser有很大差距。

特点

登录、聊天、命令、Xbox 验证、方块、移动、玩家、实体、阻止实体、物品实体、实体元数据、实体互动、阻止互动、标题和其他信息、库存操作、用户界面、粒子、表单用户界面、关卡事件、声音。

参考项目

  • MCProtocolLib
  • Bedrock-Protocol
  • TunnelMC
  • Nukkit

如何使用?

教程:https://www.mcbbs.net/thread-1157364-1-1.html