Shorts
- Визер: /summon minecraft:wither ~ ~2 ~ {NoAI:1b} ХП: /attribute @p minecraft:max_health base set 200 Урон: /attribute @p minecraft:attack_damage base set 30 Меньше отдача: /attribute @p minecraft:generic.knockback_resistance base set 1.0
- Для копирования: /execute as @a at @s if data entity @s Inventory[{id:"minecraft:iron_sword"}] if block ~ ~-1 ~ diamond_block if entity @e[type=minecraft:zombie,distance=..6] run effect give @s strength 30 2 true
- Для копирования: /execute as @p[name=Entity333d2] at @s anchored eyes if block ^ ^ ^1 diamond_block run setblock -122 63 292 minecraft:redstone_torch
- Для копирования: /execute as @e[type=item] at @s run tp @s @p
- Для копирования: /execute as @p[name=Entity333d2] if data entity @s Inventory[{id:"minecraft:diamond"}] at @s if block ~ ~-1 ~ diamond_block run setblock 18 69 176 minecraft:redstone_torch
- Для копирования: /execute if block 188 68 184 minecraft:stone run damage Entity333d2 1 minecraft:cactus
- Скопировать: /execute at @e[name="123"] run summon minecraft:lightning_bolt
- Житель: /summon villager ~ ~ ~ {NoAI:1b,Tags:["1"]}, Тег можно любой, главное ниже заменить 1) /execute as @e[type=minecraft:villager,tag=1] at @e[type=minecraft:villager,tag=1] if block ~ ~-1 ~ minecraft:jungle_planks run tp @s ~0.1 ~ ~ -90 0 2) /execute as @e[type=minecraft:villager,tag=1] at @e[type=minecraft:villager,tag=1] if block ~ ~-1 ~ minecraft:oak_planks run tp @s ~ ~ ~0.1 0 0 3) /execute as @e[type=minecraft:villager,tag=1] at @e[type=minecraft:villager,tag=1] if block ~ ~-1 ~ minecraft:birch_planks run tp @s ~ ~ ~-0.1 -180 0 4) /execute as @e[type=minecraft:villager,tag=1] at @e[type=minecraft:villager,tag=1] if block ~ ~-1 ~ minecraft:spruce_planks run tp @s ~-0.1 ~ ~ 90 0
