MCBombGaming Posted May 1, 2016 Posted May 1, 2016 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.
Flairieve Posted May 6, 2016 Posted May 6, 2016 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now