how to detect chat massage

Started by beni1 on

Topic category: Help with modding (Java Edition)

Last seen on 17:00, 14. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to detect chat massage

im trying to make an mod and i cant fugure out how to detect an chat massgage and what is in the massage

Last seen on 15:21, 16. Oct 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There should be a trigger …
Mon, 08/14/2023 - 15:58

There should be a trigger "Player sent chat". It's triggered whenever players sends a message to chat. It's run on server side and before message is sent to all players.