Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

opZywl/EZ4H

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project discontinued.

EZ4H releases players servers license

EZ4H is a bridge/proxy between Minecraft: JE and Minecraft: BE, which allows JE-clients (1.12.2) to connect to BE-servers (1.16.210) .

🎉Features

  • Login
  • Chat
  • Command
  • Xbox Auth
  • Chunks
  • Move
  • Players
  • Entitys
  • Block Entitys
  • Item Entitys
  • Entity Metadata
  • Entity Interact
  • Block Interact
  • Titles and other Messages
  • Inventory Action
  • UIes
  • Particles
  • Form UI
  • Level Events
  • Sounds

Credits

It would basically be impossible to build EZ4H without these open-source projects, wheather its just looking how thing works inorder to reverse translate them, looking at their code to see how thing work or copying a little bit of their code. We apperiate all these projects.

How to use?

As with most servers written in Java, you need a startup .BAT to start it.

@echo
java -jar ez4h.jar
pause

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

{
  "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/opZywl/EZ4H",
  "advanced": {
    "debug": 0,
    "save-authdata": false,
    "xbox-auth": false
  }
}

I think you already know how to configure this, but I'm going to go through it briefly.

je_host & je_port are the local IP and port used by JE players to connect to the server, which can be configured according to needs.

be_host & be_port are the IP and port of the desired BE server to connect to. EZ4H supports proxy external servers. You can fill in either the LAN IP, i.e. the local BE server address, or the IP of the online server to proxy the BE server you want to play on through EZ4H.

player-list is the text content displayed when JE players press the tab key.

xbox-auth indicates if xbox authentication is enabled. Turning it on prevents JE players from logging in offline, but introduces some restrictions; if set to false, you need to make sure the xbox authentication of the BE server you want to connect to is also off.

About

A proxy allow Minecraft:JavaEdition connect to Bedrock servers!(Inactive)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages