Posted February 3, 20232 yr ServerPlayerEntity p; PropertyMap props = p.getGameProfile().getProperties(); props.asMap() <- is empty How can player add property when login to the server ?
February 4, 20232 yr I would use PlayerLoggedInEvent and a capability on the player instead of storing something on the profile itself.
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.