This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Xenthera's profile picture

[Java] Minecraft Joinserver code

Started by Xenthera, 30 July 2012 - 10:28 PM
Xenthera #1
Posted 31 July 2012 - 12:28 AM
Hi, I'm making a client and I need help. I'm trying to make a button that will directly connect to a server I specify:


if (par1GuiButton.id == 7){
		 //Join the server here
		}

I looked at the GuiMultiplayer class, and that was very confusing.
If anyone can help me it would be greatly appreciated.
cant_delete_account #2
Posted 01 August 2012 - 04:52 AM
This forum is about Lua and ComputerCraft, not MC coding help.
Kolpa #3
Posted 01 August 2012 - 10:13 AM
Hi, I'm making a client and I need help. I'm trying to make a button that will directly connect to a server I specify:


if (par1GuiButton.id == 7){
		 //Join the server here
		}

I looked at the GuiMultiplayer class, and that was very confusing.
If anyone can help me it would be greatly appreciated.
http://www.wiki.vg this page might help you