FancyMcPlugins / FancyNpcs

FancyNpcs is a simple, lightweight and fast npc plugin using packets
https://modrinth.com/plugin/fancynpcs
MIT License
102 stars 23 forks source link

[Feature Request] NPC Message command #15

Closed kixxu closed 1 year ago

kixxu commented 1 year ago

Command will look like: /npc message {NPC} {MESSAGE}

With this command any NPC that you choose will send custom message to player who clicked NPC. (Only for player that clicked NPC, not on global chat).

OliverSchlueter commented 1 year ago

I can add that 👍 For now you could use: /npc serverCommand <npc> tellraw {player} "your message"

OliverSchlueter commented 1 year ago

Will be included in the next version

Thank you for the suggestion