Ping a server

Discussion in 'Plugin Development' started by Cryices, Feb 1, 2014.

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

    Cryices

    I understand that you can open some data streams and ping a server for their player count and such, but, is there a way to tell if the server is whitelisted, or full? (pretty much just test if a player can join or not), if anybody could help me out with this I would love you forever xP
     
  2. Offline

    Rezeh

    http://wiki.vg/ it tells you all about the Minecraft Protocol. Like how to ping servers for certain information . You can use the information you find on there to make some sort of program that tries logging into a server(without a Minecraft instance, just the program) and checks what the feedback is. If the program gets kicked for not being whitelisted, there you go, its whitelisted. For the server being full, you can get the max slots and check if the online number is the same, then its full.
     
  3. Offline

    Cryices

    I've used that for Server_List_Ping but i guess I can have another look, if anybody finds anything still, please tell me

    Rezeh I couldn't find anything about what I need, could anybody else?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016
  4. Offline

    Rezeh

    http://wiki.vg/Server_List_Ping Just look through it.

    Here as well. http://wiki.vg/Protocol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016
Thread Status:
Not open for further replies.

Share This Page