Minecraft CommandBlock Why doesn't @ Command work?

pa
11

First of all, this is about 1.14.4 [a V-server]

I try that when a player presses the button they will be teleported to a coordinate. I have inserted the coordinate and if I enter my name instead of the @ (eg a), I will also be teleported only if I type eg. @a mache no one is teleported or at @p no one is teleported.

Do I have to add anything?

Co

That should actually work

pa

I thought so too, but it is ürgentwie net. Could it be due to one of my plugins. https://image.prntscr.com/image/hej0om79Tt6aYr5Mu8FGKQ.png?

Co

No, please write me the command that doesn't work

pa

Well all commands connected to @a and in this case: / tp @a -70 63 35

Co

The problem is that the tp command runs over essentails, it does not have the variables like @a, if you really want to do it with a command block, write in: / minecraft: tp @a - 70 63 35

pa

I love c: No really, thank you very much. Tomorrow at project start it would have been really embarrassing c: Thanks

Co

Everything good and no problem

an

First, show a screenshot.

pa

It has already been resolved Thank you anyway

an

@ Mats157

I'm glad (:

What was the problem?

pa

It was an Essentails Command and accordingly I had to use minecraft: tp @a and not just / tp @a