About 4,000,000 results
Open links in new tab
  1. How do I spawn splash potion entities with Command Blocks?

    Aug 13, 2025 · I want to get super speed, like a speed III for 1:00? I want it to be a splash potion that spawns from a command block, I know it can be done, since potions are entities.

  2. Using /setblock, how do I set a command block with a prefilled …

    Using /setblock, I'd like to set a command block with a command already pre-filled inside of it. My current code looks like this, but it doesn't seem to work: setblock <x> <y> <z>

  3. How do I summon multiple mobs at once? [duplicate]

    Dec 28, 2017 · How do you /summon multiple mobs at once? I do not want to use any repeating redstone circuits, as they take up RAM and CPU storage.

  4. minecraft java edition - Deactivating command blocks - Arqade

    I have a command block that teleports you to another place - it is permanently on (because of redstone), so whenever I get close to the command block, it teleports me - it is really annoying. How c...

  5. What is the command to summon an ignited TNT block as of 1.20.4?

    Jan 18, 2024 · I wanted to recreate that challenge and tried this command: /summon minecraft:tnt ~ ~ ~ ...but it just summons a TNT explosion animation when it blows up. I couldn't find anything else in …

  6. Is there a command to remove all the water without damaging the ...

    A place for all things about commands, command blocks and data-packs in vanilla Minecraft; to share, to question, to discuss, and more! Please read the pinned post before posting.

  7. How do I make a delay on command blocks : r/MinecraftCommands

    Jan 21, 2023 · Then in a repeating command block, have it add plus 1 to a fake player name of your choice, I’ll use #timer. This will add 1 to the players score every tick: scoreboard players add #timer …

  8. Syntax to add multiple commands to a single command block

    Dec 10, 2014 · I am looking to try and set multiple commands in a single command block, but so far everything I have tried just returns "Unknown Command". What is the format for writing multiple …

  9. How can I give players items that are automatically equipped In ...

    Mar 13, 2021 · Yes, I searched for answers and I have a different command block clear their inventory before equipping items.

  10. How do you make a command block say something in chat?

    I want to make a command block output a message in chat every half hour on my server. The purpose of this is to remind players to read the rules of the server. Would plugins be necessary to do som...