Solved Get amount of players on another server

Discussion in 'Plugin Development' started by xxMOxMOxx, Sep 20, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    xxMOxMOxx

  2. Offline

    The_Doctor_123

    Having a hard time myself. J:

    You have to work with Sockets and ServerSockets, so it's an ugly mess. You also cannot run a ServerSocket on the same port as the Minecraft Server.
     
  3. Offline

    xxMOxMOxx

    Thanks a lot, the video really helped! However I still have on small problem:
    At 8:20 in the video he says to write this line
    Code:java
    1. dos.write(new Byte[] {(byte) 0xFE, (byte) 0x01});

    But that brings up an error in eclipse saying the arguments don't match the method. Any ideas?

    Edit: My bad, I messed up capitalization in Byte[]
     
Thread Status:
Not open for further replies.

Share This Page