Message in chat when a boss is spawned?

Started by GLuxes09 on

Topic category: Help with modding (Java Edition)

Last seen on 01:27, 1. Sep 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Message in chat when a boss is spawned?

I'm making a Herobrine boss fight and when the correct statue is built, I want it to say "Herobrine joined the game". I figured out how to add the chat but I have no clue how to change the color of the text.

Last seen on 11:11, 13. Jun 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
on player tick update *If*…
Tue, 08/01/2023 - 06:35

on player tick update

*If* event/target entity sub type of (herobrine)

 * if*is event/target entity alive

        *do*    send to chat to all player "ex; herobrine is alive"

            

 

Last seen on 11:11, 13. Jun 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
also the color thing i think…
Tue, 08/01/2023 - 06:36

also the color thing i think its with commands, do a lit research about it

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To do colored, you can use …
Tue, 08/01/2023 - 07:19

To do colored, you can use 'tellraw' command