# Citizens

## Reskinning a Citizens NPC

You can use a custom model as skin for any Citizens NPC.

{% hint style="success" %}
This plugin doesn't require Citizens to work, but some servers might need to use it to create NPCs.
{% endhint %}

### Changing the model

Spawn a new NPC or use an already existing one (`/npc create test`).

Then change the skin using the **ItemsAdder** command:\
`/iaentity citizens <id|selected> model <model>`\
In this example: `/iaentity citizens <id|selected> model custom:barman_robot`

### Mute sounds

You can mute the NPC by using this command, more info on [Citizens wiki](https://wiki.citizensnpcs.co/Commands).\
`/npc sound -n`

### Make head rotate

You can make the NPC look at nearby players by using this command, more info on [Citizens wiki](https://wiki.citizensnpcs.co/Commands).\
`/npc look`

### Done

![](https://708574821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M28TcKgSDvuFN510qye-887967055%2Fuploads%2Fgit-blob-0a064d7b8cbc6ed28156c60d4bad6faa0f615d78%2Fezgif-2-31a4557026.webp?alt=media)

## Playing animation

You can play an animation using this command: `/iaentity citizens <id|selected> anim play <animation>`

![](https://708574821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M28TcKgSDvuFN510qye-887967055%2Fuploads%2Fgit-blob-85ba70aa85a6ae02293a193ef3bf2ff7f07e07aa%2Fezgif.com-gif-maker.webp?alt=media)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itemsadder.devs.beer/adding-content/entities/citizens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
