I made a skript where you can talk through live console
command /console [<text>]:
trigger:
if executor is not console:
send "&cOnly the console can execute this!"
else:
loop all players:
set {_a} to arg-1
if arg-1 contains "%loop-player%":
replace all "%loop-player%" with "&e@%loop-player%&f" in {_a}
play sound "BLOCK_NOTE_BLOCK_PLING" with volume 1 and pitch 1 to loop-player
broadcast "&8• &x&3&2&7&6&f&b&lCONSOLE &x&3&2&7&6&f&b<insert name here> &7(From Console) &8➻ &f%{_a}%"