Posted March 23, 20214 yr Hi, It's me again. So my question is... How to get player UUID. I have special "dev backpacks", but I want to make it only appear on player that I will select by UUID. Is it possible to make? Forge - 1.16.4-forge-35.1.4
March 23, 20214 yr Author Ok... So I need to upgrade project to 1.16.5 and then what I'm supposed to do with Entity#getUniqueID?
March 23, 20214 yr Author oh... ok I will see what I can do. Thanks alot Edited March 23, 20214 yr by JacobsDevelop
March 23, 20214 yr Author Will this be correct? public void PlayerData(Entity entity) { UUID uuid = entity.getUUID(); }
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.