trying to send a text message to a player when he clicks on a sign. So this is very beginner question. I keep getting an error
player.sendTextMessage("Your name is " + player.getName());
error: cannot find symbol variable player
Thanks in advance for not laughing.