Hi, so I wanted to make a command where when a player presses a button, it notifies me. I got that part easy using a simple tellraw command, but is there a way for me to see who sent the message?
I heard i could use {selector:"@p"} in the command, but i tried it and it didn't work. although, this could just be that i didn't put it in the right spot, etc.
This is the command I currently have, please tell me what to change.
Hi, so I wanted to make a command where when a player presses a button, it notifies me. I got that part easy using a simple tellraw command, but is there a way for me to see who sent the message?
I heard i could use {selector:"@p"} in the command, but i tried it and it didn't work. although, this could just be that i didn't put it in the right spot, etc.
This is the command I currently have, please tell me what to change.
/tellraw my_username [selector:"@p", {"text":"my message"}]
Thanks.