Command blocks are below, or ...
Commands Tutorial Video Downloads
Archery Target Blocks
The basic target is a command block setup behind a wooden button, the first button runs an message command, followed by a clear arrow command. Chain command allows the both blocks to be run, make sure the command block arrows follow a correct line.Command Block ~ Message command
[Impulse] [Needs Redstone]
/tellraw @a [{"text":"","color":"red","extra":[{"selector":"@p"}]}, {"text":" hit target #1","color": "white"}]
Command Block ~ Clear arrows
[Chain] [Always Active]
/minecraft:kill @e[type=minecraft:arrow,distance=..5]
Get Bow and Arrow commands
Shooting the archery range targets is a lot easier if one doesn't need a lot of arrows. These command blocks give a enchanted bow, that won't run out of arrows. But you will need that one arrow.Command Block ~ Give Enchanted Bow
[Impulse] [Needs Redstone]
/minecraft:give @p bow{"display":{"Name":"{\"text\":\"Shooty\"}","Lore":["Pew Pew Pew"]},"Unbreakable":1,"Enchantments":[{"id":"infinity","lvl":1}]} 1
Command Block ~ Give Arrow
[Impulse] [Needs Redstone]
/minecraft:give @p minecraft:arrow
Archery Range Tutorial
https://www.youtube.com/watch?v=XEb0mgWE2fk
Downloads
world-lobby-2019-08-18.zip | 5 MB |
world-lobby-2019-08-18.tar.gz | 5 MB |