
How do I make a delay on command blocks : …
Jan 21, 2023 · 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 …
How to make a command block say something every 10 minutes?
Feb 28, 2019 · The easiest way to do it is by using minecraft scoreboards. Type these commands into the minecraft chat: /scoreboard objectives add Clock dummy /scoreboard players set …
How to make a button that only affects whoever pushed it? Can a …
Nov 20, 2014 · How would I make a button that only affects the player who pushed the button? I can't use /tp @p [coordinates], because someone might be standing in the same spot. Also, is …
Teleport a Player if They are at a Specific Coordinate - Minecraft …
Jul 23, 2018 · as- runs the command as if that entity wrote it in their own command line. That allowed me to shorten tp to not include which player it needed to teleport. if- is always a …
Command block activating when someone is in a certain area
May 2, 2018 · I'd like to set a block in a specific location but only when one player is standing at a specific coordinates (with a command block linked to a clock). ex: when standing at this …
How to get invisible item frames? - Minecraft Forum
May 27, 2024 · How can I get invisible item frames? It used to be " /give @p item_frame {EntityTag: {Invisible:1b}} " but 1.20.5 literally changed the command format, so how can I get …
MAKING PEOPLE TELEPORT WHEN THEY STEP ON A BLOCK!
Jul 7, 2015 · Quote from nigathan » You need to use an /execute detect command: /execute @a ~ ~ ~ detect ~ ~-1 ~ minecraft:stone 0 tp @p ~ ~10 ~ This will teleport any player that stands …
How can I trigger a command block when a player steps on a
Apr 23, 2020 · 10 votes, 24 comments. I am making an adventure map, and am trying to make it so when a player steps on a certain block at certain coordinates, some…
give effects when someone spawns - Minecraft Forum
Jun 7, 2020 · For the first command, you just need to activate it once, so either you type it in you chat, or you put a command block on Impulse, inconditionnal and with Redstone and activate it …
How to make TNT blowup automatically when placed - Minecraft …
The settings for this command block is "Always Active" and "Chain" with the command "/scoreboard players set @a Tnt 0". Then, place a command block with the arrows facing …