How to kill a single payer when they touch a block in multiplayerHow to execute a team scoreboard?/execute as - Failed to execute errorHow to kill players that step on an iron block?My commands are not working in 1.12How do I place a red block under a red team member who is on a white block?How can I make a dropper with a specific pattern of items inside turn into a building?How to create an “impact grenade” in Minecraft 1.13?How do I remove torches upon death?Minecraft execute syntaxChain Command Block not working 1.14.3
What's the point of this scene involving Flash Thompson at the airport?
Is a Lisp program in both prog-mode and lisp-mode?
Is an acid a salt or not?
How might the United Kingdom become a republic?
Did any of the founding fathers anticipate Lysander Spooner's criticism of the constitution?
How can one write good dialogue in a story without sounding wooden?
Are there any intersection of Theory A and Theory B?
I have a ruthless DM and I'm considering leaving the party. What are my options to minimize the negative impact to the rest of the group?
I quit, and boss offered me 3 month "grace period" where I could still come back
Why does Hellboy file down his horns?
Keep milk (or milk alternative) for a day without a fridge
When did the Roman Empire fall according to contemporaries?
Does Google Maps take into account hills/inclines for route times?
How do I take a fraction to a negative power?
What's a moment that's more impactful on a reread called?
Reverse the word order in string, without reversing the words
Was I subtly told to resign?
How do I determine whether a permit is required for a new gas line?
'rm' (delete) thousands of files selectively
Repeating redundant information after dialogues, to avoid or not?
Credit union holding car note, refuses to provide details of how payments have been applied
Is Trump personally blocking people on Twitter?
Professor falsely accusing me of cheating in a class he does not teach, two months after end of the class. What precautions should I take?
Where is the USB2 OTG port on the RPi 4 Model B located?
How to kill a single payer when they touch a block in multiplayer
How to execute a team scoreboard?/execute as - Failed to execute errorHow to kill players that step on an iron block?My commands are not working in 1.12How do I place a red block under a red team member who is on a white block?How can I make a dropper with a specific pattern of items inside turn into a building?How to create an “impact grenade” in Minecraft 1.13?How do I remove torches upon death?Minecraft execute syntaxChain Command Block not working 1.14.3
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am making a multiplayer parkour map on bedrock edition, and I have it set up where when a player steps on a grass block they die.
But when a player steps on a grass block it just kills everyone. And I'm looking for help on how to get it to only kill the player that stepped on the block.
First: A repeat command block (set to always active and unconditional)
execute @e [type=player] ~ ~ ~ testforblock ~ ~-1 ~ grass
And then I have a chain command block (set to conditional and always active)
kill @e [type=player]
And it does work..... IF in singleplayer only. (which is not at all what I want)
Thank y'all in advance.
minecraft-commands minecraft-pocket-edition minecraft-bedrock-edition
New contributor
ThinkAwsome 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 |
I am making a multiplayer parkour map on bedrock edition, and I have it set up where when a player steps on a grass block they die.
But when a player steps on a grass block it just kills everyone. And I'm looking for help on how to get it to only kill the player that stepped on the block.
First: A repeat command block (set to always active and unconditional)
execute @e [type=player] ~ ~ ~ testforblock ~ ~-1 ~ grass
And then I have a chain command block (set to conditional and always active)
kill @e [type=player]
And it does work..... IF in singleplayer only. (which is not at all what I want)
Thank y'all in advance.
minecraft-commands minecraft-pocket-edition minecraft-bedrock-edition
New contributor
ThinkAwsome 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 |
I am making a multiplayer parkour map on bedrock edition, and I have it set up where when a player steps on a grass block they die.
But when a player steps on a grass block it just kills everyone. And I'm looking for help on how to get it to only kill the player that stepped on the block.
First: A repeat command block (set to always active and unconditional)
execute @e [type=player] ~ ~ ~ testforblock ~ ~-1 ~ grass
And then I have a chain command block (set to conditional and always active)
kill @e [type=player]
And it does work..... IF in singleplayer only. (which is not at all what I want)
Thank y'all in advance.
minecraft-commands minecraft-pocket-edition minecraft-bedrock-edition
New contributor
ThinkAwsome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am making a multiplayer parkour map on bedrock edition, and I have it set up where when a player steps on a grass block they die.
But when a player steps on a grass block it just kills everyone. And I'm looking for help on how to get it to only kill the player that stepped on the block.
First: A repeat command block (set to always active and unconditional)
execute @e [type=player] ~ ~ ~ testforblock ~ ~-1 ~ grass
And then I have a chain command block (set to conditional and always active)
kill @e [type=player]
And it does work..... IF in singleplayer only. (which is not at all what I want)
Thank y'all in advance.
minecraft-commands minecraft-pocket-edition minecraft-bedrock-edition
minecraft-commands minecraft-pocket-edition minecraft-bedrock-edition
New contributor
ThinkAwsome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ThinkAwsome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ThinkAwsome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 43 mins ago
ThinkAwsome ThinkAwsome
1
1
New contributor
ThinkAwsome is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ThinkAwsome 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/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
);
);
ThinkAwsome 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%2f354398%2fhow-to-kill-a-single-payer-when-they-touch-a-block-in-multiplayer%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
ThinkAwsome is a new contributor. Be nice, and check out our Code of Conduct.
ThinkAwsome is a new contributor. Be nice, and check out our Code of Conduct.
ThinkAwsome is a new contributor. Be nice, and check out our Code of Conduct.
ThinkAwsome 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%2f354398%2fhow-to-kill-a-single-payer-when-they-touch-a-block-in-multiplayer%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