Sponge
Sponge copied to clipboard
Player GameProfile Property change
Is this request specific to one implementation of Sponge?
No
Sponge Version
1.19.3-10.0.0-RC1262
What are you requesting?
Since we can get the game profile of a player, why can't we change it dynamically? When I try to do
ServerPlayer.user().offer(Keys.UPDATE_GAME_PROFILE, true)
and
ServerPlayer.user().offer(Keys.SKIN_PROFILE_PROPERTY, ProfileProperty.of(Property...)
I get as result of DataTransactionResult a FAILURE (probably cause of ImmutableSpongeValue)
I think it would be a good addition to SpongeAPI