Skip to content

3. Customizing the NPC's Skin

Foxikle edited this page Sep 13, 2023 · 1 revision

Customizing the NPC's Skin

NPCs look better with custom skins. So lets do that! An NPC skin has 3 parts. The name, the signature, and the value. The name can be whatever you want, since it is only there to have a reference to it. You can get the signature and value from a website like Mineskin.

To set an NPC's Skin, you can call the method setSkin().

npc.setSkin("SomeSkinName", "signature", "value");
NOTE: If you would like to have a default skin (Alex, Steve, Zari, etc), DO NOT supply null for the signature or value. This will throw an error. Instead pass in an empty string.