How to run 2 servers at once!
Purpose: To run a PK server and a non-PK server
Difficulty: 1
Assumed Knowledge: How to open a notepad and how to compile
Server Base: All
Classes Modified: Server.java
Credits: 100% me, i havnt seen anywhere, but if u see tell me and ill edit it :)
What is needed: 2 servers (such as 1pk and 1 nonpk)
--
Step 1 Open server.java in both of your servers
Step 2: Search for your port
You should see something like
Code:
public static int serverlistenerPort = 43594
Step 3: Change that to 55555 and change the one on the other server to 43594
(you can use any 2 ports)
Step 4: compile and run both servers :)
Now wasnt that easy???
If i helped Rep++ :)