setPlayerRemoteSecret

@NotNull
abstract fun setPlayerRemoteSecret(@NotNull playerUUID: @NotNull UUID, @NotNull remoteSecret: @NotNull UUID): @NotNull UUID

Sets the player's remote secret for the given player UUID.

Return

Generated proxy secret.

Parameters

playerUUID

The UUID of the player.

remoteSecret

The remote secret to associate with the player.