Jump to content

Recommended Posts

Posted

Ive been wondering if there is a way to make a button at the title screen that connects to your server?

Like VoidsWrath Does. I will have a picture in the attatchments.

Capture.PNG

Posted

If your using CustomMainMenu mod, it would be something like this:

"exampleServerButton":
        {
            "text" : "Default Server!",
            "posX" : 0,
            "posY" : 0,
            "width" : 200,
            "height" : 20,
            "action" : 
            {
                "type" : "connectToServer",
                "ip" : "0.0.0.0:25565"
            }
        }

Something that goes like that.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...