Started by
Liquified Beef
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to add a Mod Message that displays in the chat every time you join your world? I would like to make it so that it thanks the player for installing the mod and such.
If you create a new procedure and click on the top green block's drop down menu, you can set it to activate when minecraft loads a world. You can then find the say message block or use the tellraw command with the execute command block for colored/special text.
Don't confound with by example "Mob is attacked", because in the trigger, it is only for special events, for make same actions. If i says "Mob is attacked", it is because i tested when a mob collides with you give to the player blindness effect, after, when i am hurted, i have blindness effect. Like the "Mob is attacked" don't exist yet (It is the "Mob is hurt" procedure for the mob, but i confound before), i confound with trigger.
Use on player joins the world trigger in procedure editor and use print text to console procedure block to show this to player.
Use procedure If player enters dimension, then select surface, then go down to message tab and get one of your choice and do your message