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?
I just want a villager to talk to the guy and send them a link when they are clicked.You can achieve this with MythicMobs![]()
- skill{s=SendCode} @NearestPlayer ~onInteract
SendCode:
Skills:
- message{m="INSERT MESSAGE + LINK HERE"} @NearestPlayer
- sound{s=block.note.pling} @NearestPlayer
Thanks!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
I contacted you on Skype.I can help u