NPC Chatter

mcmonkey

Administrator
Staff member
Helper
This is a quick little helper script to allow you to set NPC chat lines in-game using the "/npcchatter" command.

Hastebin: https://one.denizenscript.com/haste/64132 <-- Most users, just click here and click "Download the script"

GitHub current version: https://github.com/mcmonkeyprojects/DenizenSampleScripts/blob/master/npc_chatter.dsc


NOTE TO USERS COMING FROM CITIZENS:
This is a Denizen script! Denizen is a scripting engine that functions as a plugin for Spigot, and deeply integrates into Citizens to add a lot of extra features to your NPCs. Download Denizen here: https://ci.citizensnpcs.co/job/Denizen/ or learn more about Denizen here: https://guide.denizenscript.com/guides/background/what-is-denizen.html


# Installation:
# Just put the script in your scripts folder and reload.
#
# Usage:
# Select an NPC and use command "/npcchatter"
# You can do:
# /npcchatter - Display help info
# /npcchatter off - Disables chatterishness
# /npcchatter set [message] - Sets the NPC to say a specific message
# /npcchatter add [message] - Adds a message for the NPC to randomly say
#
# You can use tags. For example: /npcchatter add Hello <&b><player.name>!
#
# Players can right-click the NPC at any time to see a message.
 
Last edited: