Started by
GLuxes09
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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"
also the color thing i think its with commands, do a lit research about it
To do colored, you can use 'tellraw' command