Looking For Talking NPC Plugin

Status
This thread has been locked.

Luigical

Professional Grade Setup Specialist
Supreme
Feedback score
46
Posts
733
Reactions
762
Resources
26
Hey everyone, I am looking for a plugin that allows you to have a mob/NPC say a custom message when they are clicked. However, I don't want to use citizens as I know that would be an option. Anyone know of a plugin like this?
 

CelestialSatyr

MythicMobs Configurator | Minecraft Partner
Supreme
Feedback score
7
Posts
396
Reactions
207
Resources
0
Here, make a villager mob using MythicMobs, and give him this line of code in his 'skills:' tag.
Code:
- skill{s=SendCode} @NearestPlayer ~onInteract

And put this code in your skills file:
Code:
SendCode:
  Skills:
  - message{m="INSERT MESSAGE + LINK HERE"} @NearestPlayer
  - sound{s=block.note.pling} @NearestPlayer
 

Luigical

Professional Grade Setup Specialist
Supreme
Feedback score
46
Posts
733
Reactions
762
Resources
26
Here, make a villager mob using MythicMobs, and give him this line of code in his 'skills:' tag.
Code:
- skill{s=SendCode} @NearestPlayer ~onInteract

And put this code in your skills file:
Code:
SendCode:
  Skills:
  - message{m="INSERT MESSAGE + LINK HERE"} @NearestPlayer
  - sound{s=block.note.pling} @NearestPlayer
Thanks!
 
Status
This thread has been locked.
Top