Thanks for clicking on my post.
When someone spams a lot, they get kicked for "disconnect.spam", I made a script where if the player gets kicked, it will say in Console "Kicked : %player%" How do I do add %reason%. <- It won't understand the expression.
Also, when the player gets kicked it will also say "quit" in console. How do I only display the kick message, if the player gets kicked.
Please don't rage I only started learning Skript yesterday!
[doublepost=1496348653,1496343310][/doublepost]I still need help. Idk how to fix it 


When someone spams a lot, they get kicked for "disconnect.spam", I made a script where if the player gets kicked, it will say in Console "Kicked : %player%" How do I do add %reason%. <- It won't understand the expression.
Also, when the player gets kicked it will also say "quit" in console. How do I only display the kick message, if the player gets kicked.
Please don't rage I only started learning Skript yesterday!
code_language.skript:
on quit:
send "Quit : %player%" to console
on kick:
send "Kick : %player%" to console