Posted April 24, 201510 yr Ok so I can run my mod on a dedicated server in eclipse but I was wondering if there is a way to connect to this server from multiple computers that have the same dev environment to test things. Has anyone tried this? I know that the only way I can connect to my server from my dev environment is to set the server properties to offline mode and the eula to true.
April 24, 201510 yr Author I want to run the server and the client from my dev environment on one computer and connect from this computer to this server. Then from my other computer I want to run my mod and connect to that same server (both dev environments have the same code)
April 24, 201510 yr I think (someone can confirm) that you have to be in offline mode in the dev environment. But anyway, I just have cloned repositories on three computers, use eclipse to run a dedicated server run configuration on one computer and client run configuration on the other two computers. They seem to be able to join and play properly. Is there something beyond that that you need to do? Check out my tutorials here: http://jabelarminecraft.blogspot.com/
April 24, 201510 yr Go to server.properties and set it to offline mode Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
May 1, 201510 yr Author I set it to offline mode and I have my router port forwarded but cant seem to find the server not sure why, Im not sure how to use a username with a password in the dev environment, currently each time I run the client I get a random username and dont require a password
May 2, 201510 yr I set it to offline mode and I have my router port forwarded but cant seem to find the server not sure why, Im not sure how to use a username with a password in the dev environment, currently each time I run the client I get a random username and dont require a password In Eclipse, in your Run Configuration in the Arguments tab you just put --username=yourUserNameHere --password=yourPasswordHere. I don't think you need port forwarding if you're on the local network. I put in the IP address of the server directly to connect from the client machines. You can run server and client on the same computer. In the client, just do a direct connection and put in "localhost" for the IP address. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.