Decorative NPCs
  • Getting Started
  • Creating an NPC
    • Basic Non-player character (NPC)
  • Customizing NPCs
    • NPC Listing
    • NPC Equipment
    • NPC Skins
    • NPC Blacklist
    • NPC Particles
  • Misc
    • Spigot Page
    • NPC Removal
Powered by GitBook
On this page
  1. Creating an NPC

Basic Non-player character (NPC)

How to create a basic NPC

To create an NPC we will use the /npc command. The first thing you would want to do with the command is type this:

/npc create <npc name> <npc id> <npc type>

After that, you should see your NPC appear. Now we can do some fun stuff with that NPC!

One cool thing you can do is set the pose. To do this type the following in chat:

/npc pose <npc id> <pose>

Then you should see your NPC posing! ⚠️ Not all poses work for all NPC types.

PreviousGetting StartedNextNPC Listing

Last updated 2 months ago