- 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
and replace it with
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
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