Custom Skins - Bored-Face/pose-data GitHub Wiki

How to add a custom player skin to P.O.S.E.

To add a custom player skin to the P.O.S.E. smartphone data pack, follow these steps:

  1. Resource Pack

    See the pose-resources wiki on how to add a player skin to the resource pack.

  2. Modifying the Smartphone

    Just run a single /function command to add the player skin.

    You'll need the player's name in all lowercase as the identifier (we call that id) and the display name that will be shown in the smartphone (we call that name). For example:

    function bored-face.pose:add/skin {id: "lardtom", name: "LardTom"}
  3. Done! That's it! Your custom player skin is now integrated into the data pack and ready to use.

    Your own Smartphone (in your inventory) automagically got updated. Keep in mind other players or other existing smartphones do have to be replaced manually again to include your new skin.

⚠️ **GitHub.com Fallback** ⚠️