Really stupid things that people have said about Modded MC(Off topicness makes moderators tired)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Is this a good idea?

  • Yes

    Votes: 66 18.2%
  • No

    Votes: 18 5.0%
  • if people don't get out of control

    Votes: 68 18.8%
  • POTATOES

    Votes: 210 58.0%

  • Total voters
    362
Status
Not open for further replies.
Random question:

Does anyone know how to fetch UUIDs from a player name (not from the player entity itself, as I need it during game load)? The only code I could find was from digging through the authentication code, something I am not going to touch with a lightyear-long pole.

Side note: Mojang's authentication system is called Yggradsil. What kind of name is that?! It sounds like what you would have if you let your cat took a crap on a keyboard.
 
  • Like
Reactions: 1SDAN
Random question:

Does anyone know how to fetch UUIDs from a player name (not from the player entity itself, as I need it during game load)? The only code I could find was from digging through the authentication code, something I am not going to touch with a lightyear-long pole.

Side note: Mojang's authentication system is called Yggradsil. What kind of name is that?! It sounds like what you would have if you let your cat took a crap on a keyboard.
It is the world tree from Norse mythology. It holds up the whole world in it's branches.
 
public String getUuidFromName (String name) {
return "Yggdrasil is a tree from Norse mythology"; //so helpful :P
}
 
Does anyone know how to fetch UUIDs from a player name (not from the player entity itself, as I need it during game load)? The only code I could find was from digging through the authentication code, something I am not going to touch with a lightyear-long pole.
A GET request to Mojang's server should do the trick: http://wiki.vg/Mojang_API
 
Status
Not open for further replies.