287: Stop mobs attacking you with a Scroll of Friendship. [Minecraft Map Making]
Ep287: Using magic scrolls to make new friends in your Minecraft world.
Version: 1.19
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 CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/amU84KykEu
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:
Setup:
IUN: scoreboard objectives add used.friendship dropped:piglin_banner_pattern
CUA: team add friends
CUA: team join friends @p
Give:
IUN: give @p piglin_banner_pattern{scroll:friendship, display:{Name:'{"text":"Scroll of Friendship"}', Lore:['{"text":"Throw to the ground and make friends."}']}, HideFlags:255}
Controller:
RUA: execute as @a[scores={used.friendship=1..}] run tag @e[type=item, tag=!friendshipScroll, nbt={Item:{tag:{scroll:friendship}}}, limit=1, sort=nearest] add friendshipScroll
CUA: execute as @e[type=item, tag=friendshipScroll, nbt={OnGround:true}] run tag @s add friendshipScrollActive
CUA: execute at @e[type=item, tag=friendshipScrollActive] as @e[distance=0..3, type=!item, type=!player] run team join friends @s
CUA: execute at @e[type=item, tag=friendshipScrollActive] run particle heart ~ ~0.2 ~ 1 0.2 1 0 20
CUA: execute at @e[type=item, tag=friendshipScrollActive] run playsound entity.experience_orb.pickup master @a ~ ~ ~ 1 0.1 0
CUA: kill @e[type=item, tag=friendshipScrollActive]
CUA: scoreboard players reset @a used.friendship
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 181,402 views spread across 859 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.