Minecraft 1.14.4 Teleport in multiplayer mode a different player relitive to them selfs from (Datapack) function called from command blockHow to use ~ in /testfor command block?How do I use a command block to add coordinates to another command block?/execute as - Failed to execute errorMinecraft - teleport a player when stepping on specific coordinatesMinecraft - Run commands as a dead player/tp Relative CoordinatesWill this command block always teleport the correct player(s)?How do I make command blocks teleport players away from an area when they don't have a specific item?command block - "you must be a player to use this command!'How to execute a command when ALL of the players are close enough
Pseudo Game of Cups in Python
Do things made of adamantine rust?
Is there an in-universe reason Harry says this or is this simply a Rowling mistake?
Can Bless or Bardic Inspiration help a creature from rolling a 1 on a death save?
Should the pagination be reset when changing the order?
How is underwater propagation of sound possible?
Norwegian refuses EU delay (4.7 hours) compensation because it turned out there was nothing wrong with the aircraft
Spectrum of a Subspace of Matrices
Manager encourages me to take day of sick leave instead of PTO, what's in it for him?
How to create a grid following points in QGIS?
How do rulers get rich from war?
Do liquid propellant rocket engines experience thrust oscillation?
Do household ovens ventilate heat to the outdoors?
In a jam session, when asked which key my non-transposing instrument (like a violin) is in, what do I answer?
What was an "insurance cover"?
Can someone explain to me the parameters of a lognormal distribution?
As an employer, can I compel my employees to vote?
Temporarily moving a SQL Server 2016 database to SQL Server 2017 and then moving back. Is it possible?
How could artificial intelligence harm us?
How is the problem, G has no triangle in Logspace?
What is a Heptagon Number™?
Did Apollo carry and use WD40?
What was the deeper meaning of Hermione wanting the cloak?
Wired to Wireless Doorbell
Minecraft 1.14.4 Teleport in multiplayer mode a different player relitive to them selfs from (Datapack) function called from command block
How to use ~ in /testfor command block?How do I use a command block to add coordinates to another command block?/execute as - Failed to execute errorMinecraft - teleport a player when stepping on specific coordinatesMinecraft - Run commands as a dead player/tp Relative CoordinatesWill this command block always teleport the correct player(s)?How do I make command blocks teleport players away from an area when they don't have a specific item?command block - "you must be a player to use this command!'How to execute a command when ALL of the players are close enough
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
So I've looked and cant find the answer here is what is going on.
I'm Cloning blocks in the x direction -1 at a time. I want to keep all players on these blocks with them so I teleport the player -1 relative to their current POS[0] or X.
This works for me when the function is run from a repeating command block calling a datapack function as follows.
clone ~-9 ~-1 ~-2 ~63 ~5 ~2 ~-10 ~-1 ~-2 replace force
execute at @p run tp @p ~-1 ~ ~
As I'm executing the command @p
However this will not work for others. I do have a scoreboard to tell if a player is on the blocks so I can execute another function based on that scoreboard from this function. However I have tried multiple combos to get the other players in multiplayer mode to move -1 block in the x direction to no avail But I Do Move!
HELP!
minecraft
New contributor
Jeffrey Ice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment
|
So I've looked and cant find the answer here is what is going on.
I'm Cloning blocks in the x direction -1 at a time. I want to keep all players on these blocks with them so I teleport the player -1 relative to their current POS[0] or X.
This works for me when the function is run from a repeating command block calling a datapack function as follows.
clone ~-9 ~-1 ~-2 ~63 ~5 ~2 ~-10 ~-1 ~-2 replace force
execute at @p run tp @p ~-1 ~ ~
As I'm executing the command @p
However this will not work for others. I do have a scoreboard to tell if a player is on the blocks so I can execute another function based on that scoreboard from this function. However I have tried multiple combos to get the other players in multiplayer mode to move -1 block in the x direction to no avail But I Do Move!
HELP!
minecraft
New contributor
Jeffrey Ice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment
|
So I've looked and cant find the answer here is what is going on.
I'm Cloning blocks in the x direction -1 at a time. I want to keep all players on these blocks with them so I teleport the player -1 relative to their current POS[0] or X.
This works for me when the function is run from a repeating command block calling a datapack function as follows.
clone ~-9 ~-1 ~-2 ~63 ~5 ~2 ~-10 ~-1 ~-2 replace force
execute at @p run tp @p ~-1 ~ ~
As I'm executing the command @p
However this will not work for others. I do have a scoreboard to tell if a player is on the blocks so I can execute another function based on that scoreboard from this function. However I have tried multiple combos to get the other players in multiplayer mode to move -1 block in the x direction to no avail But I Do Move!
HELP!
minecraft
New contributor
Jeffrey Ice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
So I've looked and cant find the answer here is what is going on.
I'm Cloning blocks in the x direction -1 at a time. I want to keep all players on these blocks with them so I teleport the player -1 relative to their current POS[0] or X.
This works for me when the function is run from a repeating command block calling a datapack function as follows.
clone ~-9 ~-1 ~-2 ~63 ~5 ~2 ~-10 ~-1 ~-2 replace force
execute at @p run tp @p ~-1 ~ ~
As I'm executing the command @p
However this will not work for others. I do have a scoreboard to tell if a player is on the blocks so I can execute another function based on that scoreboard from this function. However I have tried multiple combos to get the other players in multiplayer mode to move -1 block in the x direction to no avail But I Do Move!
HELP!
minecraft
minecraft
New contributor
Jeffrey Ice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jeffrey Ice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 4 mins ago
Jeffrey Ice
New contributor
Jeffrey Ice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 12 mins ago
Jeffrey IceJeffrey Ice
11 bronze badge
11 bronze badge
New contributor
Jeffrey Ice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jeffrey Ice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment
|
add a comment
|
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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
);
);
Jeffrey Ice is a new contributor. Be nice, and check out our Code of Conduct.
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%2f357755%2fminecraft-1-14-4-teleport-in-multiplayer-mode-a-different-player-relitive-to-the%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Jeffrey Ice is a new contributor. Be nice, and check out our Code of Conduct.
Jeffrey Ice is a new contributor. Be nice, and check out our Code of Conduct.
Jeffrey Ice is a new contributor. Be nice, and check out our Code of Conduct.
Jeffrey Ice is a new contributor. Be nice, and check out our Code of Conduct.
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%2f357755%2fminecraft-1-14-4-teleport-in-multiplayer-mode-a-different-player-relitive-to-the%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