Name | skin_blob |
Object | PlayerTag |
Input | ElementTag |
Related Tags | <PlayerTag.skin_blob> Returns the player's current skin blob. (...)
|
Description | Changes the skin of the player to the specified blob.
In the format: "texture;signature" (two values separated by a semicolon). See also Player Entity Skins (Skin Blobs). |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L4011 |