
How do I make a delay on command blocks : r/MinecraftCommands
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 posting.
How To Automatically Give Players Items When They Join Using …
Oct 2, 2020 · Note that everyone will receive the items the first time you power the command block. You can stop that from happening by tagging everyone via /tag. To add more items to the system, add …
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 Timer Clock 0 …
Stopping player commands from showing in chat - Minecraft Forum
Jan 21, 2019 · So I know that you can do /gamerule commandBlockOutput false to stop command block commands from showing up in chat, but I want player commands to not show up in chat. I have a …
1.14-1.21 Multiple Commands In One Command Block - Minecraft Forum
Oct 25, 2017 · Important: All {id:command_block_minecart,Command:'...'} commands execute sequentially within a single tick, which may cause a one-tick lag spike. If you decide to use my code, …
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 invisible item …
Make a Block Unbreakable - Minecraft Forum
Jul 13, 2015 · You could use /gamemode 2 @a Then, create tools with the CanDestroy tag to allow players to destroy certain blocks, if needed. E.g. /give @p minecraft:diamond_pickaxe 1 0 …
How do I use the fill command to make a block face a direction
Sep 29, 2020 · The axis block state controls the rotation of the block. Simply add it after the block id like so: /fill 10 0 10 30 0 30 minecraft:oak_log[axis=z] Command block engineer // Developer // …
Commands, Command Blocks and Functions - Minecraft Forum
Oct 26, 2021 · In case you didn't know, in Minecraft java when you summon tnt it is just the explosion, not the actual block. When you shoot it, the tnt propels the arrow forward dealing insane damage. …
Repeating a command x number of times - Minecraft Forum
Dec 31, 2018 · Is there any way to tell a command block to do something a certain number of times ?