About 400 results
Open links in new tab
  1. How can I change the durability of items using commands?

    Closed 2 years ago. I have a Minecraft 1.8.1 vanilla server and would like to reward certain users. I would like to /give some users a 99999/99999 durability renamed Diamond Pickaxe (with all …

  2. How do I make a pickaxe that can break bedrock? - Arqade

    Jun 14, 2020 · You can use the special can_place_on and can_destroy tags for MCBE. /give @s minecraft:diamond_pickaxe 1 0 {"minecraft:can_destroy":{"blocks":["bedrock"]}} but there's still …

  3. minecraft java edition minecraft commands - How to make items ...

    Sep 1, 2016 · I'm building a server for my friends and I would want items to have infinite durability on my server. How can I do that with command blocks? Please include super high unbreaking …

  4. Make tools indestructible in Minecraft - Arqade

    Dec 11, 2012 · In Minecraft, is there any way to make tools indestructible (without using mods)? I want to make some tools indestructible (for an adventure map). Is it possible to do this using …

  5. minecraft java edition minecraft commands - An item to break …

    Dec 3, 2015 · Use the CanDestroy tag on tools: /give @p minecraft:diamond_pickaxe 1 0 {CanDestroy:["minecraft:stone","minecraft:stonebrick"]} This will give you an diamond pickaxe …

  6. minecraft java edition minecraft commands - How do I /give an …

    Feb 6, 2022 · Explore related questions minecraft-java-edition minecraft-commands See similar questions with these tags.

  7. Without Haste, what Efficiency level does a Pickaxe need to

    Nov 29, 2021 · This means an Efficiency 6 Diamond, Netherite or gold pickaxe should work. Efficiency 7 should be enough for any pickaxe to break stone. So to answer your question: …

  8. minecraft java edition minecraft commands - How can I /give …

    I would like to make a command where I can get items with enchantments of 999. How can I do this? I have a solution but it gets annoying: go on 1.12.2, use the command for items, turn …

  9. minecraft java edition minecraft bedrock edition - How do you …

    Apr 6, 2021 · What you can do is start with a pickaxe that already has at least one high level enchantment on it and add a book to that. Your pickaxe is now Enchantment level (EC) 2, …

  10. minecraft java edition - Is it possible to make a wooden pickaxe …

    Jul 30, 2020 · So i'm trying to do different kinds of pickaxes and axes, and I don't now a way to change the blocks that a pickaxe can break. Like how do i to make a diamond pickaxe break …