-
-
Notifications
You must be signed in to change notification settings - Fork 4
3. Customizing the NPC's Skin
Foxikle edited this page Sep 13, 2023
·
1 revision
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");