Hi everyone,
Rank [$45] can now create up to 5 NPC's on each Creative server! Rank [$55] can now create up to 10 NPC's on each Creative server! This post will explain how to create an NPC, how to change the skin, how to change the name, how to give your NPC a message, how to make your NPC run a command, how to make your NPC head follow other players and how to change your NPC to different mobs in the game. Only the plot owner can create an NPC.
Creating an NPC
In this example I'm going to use
/npc create Super
This will create an NPC called Super:
Changing the display name of an NPC
In this example I'm going to use
/npc displayname Super <rainbow>Friendly Citizen
If you want to use hex codes for an NPC please use this website to create them in the correct format,
&# will not work! This plugin uses a different method for translating hex colors but this website will be able to give you the necessary format:
https://webui.advntr.dev/ Example: <color:#70ffcb>
Super is the name of the NPC I created and Friendly Citizen is the display name I want to give it:
Changing the skin of an NPC
In this example I'm going to use...