Teleport Command not working following Minecraft update?Minecraft Single Player commands not workingMinecraft execute detect command not workingMinecraft Command Blocks: /testfor command for wearing a player head, then tpHow to use target selectors in /teleport command in Minecraft 1.13?
Is it ok to record the 'environment' around my workplace?
Which old Technic set included large yellow motor?
Why does a sticker slowly peel off, but if it is pulled quickly it tears?
tcbset behaves differently in preamble and main body
Book featuring a child learning from a crowdsourced AI book
Open subspaces of CW complexes
To what extent should we fear giving offense?
1mth baby boy keeps peeing through diapers, sometimes diper seems practically unused
How does the OS tell whether an "Address is already in use"?
How were medieval castles built in swamps or marshes without draining them?
3D cryptic featuring Mao, Stalin and Simba's uncle
Did Dr. Hannibal Lecter like Clarice or was he attracted to her?
Notice period 60 days but I need to join in 45 days
Is there a word or phrase that means "use other people's wifi or Internet service without consent"?
Can you board the plane when your passport is valid less than 3 months?
Redacting URLs as an email-phishing preventative?
Thought experiment and possible contradiction between electromagnetism and special relativity
Why error propagation in CBC mode encryption affect two blocks?
Is a Centaur considered an animal when calculating carrying capacity for vehicles?
Changing JPEG to RAW to use on Lightroom?
What is the loud noise of a helicopter when the rotors are not yet moving?
What is this fighter jet at Weymouth NAS?
Is it legal for source code containing undefined behavior to crash the compiler?
Why is a statement like 1 + n *= 3 allowed in Ruby?
Teleport Command not working following Minecraft update?
Minecraft Single Player commands not workingMinecraft execute detect command not workingMinecraft Command Blocks: /testfor command for wearing a player head, then tpHow to use target selectors in /teleport command in Minecraft 1.13?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have no idea why this is happening, but after the Command update that Minecraft has had, all of my command blocks have basically been nullified on my server, and I can't make them work as how everyone says.
For example, I have a lobby that has a room that you push a button. The nearest player will be teleported to the next room and bang, that's how it supposed to work.
tp @p 244 9 50
That is what it's been for most of its existence, and it worked. But now, for some reason; as well on many of my other command blocks, it think that the first code is a player, and therefore doesn't read it.
[17:21:59] Error: Player not found.
So I've tried many different ways to fix this; none of which have successfully worked.
I've put them in square brackets and such, and still nothing has worked! Someone please help me.
Other things I recall trying.
tp @p 244,9,50
tp @p [x=244,y=9,z=50]
tp target[@p] location[x=244,y=9,z=50]
tp @p <244 9 50>
tp @p[x=223,y=8,z=501] [x=244,y=9,z=50]
minecraft minecraft-commands
add a comment |
I have no idea why this is happening, but after the Command update that Minecraft has had, all of my command blocks have basically been nullified on my server, and I can't make them work as how everyone says.
For example, I have a lobby that has a room that you push a button. The nearest player will be teleported to the next room and bang, that's how it supposed to work.
tp @p 244 9 50
That is what it's been for most of its existence, and it worked. But now, for some reason; as well on many of my other command blocks, it think that the first code is a player, and therefore doesn't read it.
[17:21:59] Error: Player not found.
So I've tried many different ways to fix this; none of which have successfully worked.
I've put them in square brackets and such, and still nothing has worked! Someone please help me.
Other things I recall trying.
tp @p 244,9,50
tp @p [x=244,y=9,z=50]
tp target[@p] location[x=244,y=9,z=50]
tp @p <244 9 50>
tp @p[x=223,y=8,z=501] [x=244,y=9,z=50]
minecraft minecraft-commands
The first command you're using should work fine. Using any mods that mess with commands? Spigot+essentials is often the culprit for things like this
– SirBenet
Dec 20 '18 at 23:10
1
Unrelated to your problem, I always recommend looking up commands in the Minecraft wiki. The other syntaxes you've tried all have nothing to do with correct Minecraft command syntax, except for the last one.
– Fabian Röling
Dec 21 '18 at 6:05
add a comment |
I have no idea why this is happening, but after the Command update that Minecraft has had, all of my command blocks have basically been nullified on my server, and I can't make them work as how everyone says.
For example, I have a lobby that has a room that you push a button. The nearest player will be teleported to the next room and bang, that's how it supposed to work.
tp @p 244 9 50
That is what it's been for most of its existence, and it worked. But now, for some reason; as well on many of my other command blocks, it think that the first code is a player, and therefore doesn't read it.
[17:21:59] Error: Player not found.
So I've tried many different ways to fix this; none of which have successfully worked.
I've put them in square brackets and such, and still nothing has worked! Someone please help me.
Other things I recall trying.
tp @p 244,9,50
tp @p [x=244,y=9,z=50]
tp target[@p] location[x=244,y=9,z=50]
tp @p <244 9 50>
tp @p[x=223,y=8,z=501] [x=244,y=9,z=50]
minecraft minecraft-commands
I have no idea why this is happening, but after the Command update that Minecraft has had, all of my command blocks have basically been nullified on my server, and I can't make them work as how everyone says.
For example, I have a lobby that has a room that you push a button. The nearest player will be teleported to the next room and bang, that's how it supposed to work.
tp @p 244 9 50
That is what it's been for most of its existence, and it worked. But now, for some reason; as well on many of my other command blocks, it think that the first code is a player, and therefore doesn't read it.
[17:21:59] Error: Player not found.
So I've tried many different ways to fix this; none of which have successfully worked.
I've put them in square brackets and such, and still nothing has worked! Someone please help me.
Other things I recall trying.
tp @p 244,9,50
tp @p [x=244,y=9,z=50]
tp target[@p] location[x=244,y=9,z=50]
tp @p <244 9 50>
tp @p[x=223,y=8,z=501] [x=244,y=9,z=50]
minecraft minecraft-commands
minecraft minecraft-commands
edited Dec 21 '18 at 0:56
Robotnik♦
27.4k43 gold badges132 silver badges233 bronze badges
27.4k43 gold badges132 silver badges233 bronze badges
asked Dec 20 '18 at 22:26
Epik BermEpik Berm
91 silver badge2 bronze badges
91 silver badge2 bronze badges
The first command you're using should work fine. Using any mods that mess with commands? Spigot+essentials is often the culprit for things like this
– SirBenet
Dec 20 '18 at 23:10
1
Unrelated to your problem, I always recommend looking up commands in the Minecraft wiki. The other syntaxes you've tried all have nothing to do with correct Minecraft command syntax, except for the last one.
– Fabian Röling
Dec 21 '18 at 6:05
add a comment |
The first command you're using should work fine. Using any mods that mess with commands? Spigot+essentials is often the culprit for things like this
– SirBenet
Dec 20 '18 at 23:10
1
Unrelated to your problem, I always recommend looking up commands in the Minecraft wiki. The other syntaxes you've tried all have nothing to do with correct Minecraft command syntax, except for the last one.
– Fabian Röling
Dec 21 '18 at 6:05
The first command you're using should work fine. Using any mods that mess with commands? Spigot+essentials is often the culprit for things like this
– SirBenet
Dec 20 '18 at 23:10
The first command you're using should work fine. Using any mods that mess with commands? Spigot+essentials is often the culprit for things like this
– SirBenet
Dec 20 '18 at 23:10
1
1
Unrelated to your problem, I always recommend looking up commands in the Minecraft wiki. The other syntaxes you've tried all have nothing to do with correct Minecraft command syntax, except for the last one.
– Fabian Röling
Dec 21 '18 at 6:05
Unrelated to your problem, I always recommend looking up commands in the Minecraft wiki. The other syntaxes you've tried all have nothing to do with correct Minecraft command syntax, except for the last one.
– Fabian Röling
Dec 21 '18 at 6:05
add a comment |
1 Answer
1
active
oldest
votes
tp, from what it looks like, should be working, but if not there might be something else you could try, such as adding execute.
execute positioned ~ ~ ~ run tp @p 244 9 50
You can also do:
execute as @p run tp @s 244 9 50
If those don't work make sure commands are enabled on your server.
1
The execute should not be needed. The default execution location is from the command block that's running the command.
– SirBenet
Dec 20 '18 at 23:48
Keyword: should. I know that's usually the case, but because it isn't working for him I thought maybe he's doing something differently, and an alternative might be needed. I hope my edit made that a bit more clear, I think I forgot exactly what his case was for a moment.
– SpiceWeasel
Dec 21 '18 at 0:36
Thank you so much. This worked instantly; although I'll try my best to find a way to shorten it!
– Epik Berm
Dec 21 '18 at 4:01
@EpikBerm you're welcome! I'd say the shortest way to use execute is to just use /execute run. Sorry your original commands didn't work though.
– SpiceWeasel
Dec 21 '18 at 12:00
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f343740%2fteleport-command-not-working-following-minecraft-update%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
tp, from what it looks like, should be working, but if not there might be something else you could try, such as adding execute.
execute positioned ~ ~ ~ run tp @p 244 9 50
You can also do:
execute as @p run tp @s 244 9 50
If those don't work make sure commands are enabled on your server.
1
The execute should not be needed. The default execution location is from the command block that's running the command.
– SirBenet
Dec 20 '18 at 23:48
Keyword: should. I know that's usually the case, but because it isn't working for him I thought maybe he's doing something differently, and an alternative might be needed. I hope my edit made that a bit more clear, I think I forgot exactly what his case was for a moment.
– SpiceWeasel
Dec 21 '18 at 0:36
Thank you so much. This worked instantly; although I'll try my best to find a way to shorten it!
– Epik Berm
Dec 21 '18 at 4:01
@EpikBerm you're welcome! I'd say the shortest way to use execute is to just use /execute run. Sorry your original commands didn't work though.
– SpiceWeasel
Dec 21 '18 at 12:00
add a comment |
tp, from what it looks like, should be working, but if not there might be something else you could try, such as adding execute.
execute positioned ~ ~ ~ run tp @p 244 9 50
You can also do:
execute as @p run tp @s 244 9 50
If those don't work make sure commands are enabled on your server.
1
The execute should not be needed. The default execution location is from the command block that's running the command.
– SirBenet
Dec 20 '18 at 23:48
Keyword: should. I know that's usually the case, but because it isn't working for him I thought maybe he's doing something differently, and an alternative might be needed. I hope my edit made that a bit more clear, I think I forgot exactly what his case was for a moment.
– SpiceWeasel
Dec 21 '18 at 0:36
Thank you so much. This worked instantly; although I'll try my best to find a way to shorten it!
– Epik Berm
Dec 21 '18 at 4:01
@EpikBerm you're welcome! I'd say the shortest way to use execute is to just use /execute run. Sorry your original commands didn't work though.
– SpiceWeasel
Dec 21 '18 at 12:00
add a comment |
tp, from what it looks like, should be working, but if not there might be something else you could try, such as adding execute.
execute positioned ~ ~ ~ run tp @p 244 9 50
You can also do:
execute as @p run tp @s 244 9 50
If those don't work make sure commands are enabled on your server.
tp, from what it looks like, should be working, but if not there might be something else you could try, such as adding execute.
execute positioned ~ ~ ~ run tp @p 244 9 50
You can also do:
execute as @p run tp @s 244 9 50
If those don't work make sure commands are enabled on your server.
edited Dec 21 '18 at 0:39
answered Dec 20 '18 at 23:36
SpiceWeaselSpiceWeasel
8311 gold badge5 silver badges16 bronze badges
8311 gold badge5 silver badges16 bronze badges
1
The execute should not be needed. The default execution location is from the command block that's running the command.
– SirBenet
Dec 20 '18 at 23:48
Keyword: should. I know that's usually the case, but because it isn't working for him I thought maybe he's doing something differently, and an alternative might be needed. I hope my edit made that a bit more clear, I think I forgot exactly what his case was for a moment.
– SpiceWeasel
Dec 21 '18 at 0:36
Thank you so much. This worked instantly; although I'll try my best to find a way to shorten it!
– Epik Berm
Dec 21 '18 at 4:01
@EpikBerm you're welcome! I'd say the shortest way to use execute is to just use /execute run. Sorry your original commands didn't work though.
– SpiceWeasel
Dec 21 '18 at 12:00
add a comment |
1
The execute should not be needed. The default execution location is from the command block that's running the command.
– SirBenet
Dec 20 '18 at 23:48
Keyword: should. I know that's usually the case, but because it isn't working for him I thought maybe he's doing something differently, and an alternative might be needed. I hope my edit made that a bit more clear, I think I forgot exactly what his case was for a moment.
– SpiceWeasel
Dec 21 '18 at 0:36
Thank you so much. This worked instantly; although I'll try my best to find a way to shorten it!
– Epik Berm
Dec 21 '18 at 4:01
@EpikBerm you're welcome! I'd say the shortest way to use execute is to just use /execute run. Sorry your original commands didn't work though.
– SpiceWeasel
Dec 21 '18 at 12:00
1
1
The execute should not be needed. The default execution location is from the command block that's running the command.
– SirBenet
Dec 20 '18 at 23:48
The execute should not be needed. The default execution location is from the command block that's running the command.
– SirBenet
Dec 20 '18 at 23:48
Keyword: should. I know that's usually the case, but because it isn't working for him I thought maybe he's doing something differently, and an alternative might be needed. I hope my edit made that a bit more clear, I think I forgot exactly what his case was for a moment.
– SpiceWeasel
Dec 21 '18 at 0:36
Keyword: should. I know that's usually the case, but because it isn't working for him I thought maybe he's doing something differently, and an alternative might be needed. I hope my edit made that a bit more clear, I think I forgot exactly what his case was for a moment.
– SpiceWeasel
Dec 21 '18 at 0:36
Thank you so much. This worked instantly; although I'll try my best to find a way to shorten it!
– Epik Berm
Dec 21 '18 at 4:01
Thank you so much. This worked instantly; although I'll try my best to find a way to shorten it!
– Epik Berm
Dec 21 '18 at 4:01
@EpikBerm you're welcome! I'd say the shortest way to use execute is to just use /execute run. Sorry your original commands didn't work though.
– SpiceWeasel
Dec 21 '18 at 12:00
@EpikBerm you're welcome! I'd say the shortest way to use execute is to just use /execute run. Sorry your original commands didn't work though.
– SpiceWeasel
Dec 21 '18 at 12:00
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f343740%2fteleport-command-not-working-following-minecraft-update%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The first command you're using should work fine. Using any mods that mess with commands? Spigot+essentials is often the culprit for things like this
– SirBenet
Dec 20 '18 at 23:10
1
Unrelated to your problem, I always recommend looking up commands in the Minecraft wiki. The other syntaxes you've tried all have nothing to do with correct Minecraft command syntax, except for the last one.
– Fabian Röling
Dec 21 '18 at 6:05