How do I use @p in tellraw without a command block? This is what the current command looks like, and I want it to kick whoever clicks it.
/tellraw @a ["",{"text":"Click me!","clickEvent":{"action":"run_command","value":"/kick @p You got trolled!"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Click me!"}]}}}]
tellrawis not a command that is command block exclusive. Actually there are no commands that are command block exclusive. Every command that works in a command block works just as well in the chat. – Fabian Röling Apr 06 '18 at 22:10