Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

In the process of converting from names to UUID's I ran into a snag.

 

I'm trying to get the name of an offline player.  I get all the uuid's off the offline players from looking for the stored data files for the players.  It worked well in 1.7 and it still works fairly well now, except for the name. 

 

From what I've dug through, I need to get the name from the GamerProfile.  Its not stored in the players's data file.

 

I'm using this to get the gamerprofile on the server

 

GameProfile profile = MinecraftServer.getServer().getMinecraftSessionService().fillProfileProperties(new GameProfile(uuid, (String)null), false);

   

It runs, but the name always comes back null.  Tried it with true on forced authentification, but no luck.  This is the same code used for skulls, so I'm unsure why it won't work.  Is it possible because i'm in dev environment, its not talking to MOjang?  If you try to trace out the code, it is ultimately in "YggdrasilMinecraftSessionService" in minecraft.

 

 

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

Thank you.  Not what I was hoping for, but reality is what it is.

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

clienthax,

i might be reading the code wrong, but that just looks like a cache of who has been logged on since the server started, not all the players represented in storage.

 

What has been your experience with it?

Long time Bukkit & Forge Programmer

Happy to try and help

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.