options:
cooldown: 2 seconds
on chat:
if {chatcooldown.%uuid of player%} is set:
cancel event
send "&cÇok hızlı mesaj atıyorsun! Lütfen biraz bekle." to player
stop
set {chatcooldown.%uuid of player%} to true
wait {@cooldown}
delete {chatcooldown.%uuid of player%}