324: Will o the wisp that leads players to a POI. [Minecraft Map Making]
Ep324: Making a Will o the wisp that will lead the player to a POI if they get close enough. Don't get too close though, they are shy and will disappear.
Updated version: • 327: Updated: Will o the wisp that le...
Version: 1.19
Commands, builds 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" with the appropriate angled bracket. Ascii code: 62
Commands used:
Summon:
IUN: summon wandering_trader x y z {Tags:["wisp", "wisp_trader"], ActiveEffects:[{Id:14,Amplifier:0,Duration:9999999,ShowParticles:false}],Silent:true}
CUA: summon marker x y z {Tags:["wisp","wisp_marker"]}
CUA: data modify storage wisp:data poi_location set value {X:-75, Y:56, Z:390}
Controller Trader:
RUA: data merge entity @e[tag=wisp_trader, limit=1] {HandItems:[{id:"air"}]}
CUA: execute as @e[type=marker, tag=wisp_marker] at @s run tp @s @e[type=wandering_trader, tag=wisp_trader, limit=1, sort=nearest]
CUA: execute at @e[type=marker, tag=wisp_marker] unless entity @p[distance=..5] run particle scrape ~ ~2 ~ 0.01 0.01 0.01 1 2
CCA: execute at @e[type=marker, tag=wisp_marker] run particle dust_color_transition 0 1 0 1 1 1 1 ~ ~2 ~ 0.01 0.01 0.01 1 2
CCA: execute positioned -75 56 390 as @e[type=marker, tag=wisp_marker,distance=..2] at @s run particle electric_spark ~ ~2 ~ 0.01 0.01 0.01 0.5 1
Controller Close:
RUA: execute as @e[type=wandering_trader, tag=wisp_trader] at @s if entity @p[distance=5..8] run execute as @e[tag=wisp_trader] run data modify entity @s WanderTarget set from storage wisp:data poi_location
CUA: execute as @e[type=wandering_trader, tag=wisp_trader] at @s unless entity @p[distance=5..8] run data remove entity @s WanderTarget
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,977 views spread across 869 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.