# Creating NPCs

## How to create NPCs

This plugin utilizes the ability to add a Trait to an NPC to allow you to open the Auction House by interacting with the NPC.

<details>

<summary>Creating a new NPC</summary>

1. Type the following command but changing the "name" to the preferred name of your NPC. "/npc create \<name> --trait auctioneer"

</details>

<details>

<summary>Adding a Trait to an existing NPC</summary>

1. Select the NPC that you want to make an auctioneer by looking at said NPC and using the command "/npc select"
2. Execute the command "/trait auctioneer"

</details>
