is there any way to make an entity say something in chat when the player says something like, "hello" or "who are you?"

Started by james3 on

Topic category: Help with MCreator software

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is there any way to make an entity say something in chat when the player says something like, "hello" or "who are you?"

i saw some cool uses of it in TBS and wanted to add it to my mod, is there any way of doing this?

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make an if statement to…
Sat, 03/22/2025 - 09:59

Make an if statement to check if the player says something in chat and if the entity exists within your desired radius, if yes then use the "send message to event/target entity" block to send the player a message.