Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,000 resources
03
Days
22
Hours
15
Mins
44
Secs

Looking For Talking NPC Plugin

Status
This thread has been locked.

Luigical

Professional Grade Setup Specialist
Supreme
Feedback score
46
Posts
730
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?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

CelestialSatyr

MythicMobs Configurator | Minecraft Partner
Supreme
Feedback score
7
Posts
396
Reactions
208
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
730
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