У вашего броузера проблема в совместимости с HTML5
In this video I'm going to be showing you how to make your villagers talk in your adventure maps. Enjoy!
(I don't own any music played in this video)
Websites used:
http://mapmaking.fr/give/
http://minecraft.tools/en/tellraw.php
Commands used(Please use video for reference):
First set of Command Blocks:
Repeating Command Block:
1. /testfor @p[x=X,y=Y,z=Z,r=R]
Regular Command Blocks:
2. /setblock ~2 ~ ~-4 redstone_block
3. /setblock ~ ~ ~-11 redstone_block
4. /setblock ~-2 ~ ~-9 redstone_block
Second set:
Regular Command Block:
5. /tellraw @p
Chain Command Blocks:
6. /give @p
7. /setblock ~1 ~ ~7 redstone_wire
Third & Fourth set:
Regular Command Block:
8. /tellraw @p
Chain Command Block:
9 ./setblock ~ ~ ~2 air
Fifth set:
Repeating Command Block:
10. /testfor @p[x=X,y=Y,z=Z,r=R]
Regular Command Block:
11. /setblock ~1 ~ ~20 air
Chain Command Block:
12. /setblock ~ ~ ~20 redstone_wire