Minecraft: Command block team selector
I'm trying to make a command for a hide and seek map but I'm having this problem. The following is the command I use:
/effect @a[team=S] minecraft:slowness 20 10
The selector @a[team=S] doesn't work. It says:
Selector '@a[team=S]' found nothing
This should work because I made sure someone was on that team (me) and the team did exist. Though no matter what command I use it still comes up with the same result. The map won't really work without it.
minecraft minecraft-commands
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to make a command for a hide and seek map but I'm having this problem. The following is the command I use:
/effect @a[team=S] minecraft:slowness 20 10
The selector @a[team=S] doesn't work. It says:
Selector '@a[team=S]' found nothing
This should work because I made sure someone was on that team (me) and the team did exist. Though no matter what command I use it still comes up with the same result. The map won't really work without it.
minecraft minecraft-commands
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Most likely there is nobody on the teamS. Make sure that no commands are removing you from that team. You can only be on one team at once, so anything that makes you join another team will also make you leave that team.
– SirBenet
Dec 11 '16 at 14:13
make sure there are commas around the team name (i.e.[team="S"]
– FungusKing
Dec 12 '16 at 7:44
@FungusKing that's not required
– QunSyBer
Dec 14 '16 at 15:01
add a comment |
I'm trying to make a command for a hide and seek map but I'm having this problem. The following is the command I use:
/effect @a[team=S] minecraft:slowness 20 10
The selector @a[team=S] doesn't work. It says:
Selector '@a[team=S]' found nothing
This should work because I made sure someone was on that team (me) and the team did exist. Though no matter what command I use it still comes up with the same result. The map won't really work without it.
minecraft minecraft-commands
I'm trying to make a command for a hide and seek map but I'm having this problem. The following is the command I use:
/effect @a[team=S] minecraft:slowness 20 10
The selector @a[team=S] doesn't work. It says:
Selector '@a[team=S]' found nothing
This should work because I made sure someone was on that team (me) and the team did exist. Though no matter what command I use it still comes up with the same result. The map won't really work without it.
minecraft minecraft-commands
minecraft minecraft-commands
asked Dec 11 '16 at 14:07
Yuki_To_Ame
535
535
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Most likely there is nobody on the teamS. Make sure that no commands are removing you from that team. You can only be on one team at once, so anything that makes you join another team will also make you leave that team.
– SirBenet
Dec 11 '16 at 14:13
make sure there are commas around the team name (i.e.[team="S"]
– FungusKing
Dec 12 '16 at 7:44
@FungusKing that's not required
– QunSyBer
Dec 14 '16 at 15:01
add a comment |
Most likely there is nobody on the teamS. Make sure that no commands are removing you from that team. You can only be on one team at once, so anything that makes you join another team will also make you leave that team.
– SirBenet
Dec 11 '16 at 14:13
make sure there are commas around the team name (i.e.[team="S"]
– FungusKing
Dec 12 '16 at 7:44
@FungusKing that's not required
– QunSyBer
Dec 14 '16 at 15:01
Most likely there is nobody on the team
S. Make sure that no commands are removing you from that team. You can only be on one team at once, so anything that makes you join another team will also make you leave that team.– SirBenet
Dec 11 '16 at 14:13
Most likely there is nobody on the team
S. Make sure that no commands are removing you from that team. You can only be on one team at once, so anything that makes you join another team will also make you leave that team.– SirBenet
Dec 11 '16 at 14:13
make sure there are commas around the team name (i.e.
[team="S"]– FungusKing
Dec 12 '16 at 7:44
make sure there are commas around the team name (i.e.
[team="S"]– FungusKing
Dec 12 '16 at 7:44
@FungusKing that's not required
– QunSyBer
Dec 14 '16 at 15:01
@FungusKing that's not required
– QunSyBer
Dec 14 '16 at 15:01
add a comment |
1 Answer
1
active
oldest
votes
If you used the actual team name "S" as in
/scoreboard teams add S
and put players on that team, it should work fine. Try using
/scoreboard teams add seeker
and use that team instead. Additionally, try using a lowercase "s".
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%2f294127%2fminecraft-command-block-team-selector%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
If you used the actual team name "S" as in
/scoreboard teams add S
and put players on that team, it should work fine. Try using
/scoreboard teams add seeker
and use that team instead. Additionally, try using a lowercase "s".
add a comment |
If you used the actual team name "S" as in
/scoreboard teams add S
and put players on that team, it should work fine. Try using
/scoreboard teams add seeker
and use that team instead. Additionally, try using a lowercase "s".
add a comment |
If you used the actual team name "S" as in
/scoreboard teams add S
and put players on that team, it should work fine. Try using
/scoreboard teams add seeker
and use that team instead. Additionally, try using a lowercase "s".
If you used the actual team name "S" as in
/scoreboard teams add S
and put players on that team, it should work fine. Try using
/scoreboard teams add seeker
and use that team instead. Additionally, try using a lowercase "s".
answered Jan 19 at 19:08
Prograde Official
986
986
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f294127%2fminecraft-command-block-team-selector%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
Most likely there is nobody on the team
S. Make sure that no commands are removing you from that team. You can only be on one team at once, so anything that makes you join another team will also make you leave that team.– SirBenet
Dec 11 '16 at 14:13
make sure there are commas around the team name (i.e.
[team="S"]– FungusKing
Dec 12 '16 at 7:44
@FungusKing that's not required
– QunSyBer
Dec 14 '16 at 15:01