NPCs

Characters your town places on its land.

Last updated: 2026-09-27 12:44 PM EST.

An NPC stands where you put it, wears a player's skin, turns to face you, and says one line when right-clicked.

Rules

Make one

/npc create Podrick
/npc prompt Podrick Welcome to my shop, traveller.

Give it a routine

/npc idle Podrick bob
/npc route Podrick add
/npc route Podrick add
/npc walk Podrick loop
/npc schedule Podrick night still

Commands

Tab fills the commands in.

CommandWhat it does
/npc create <name>Place one.
/npc listList your town's NPCs.
/npc info <name>Everything about one.
/npc prompt <name> <words>What it says. clear for silence.
/npc name <name> <new name>Change the name above its head.
/npc skin <name> <player>Copy that player's skin.
/npc equip <name> <slot>Wears a copy of what you hold, trims and all. You keep yours. Slots: hand, offhand, head, chest, legs, feet. Empty hand clears it. A banner on the head is a banner hat.
/npc look <name> <mode>follow you, fixed (stares at where you stand), random, spin.
/npc colour <name> <colour>Colour of the name above its head. default resets.
/npc scale <name> <size>0.85 to 1.15. Normal is 1.
/npc pose <name> <pose>standing, sneaking, sitting, sleeping or swimming.
/npc invisible <name> onHide the body. Armour still shows.
/npc burning <name> onHarmless flames.
/npc idle <name> <mode>A small movement on the spot, so it does not look like a statue. bob, sway or still.
/npc sit <name> onSits down. Stand it on a chair or a step first. off stands it up.
/npc talkstyle <name> nodMoves its head while it speaks. still keeps it still.
/npc schedule <name> <time> <action>A routine on the game clock. Times: dawn, day, dusk, night. Actions: idle, still, look, spin, walk, wander. clear removes it.
/npc route <name> addAdds where you stand as a point on its path. Up to 8 points, all on your town's land. Also list and clear.
/npc walk <name> <mode>Walks its route: loop round and round, once to the end, wander between random points, stop to halt. Needs two or more route points.
/npc speed <name> <75-125>How fast it walks, as a percent of normal. You can only set 75 to 125. Normal is 100. reset goes back. Shows only on an NPC with a route.
/npc move <name>Move it to where you stand.
/npc publish <name>Post it to Discord as a card showing the NPC in its armour, its name, its town and its line. One card per player per day. Publishing again spends it.
/npc remove <name>Delete it.