Hello, I am trying to execute a command that I have created through a command block. However, it doesn't appear to be working. I am running MC 1.14.4 so the CMD block says it's executing it as console. Additionally, when I run the command in console it works as intended. I only have a check which sees whether the sender is console. EDIT: Through debugging I have found out that @p is not accepted b/c the cmd block doesn't know what to do. It doesn't suggest @p as it did with the other vanilla commands. Thank you