30: Clickable chat text [Minecraft Map Making]
Ep30: Running commands by clicking on text in the chat window.
Originally for Udemy, but uploaded here.
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ
Join the server I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/KNSmPWdnfG
Udemy notes. YouTube formatting may make some of these wrong. :)
Commands used:
Display normal text:
tellraw @a {"text":"What block should be placed? Click on one of the following choices in chat."}
Display clickable text 1:
tellraw @a {"text":"Black Wool","clickEvent":{"action":"run_command","value":"/setblock -8 56 40 black_wool"}}
Display clickable text 2:
tellraw @a {"text":"White Wool","clickEvent":{"action":"run_command","value":"/setblock -8 56 40 white_wool"}}
Turn off the feedback in chat:
gamerule sendCommandFeedback false
Turn on the feedback in chat:
gamerule sendCommandFeedback true
tellraw @a {"text":"Red Wool","color":"red","clickEvent":{"action":"run_command","value":"/setblock 32 56 18 red_wool replace"}}
tellraw @a {"text":"Hello","hoverEvent":{"action":"show_text","contents":[{"text":"Message"}]}}
tellraw @a {"text":"Green Wool","color":"green","hoverEvent":{"action":"show_text","contents":[{"text":"My message"}]}}
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 184,447 views spread across 877 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.