stNPC is made to add some nice features to the Citizens plugin that will add a little more immersion to Citizens NPCs.
- Tested Minecraft Versions:
- 1.10
Requirements
- Java 8
- Citizens 2.0.16 (Other versions may work)
Functions
- Set a sound to play when an NPC is right-clicked, this can run a vanilla Minecraft sound or a sound from a custom resource pack
- Run a command when an NPC is right-clicked
Features
- Change content/color of all messages (Coming soon)
- Change what sound plays on a per-NPC basis
- Change what commands runs on a per-NPC basis
- Commands run as console
Commands
- /stn sound <sound to play>
- /stn command <command to run>
- /stn reload
Permissions
- stNPC.*
- stNPC.setsound (Use /stn sound)
- stNPC.setcommand (Use /stn command)
- stNPC.reload (Use /stn reload)
Usage
- Create or select a Citizens NPC
- Run /trait stnpc
- Assign a sound and/or command
- Sounds
- Use /stn sound <sound to play>
- EX: /stn sound mob.cow.say
- Commands
- Use /stn command <command to run>
- EX: /stn command say You clicked me!
A list of all Vanilla sounds can be found here, more can be added through resource packs.

stNPC 1.2.0
Talking Citizens NPCs, as well as running commands with NPCs
Recent Updates
- 1.2.0 - Update to use Maven Jul 28, 2016
- Updates invalid arg messages Oct 24, 2015
- Fix permissions Oct 18, 2015