The Minecraft Command Tutorial EP 9 | Making 1 Command Items!

Опубликовано: 21 Июль 2026
на канале: The Void Block
338
4

Here I showcase my Knockback stick, creative mode kill potion, kill stick, double health totem, running shoes, grenade and custom resource pack.

Custom Resource Pack:
https://github.com/Notch1792/Special-...

Knockback Stick:
/give @p stick{display:{Name:'{"text":"Knockback Stick","color":"dark_blue","bold":true,"italic":false}'},HideFlags:1,Enchantments:[{id:"minecraft:knockback",lvl:3s}]}

Creative Kill Potion:
/give @p splash_potion{display:{Name:'{"text":"Splash Potion of Instant Death","italic":false}',Lore:['{"text":"Cake Will Be Served","color":"#780000","italic":true}']},HideFlags:32,CustomPotionEffects:[{Id:6,Amplifier:125b,Duration:1}],Potion:"minecraft:empty",CustomPotionColor:16711680}

Kill Stick:
/give @p minecraft:stick{display:{Name:'{"text":"Kill Stick","color":"dark_red","bold":true,"italic":false}',Lore:['{"text":"It kills things."}']},HideFlags:2,Enchantments:[{}],AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:2147483647,Operation:0,UUID:[I;217812568,1012679192,-1608809239,1254789891],Slot:"mainhand"}]}

Double Health Totem:
/give @p totem_of_undying{display:{Name:'{"text":"Totem of Health","color":"dark_red","italic":false}'},HideFlags:2,AttributeModifiers:[{AttributeName:"generic.max_health",Name:"generic.max_health",Amount:1,Operation:2,UUID:[I;-1874218414,-911258781,-1160219206,-539952370],Slot:"offhand"},{AttributeName:"generic.max_health",Name:"generic.max_health",Amount:1,Operation:2,UUID:[I;-1361368092,1266437838,-1487120191,-1621757471],Slot:"mainhand"}]}

Running Shoes:
/give @p leather_boots{display:{Name:'{"text":"Running Shoes","color":"green","bold":true,"italic":false}',color:4521728},HideFlags:6,Unbreakable:1b,AttributeModifiers:[{AttributeName:"generic.movement_speed",Name:"generic.movement_speed",Amount:2,Operation:2,UUID:[I;-1220287021,413222363,-1195095636,-2066616817],Slot:"feet"}]}

Grenade:
/give @p bat_spawn_egg{display:{Name:'{"text":"Grenade","color":"black","bold":true,"italic":false}',Lore:['{"text":"Die."}']},EntityTag:{id:"minecraft:creeper",Silent:1b,Invulnerable:1b,NoAI:1b,CanPickUpLoot:0b,ExplosionRadius:1b,Fuse:1,ignited:1b}}

#minecraft #KnockbackStick #minecraftcommands #grenade