389: Animated text menu. [Minecraft Map Making]
Membership: / @infernaldevice
Ep389: Using the text displays to make an animated menu on the wall.
00:00 Intro
01:20 Create menu options
12:45 Controller - select
31:05 Controller - input
Version: 1.21
Commands, builds, hacks and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: / coppitj
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: / discord
The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.
Since angled brackets are not allowed in YouTube descriptions you will have to replace "greater than" and "less than" with the appropriate angled bracket.
Commands used:
Create menu:
IUN: summon slime 10072 57.5 10074.99 {Tags:["menu_option","option_1"], Size:0, NoAI:true, Silent:True, Invulnerable:true, DeathLootTable:"empty", active_effects:[{id:"invisibility", amplifier:0, duration:-1, show_particles:false}], Passengers:[{id:"text_display", Tags:["menu_option", "option_1"], text:'{"text":"Option 1: Test", "color":"dark_green"}', Rotation:[180f,0f], text_opacity:150, shadow:true, transformation:{left_rotation:[0f,0f,0f,1f], right_rotation:[0f,0f,0f,1f], scale:[1f,1f,1f], translation:[0f,-0.4f,0f]}}]}
CUA: summon interaction 10072 57.5 10074.99 {Tags:["menu_option", "option_1"], width:0.53, height:0.53}
CUA: summon slime 10072 57 10074.99 {Tags:["menu_option","option_2"], Size:0, NoAI:true, Silent:True, Invulnerable:true, DeathLootTable:"empty", active_effects:[{id:"invisibility", amplifier:0, duration:-1, show_particles:false}], Passengers:[{id:"text_display", Tags:["menu_option", "option_2"], text:'{"text":"Option 2: Test", "color":"dark_green"}', Rotation:[180f,0f], text_opacity:150, shadow:true, transformation:{left_rotation:[0f,0f,0f,1f], right_rotation:[0f,0f,0f,1f], scale:[1f,1f,1f], translation:[0f,-0.4f,0f]}}]}
CUA: summon interaction 10072 57 10074.99 {Tags:["menu_option", "option_2"], width:0.53, height:0.53}
Controller - select:
RUA: execute as @a at @s if entity @e[type=text_display, tag=menu_option, distance=..5] run summon area_effect_cloud ~ ~ ~ {Duration:10,Tags:["ray"]}
CCA: execute as @a at @s run tp @e[tag=ray,limit=1,sort=nearest] ~ ~1.2 ~ ~ ~
CCA: execute as @e[tag=ray] at @s if entity @p[distance=..5] run tp @s ^ ^ ^0.3
CUA: tag @e[tag=selected] remove selected
CUA: execute at @e[tag=ray] positioned ~ ~0.2 ~ at @e[type=slime, distance=..0.2, sort=nearest] positioned ~ ~0.4 ~ run tag @e[type=text_display,tag=menu_option,sort=nearest,limit=1] add selected
CUA: execute as @e[type=text_display, tag=option_1] run data merge entity @s {text:'{"text":"Option 1: Test", "color":"gold"}', text_opacity:150}
CUA: execute as @e[type=text_display, tag=selected, tag=option_1] run data merge entity @s {text:'{"text":"- Option 1: Test -", "color":"green"}', text_opacity:255}
CUA: execute as @e[type=text_display, tag=option_2] run data merge entity @s {text:'{"text":"Option 2: Oooo", "color":"gold"}', text_opacity:150}
CUA: execute as @e[type=text_display, tag=selected, tag=option_2] run data merge entity @s {text:'{"text":"- Option 2: Oooo -", "color":"green"}', text_opacity:255}
Controller - input:
RUA: execute as @e[type=interaction, tag=option_1] store success entity @s interaction.player[] int 0 on target run say [] Selected: Option 1
CUA: execute as @e[type=interaction, tag=option_2] store success entity @s interaction.player[] int 0 on target run say [] Selected: Option 2
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,428 views spread across 865 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.