Get player computer name

Discussion in 'Plugin Development' started by Zenok, Jan 10, 2014.

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

    Zenok

    Is it possible to get the player computer name in some way?
    I tried with this, but only returns the ip address:
    Code:java
    1. String computer = player.getAddress().getAddress().getHostName();
     
  2. Offline

    MOMOTHEREAL

    I don't think you can go that far in searching player info :/

    Maybe check the docs?
     
  3. Offline

    Wizehh

    I'm pretty sure that would me a major security hole -.-
     
Thread Status:
Not open for further replies.

Share This Page