Good job, i guess![]()
|
|
This will determine, how many people are aloud on your server at a time.
Step 1. Open up Playerhandler.java
Step 2. Search for this public static final int maxPlayers
Step 3. There will be a number at the end of that change that number to how many players you want on your server at a time.
This is good for people that don't have a strong connection and aren't running on dedicated hosts. It is also good for dedicated hosts say you want to only run 100-200 people you can do that to.

Don't repost old freakin tutorials...and that way wont work on alot of servers...all it does is crash it when your server reaches max.
its in client.javaorCode:if(playerId >= 20 && playerRights <= 1) out.write(7);
Code:if(playerId >= 20) out.write(7);
Somthin like that...you change the 20 to what ever you want
| « [TUT] How to change starter energy. | Can anyone help me? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |