I want to broadcast every command a certain player executes. But with the following example only the word after the "/" gets send. E.g. "/gamemode creative" -> "gamemode". How can I get the full command with every argument?
Code:
on command:
if player is "certain player name":
send "%player% has executed the command: /%command%"