Thread: Changing The Max Number Of Players Aloud On Your Server At A Time

Results 1 to 3 of 3
  1. #1 Changing The Max Number Of Players Aloud On Your Server At A Time 
    Idkmybfflanky
    Guest
    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.
     

  2. #2  
    DeltaScape is Pro!!

    Join Date
    Feb 2008
    Age
    26
    Posts
    743
    Thanks given
    4
    Thanks received
    5
    Rep Power
    77
    Good job, i guess
    [Only registered and activated users can see links. ]
     

  3. #3  
    Registered Member
    Bulby Strife's Avatar
    Join Date
    Jan 2008
    Age
    29
    Posts
    833
    Thanks given
    1
    Thanks received
    1
    Rep Power
    267
    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.java
    Code:
    if(playerId >= 20 && playerRights <= 1) out.write(7);
    or

    Code:
    if(playerId >= 20) out.write(7);

    Somthin like that...you change the 20 to what ever you want
    [Only registered and activated users can see links. ]
    ||||||||||||||||||||||||||||||

     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •