How do I use ! on teams and itemsHow do I craft command blocks?How do I teleport players based on their teams?Give player item(s) when player hits X amount of deathsGetting enchanted items and blockHow to create and use custom gamerules?Add multiple NBT tag Tags
Convex hull in a discrete space
Practicality of 30 year fixed mortgage at 55 years of age
Help in drawing resonance structures in case of polybasic acids
Why did UK NHS pay for homeopathic treatments?
Top off gas with old oil, is that bad?
Number of list elements less than a given integer
Can I enter the UK without my husband if we said we'd travel together in our visa application?
Beyond Futuristic Technology for an Alien Warship?
Is differentiation as a map discontinuous?
Why, even after his imprisonment, people keep calling Hannibal Lecter "Doctor"?
How can this Stack Exchange site have an animated favicon?
Why was it decided in 1956 to abolish the spelling чорт (devil) in favor of чёрт?
Which lens has the same capability of lens mounted in Nikon P1000?
Why isn't there armor to protect from spells in the Potterverse?
Why does my browser attempt to download pages from http://clhs.lisp.se instead of viewing them normally?
Difference between "rip up" and "rip down"
Whaling ship logistics
I am not a pleasant sight
Do we have any particular tonal center in mind when we are NOT listening music?
Why is STARTTLS still used?
Windows 10 deletes lots of tiny files super slowly. Anything that can be done to speed it up?
I reverse the source code, you reverse the input!
Does "as soon as" imply simultaneity?
What does it mean by "my days-of-the-week underwear only go to Thursday" in this context?
How do I use ! on teams and items
How do I craft command blocks?How do I teleport players based on their teams?Give player item(s) when player hits X amount of deathsGetting enchanted items and blockHow to create and use custom gamerules?Add multiple NBT tag Tags
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am working on a Minecraft bed-wars map and I want to make 2 things; an alarm and something that destroys items on the ground except iron ingots, gold ingots, emeralds, and diamonds. I can already destroy individual items, but id rather not make a command block for around 20 different items. My current code for each is this: /kill @e[type=item,nbt=Item:id:"minecraft:the item I want"]
Is there a way to put ! into it so it destroys everything but the iron ingots, gold ingots, emeralds, and diamonds? For the alarm I need to either get a way to add the 3 other teams (I only can put one in at the moment). Or could I use !blue somehow to detect teams other than blue within a radius of 50. Some kind of code like this, this one doesn't work /execute at @a[team=!blue,distance=..50] run say blue alarm triggered
minecraft minecraft-commands
add a comment
|
I am working on a Minecraft bed-wars map and I want to make 2 things; an alarm and something that destroys items on the ground except iron ingots, gold ingots, emeralds, and diamonds. I can already destroy individual items, but id rather not make a command block for around 20 different items. My current code for each is this: /kill @e[type=item,nbt=Item:id:"minecraft:the item I want"]
Is there a way to put ! into it so it destroys everything but the iron ingots, gold ingots, emeralds, and diamonds? For the alarm I need to either get a way to add the 3 other teams (I only can put one in at the moment). Or could I use !blue somehow to detect teams other than blue within a radius of 50. Some kind of code like this, this one doesn't work /execute at @a[team=!blue,distance=..50] run say blue alarm triggered
minecraft minecraft-commands
add a comment
|
I am working on a Minecraft bed-wars map and I want to make 2 things; an alarm and something that destroys items on the ground except iron ingots, gold ingots, emeralds, and diamonds. I can already destroy individual items, but id rather not make a command block for around 20 different items. My current code for each is this: /kill @e[type=item,nbt=Item:id:"minecraft:the item I want"]
Is there a way to put ! into it so it destroys everything but the iron ingots, gold ingots, emeralds, and diamonds? For the alarm I need to either get a way to add the 3 other teams (I only can put one in at the moment). Or could I use !blue somehow to detect teams other than blue within a radius of 50. Some kind of code like this, this one doesn't work /execute at @a[team=!blue,distance=..50] run say blue alarm triggered
minecraft minecraft-commands
I am working on a Minecraft bed-wars map and I want to make 2 things; an alarm and something that destroys items on the ground except iron ingots, gold ingots, emeralds, and diamonds. I can already destroy individual items, but id rather not make a command block for around 20 different items. My current code for each is this: /kill @e[type=item,nbt=Item:id:"minecraft:the item I want"]
Is there a way to put ! into it so it destroys everything but the iron ingots, gold ingots, emeralds, and diamonds? For the alarm I need to either get a way to add the 3 other teams (I only can put one in at the moment). Or could I use !blue somehow to detect teams other than blue within a radius of 50. Some kind of code like this, this one doesn't work /execute at @a[team=!blue,distance=..50] run say blue alarm triggered
minecraft minecraft-commands
minecraft minecraft-commands
edited 10 mins ago
pppery
1,5861 gold badge9 silver badges20 bronze badges
1,5861 gold badge9 silver badges20 bronze badges
asked 1 hour ago
tannertanner
286 bronze badges
286 bronze badges
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
);
);
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%2f357971%2fhow-do-i-use-on-teams-and-items%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
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%2f357971%2fhow-do-i-use-on-teams-and-items%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