DragonetMC / DragonProxy

🐲 A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers.
https://invite.gg/DragonetMC
GNU General Public License v3.0
990 stars 134 forks source link

Input frame for online mode servers #131

Closed HoverEpic closed 6 years ago

HoverEpic commented 6 years ago

We can make a minecraft bedrock input frame for logging in minecraft pe account instead of typing in console. To make a more friendly thing, we could also create a fake chunk of a room with some explanations or server selector (different minecraft network i mean).

yoft commented 6 years ago

Could you include the server selector as part of the gui, after you log in?

lukeeey commented 6 years ago

@yoft This would be possible

Maybe we can send a Text Packet executing /server (which usually lists all servers in BungeeCord) and then sort through those and create a button for each one in the GUI.

yoft commented 6 years ago

Or use a plugin and pass plugin messages?

lukeeey commented 6 years ago

That's not really the point of this project. We can't go and ask Hypixel to install our plugin, can we?

yoft commented 6 years ago

True :p

HoverEpic commented 6 years ago

Yes make a GUI for selecting a server can be done :

That's just an idea and needs to be think carrefully =)

DefinitlyEvil commented 6 years ago

custom GUI is possible for PE, it uses some format of JSON objects.