About 25,200 results
Open links in new tab
  1. 1.1.3 /data: "The target block is not a block entity" HELP!?!?!?

    Apr 25, 2019 · You can just use /setblock ~ ~ ~ minecraft:redstone_lamp [lit=true] for example, although I also have your problem with redstone lamps. Lamps definetely have a NBT-Tag you can change …

  2. How to use 1.16 jigsaw blocks - Minecraft Forum

    Apr 18, 2020 · The jigsaw block has been a recent block added in the 1.14 update. It is a very mysterious block used for technical purposes to generate structures. In the recent 1.16 snapshots, …

  3. How to target a specific person with command blocks? - Minecraft …

    May 7, 2014 · A command block finds the flower, and activates the spell, however, the spell can only use @p, not Herbert's specific name, thus giving the effects/spell to the person closer to the …

  4. How can I summon an entity at the block a player is looking at

    Feb 23, 2019 · Now to target a block, that is difficult because you would have to determine if the player is looking at a block or into the air. You can use a method called "raycasting" to determine this.

  5. Minecraft PC- Target Selectors and Their Arguments

    Oct 19, 2016 · Target selectors are used to narrow down a selection of entities in a world that can be used by commands. They are usually found in command blocks, where they are often used in …

  6. [One Command Block] Crash System 1.14+ (PVP Trolling) - Minecraft …

    Minecraft Versions 1.14 - 1.15.2 Information The system will be placed 3 blocks southwards of the command block and will replace all overlapping blocks. C...

  7. About the Example Target Block Mechanism [1.16 snapshot]

    Jun 27, 2011 · Location: , location, location! Minecraft: Hexalobular. I started messing around with the idea, building a horribly complex circuit with latched repeaters and circuits in several levels but it …

  8. command to get coordinates of looked-at block - Minecraft Forum

    Dec 27, 2024 · Is there a command that can be used to get the coordinates of the block the player is looking at?

  9. 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 it possible …

  10. what does the different "paths" mean in /data command? - Minecraft …

    Jul 2, 2019 · /data modify (block <pos>|entity <target>) <path> append This one adds an element to an existing list, for example you could give a villager an additional trade. Specifically, this adds it to the …