Setting a skull to a player that has never logged onto the server

Discussion in 'Plugin Development' started by techboy291, Dec 31, 2012.

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

    techboy291

    Hi,


    So, playing around with SkullMeta, I've noticed setOwner(playername) only works with players who have played on the server before, so typing something like setOwner("notch") won't work (unless you've had notch on your server lol.) Is there any way to fix this? Thanks in advance :)
     
  2. Offline

    Timr

    It does work, but all usernames are case sensitive.

    IE:

    Code:
    setOwner("Timr"); //works
    setOwner("timr"); //fails
     
  3. Offline

    techboy291

    Oh, thanks!
     
  4. Offline

    tommycake50

    that makes no sense the server sends the nbt data of the skull to the client the client downloads the player skin from the tag named "owner" and then parses his head and textures the skull.
     
Thread Status:
Not open for further replies.

Share This Page