| Name | skin_blob |
| Object | NPCTag |
| Input | ElementTag |
| Related Tags | <NPCTag.skin> Returns the NPC's custom skin, if any.
|
| Description | Sets the skin blob of an NPC, in the form of "texture;signature;name".
Call with no value to clear the custom skin value. See also Player Entity Skins (Skin Blobs). |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java#L1651 |