You can allow players to gift packages to other players. Include target_username_id
, or target_username
when adding the package to the basket and the package will be delivered to that player rather than the buyer.
The target_username_id should be a unique identifier for the player instead of their name (such as a Minecraft UUID or Steam ID):
Bedrock and Geyser stores must provide target_username instead of the UUID due to differences in player IDs between Minecraft: Java Edition and Minecraft: Bedrock Edition.