[tut]adding worlds to ur server

Newbie Spellweaver
Joined
Jun 10, 2008
Messages
34
Reaction score
0
heres a little tut on how to have more than one world on a server

1. copy your server files and place both the original and the copy on desktop
2. go into the copyied ones folder and in server.java search for
Code:
 public static int serverlistenerPort = 43594; // 43594=default

and replace it with
Code:
 public static int serverlistenerPort = 55555; // 55555=default

3. save and compile then run run.bat in both folders and it shud work

just use 43594 as a port for the original and 55555 as the other
 
yea , even if you do as you told us , and if you change the port in client and log in ... you are in the start , and in square 1.

you CAN make some changes and then you get 2 worlds running , and then it loads characters from the same folder ...

that would be better huh :D
 
Back