Set Player's Face As Server's Picture

Discussion in 'Archived: Plugin Requests' started by gamerguy115, Mar 19, 2014.

  1. Offline

    gamerguy115

    I am wondering what plugin you could use to get a picture on the server... it's hard to explain, so it's basically like this:
    http://gyazo.com/26b73fa06a8e8bf6421380b0b1c64fe2

    (Note: That's my face to the left. Every player sees their face to the left.)
     
  2. Offline

    snivell

    You don't need a plugin for this. Just screenshot your skins face, and resize it.
     
  3. Offline

    TannerLittle

    But he wants it to automatically update the server-icon.png to the player's face who is viewing the server.
     
  4. That is quite impossible.
     
  5. Offline

    Glenot

    I have seen it before too.... But from what I know it was a custom plugin and very advanced
     
  6. Offline

    timtower Administrator Administrator Moderator

    It is possible, just not without NMS / packets and some weird image stripping
     
  7. Offline

    GirlMiner356

    Yes it is possible but if there is to players on the same ip address it will kinda show char.png
     
  8. Offline

    snivell

    I see.
     
  9. Offline

    gamerguy115

    Does anyone have a plugin name, or anything?

    TannerLittle Thanks for explaining it.

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

    timtower Administrator Administrator Moderator

    Doubt it that this exists already.
     
  11. Offline

    Gamecube762

    ServerListPingEvent.setServerIcon(CachedServerIcon icon); Included in the latest Beta Build(R0.3).

    Only thing that is left to do is store a list of players and their IP(s), use their IP to get who is viewing the serverlist, grab their player-skin, crop image to their face.
     
    Hoolean likes this.
  12. Offline

    timtower Administrator Administrator Moderator

    Didn't knew that event.

    gamerguy115 I will make this for you.
     
  13. Offline

    DeejayArroba

    Here you go: <Edit by Moderator: Redacted mediafire url>
    Haven't tested it much though.
     
    Last edited by a moderator: Nov 3, 2016
  14. Offline

    gamerguy115

  15. Offline

    timtower Administrator Administrator Moderator

    [quote uid=90702222 name="DeejayArroba" post=2345102]Here you go: <Edit by Moderator: Redacted mediafire url>
    Haven't tested it much though.[/quote]
    Looks nice.
    gamerguy115 Won't continue this anymore as DeejayArroba already made it. Will continue on my own though.
     
    Last edited by a moderator: Nov 3, 2016
  16. Offline

    tissin

    [quote uid=90702222 name="DeejayArroba" post=2345102]Here you go: <Edit by Moderator: Redacted mediafire url>
    Haven't tested it much though.[/quote]

    Wouldn't you want to cache them?
     
    Last edited by a moderator: Nov 3, 2016
  17. Offline

    Gamecube762

    timtower DeejayArroba I'd suggest caching the images. The client can time out the ping from the extra time needed to take to crop, and connect to minecraft.net for the image( and the off-chance of the skin server being down).

    Also the client caches the skins for the servers in %appdata%/.minecraft/. Maybe you can look into the method they used for that caching(I think its updated every time it sees a different image from the server).

    Edit: ninja'd by tissin with the same idea in mind.
     
    tissin likes this.
  18. Offline

    DeejayArroba

  19. Offline

    Kiaeyi

  20. Offline

    timtower Administrator Administrator Moderator

Share This Page