Hi, I looked through all your youtube tutorials for MCreator and I didn't see one about printing server messages. Any idea how I could make the game print a message as soon as the user logs in?
Set the "Event Trigger" to "Player joins the world".
Select the "Player Procedures" tab.
Scroll down until you see one that says "Send message to provided entity (message)"
The line under that says "Show in action bar (false)"
Add the component to the main trigger and change your message text.
If the action bar is set to true it will not post the message in the chat window but will display it only to the provided entity on the action bar above the inventory.
Last thing you need to do is save and test it on both server and client worlds.
Hope that helps :)
If you have any other questions let me know.
Yes its possible.
Make a new procedure element.
Set the "Event Trigger" to "Player joins the world".
Select the "Player Procedures" tab.
Scroll down until you see one that says "Send message to provided entity (message)" The line under that says "Show in action bar (false)"
Add the component to the main trigger and change your message text.
If the action bar is set to true it will not post the message in the chat window but will display it only to the provided entity on the action bar above the inventory. Last thing you need to do is save and test it on both server and client worlds. Hope that helps :) If you have any other questions let me know.