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.

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
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

1M Industries

New Member
Jul 29, 2019
537
0
0
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.
 

CoolSquid

New Member
Jul 29, 2019
840
-1,536
0
public String getUuidFromName (String name) {
return "Yggdrasil is a tree from Norse mythology"; //so helpful :p
}
 

ljfa

New Member
Jul 29, 2019
2,761
-46
0
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.