About 234,000 results
Open links in new tab
  1. How to give a command block with commands inside?

    Mar 19, 2016 · When I put the command in, and run the command block, it doesn't give me anything. Figured it out! The command given does not work if the command inside the …

  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 you enchant and name items with /give using command …

    Sep 29, 2014 · How do you enchant and name items with /give using command blocks? [duplicate] Ask Question Asked 11 years, 2 months ago Modified 5 years, 4 months ago

  4. How To Automatically Give Players Items When They Join Using …

    Oct 2, 2020 · The first step is to place a repeating command block, but don't activate it yet. Then, paste this command in it: /give @a[tag=!receivedItems] diamond 1 the command above will …

  5. minecraft java edition - How can I get a command block? - Arqade

    Sep 13, 2015 · Then you can find command blocks (and other relevant tools) in the "Operator Utilities" tab on the bottom right of the creative inventory. Personally I think this is mostly …

  6. Empty syntax error on /give command - Arqade

    Apr 4, 2020 · Create a impulse command chain with 3 steps. See this post for help on creating command chains correctly. Here are the commands you will need to put in each command …

  7. /give command will not work if i add enchantments or attributes

    Aug 29, 2019 · About your first command: You can't just invent any syntax you like and expect the game to guess what you mean. You have to use the exact right syntax, which you can look up …

  8. How do I /give myself a command block minecart that already has …

    I want to /give myself a command block minecart that already has a command in it. I already tried using the {BlockEntityTag} in the /give command, but that didn't work.

  9. How to get invisible item frames? - Commands, Command Blocks …

    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 …

  10. How do I spawn splash potion entities with Command Blocks?

    Unless I'm mistaken, can't command blocks also just directly give effects, without bothering to spawn a potion?