Back to Browse

Custom Achievements/Advancements Using Commands

1.1K views
Mar 26, 2025
11:20

Minecraft Bedrock Custom Achievement Systems Using Command Blocks Join The Discord: https://discord.com/invite/x4kKDnsqxB COMMANDS FROM VIDEO: First Diamond Achievement: Add Objective: /scoreboard objectives add first_diamond_achievement dummy RUA /scoreboard players add @a first_diamond_achievement 0 CUA /execute as @a[m=s,scores={first_diamond_achievement=0},hasitem={item=diamond}] run say §aAchievement Completed§r:§bMY FIRST DIAMOND CUA /playsound random.levelup @a[m=s,scores={first_diamond_achievement=0},hasitem={item=diamond}] CUA /scoreboard players set @a[m=s,scores={first_diamond_achievement=0},hasitem={item=diamond}] first_diamond_achievement 1 First Nether Achievement: Add Objective: /scoreboard objectives add first_nether_achievement dummy RUA /scoreboard players add @a first_nether_achievement 0 CUA /execute as @a[m=s,scores={first_nether_achievement=0}] at @s if block ~~~ portal run say §aAchievement Completed§r:§4First Nether Portal CUA /execute as @a[m=s,scores={first_nether_achievement=0}] at @s if block ~~~ portal run playsound random.levelup @s CUA /execute as @a[m=s,scores={first_nether_achievement=0}] at @s if block ~~~ portal run scoreboard players set @s first_nether_achievement 1 Full Diamond Achievement: Add Objective: /scoreboard objectives add full_diamond_achievement dummy RUA /scoreboard players add @a full_diamond_achievement 0 CUA execute as @a[m=s,scores={full_diamond_achievement=0},hasitem={item=diamond_helmet,location=slot.armor.head}] if entity @s[hasitem={item=diamond_chestplate,location=slot.armor.chest}] if entity @s [hasitem={item=diamond_leggings,location=slot.armor.legs}] if entity @s [hasitem={item=diamond_boots,location=slot.armor.feet}] run say §aAchievement Completed§r:§bFull Diamond CUA /execute as @a[m=s,scores={full_diamond_achievement=0},hasitem={item=diamond_helmet,location=slot.armor.head}] if entity @s[hasitem={item=diamond_chestplate,location=slot.armor.chest}] if entity @s [hasitem={item=diamond_leggings,location=slot.armor.legs}] if entity @s [hasitem={item=diamond_boots,location=slot.armor.feet}] run playsound random.levelup @s CUA /execute as @a[m=s,scores={full_diamond_achievement=0},hasitem={item=diamond_helmet,location=slot.armor.head}] if entity @s[hasitem={item=diamond_chestplate,location=slot.armor.chest}] if entity @s [hasitem={item=diamond_leggings,location=slot.armor.legs}] if entity @s [hasitem={item=diamond_boots,location=slot.armor.feet}] run scoreboard players set @s full_diamond_achievement 1

Download

0 formats

No download links available.

Custom Achievements/Advancements Using Commands | NatokHD