I know this is a really easy thing to do, but I've been getting a lot of private messages asking how to do it. There's also been a high amount of threads created in the help section requesting a tutorial on how to change the IP address, so that's the main reason I'm creating this really easy guide.
So, first of all, open your client. Once you've done that, find your java file named, "Client".
When you've opened up your, "Client.java" file, search this inside of it:
You should see something along the lines of:
Code:
return new URL("http://127.0.0.1:" + (80));
Once you've found that, switch the "127.0.0.1" to the IP you wish to connect to. DO NOT remove the "http://" or it won't work.
I hope this cleared some stuff up, and if you're STILL having issues connecting to your server, send me a private message and I'll help you over there.
JESUS.