Minecraft Bedrock: ITEM-SHOP mit WÄHRUNG | Tutorial (FUNKTIONIERT IN 1.21) [CC]

Описание к видео Minecraft Bedrock: ITEM-SHOP mit WÄHRUNG | Tutorial (FUNKTIONIERT IN 1.21) [CC]

In diesem Video wird erklärt, wie man in der Minecraft Bedrock Edition mit Commands ein Geldsystem und einen Item-Shop erstellen kann. Alle Commands zum Kopieren sind weiter unten in der Videobeschreibung.

Das letzte Video über das Geldsystem mit Item-Shop ist leider veraltet, darum gibt es hier ein neues Video. Viel Spaß!

══════════════════

• Mein Discord-Server:
  / discord  
• Resource Pack in meinen Videos:*
https://linkvertise.com/230479/vanill...
• Musik in meinen Videos:
   • Musik  

*Bei diesem Texture Pack handelt es sich um ein RTX-Pack. Für die Nutzung dieses Packs ist ein PC mit RTX-Grafikkarte erforderlich.

══════════════════

Hier sind wie versprochen die im Video verwendeten Commands:

⌲ Commands im Chat:
/scoreboard objectives add money dummy
/scoreboard objectives add geld dummy Geld

⌲ Commandblockreihe:
/scoreboard players add @a money 0
/scoreboard objectives remove geld
/scoreboard objectives add geld dummy §l§aGeld
/execute as @a run scoreboard players operation @s geld = @s money
/scoreboard objectives setdisplay sidebar geld

⌲ Geld verwalten:
/scoreboard players add @p money 20
/scoreboard players remove @p money 20
/scoreboard players set @p money 20

⌲ Item verkaufen:
execute as @p unless entity @s[hasitem={item=diamond,quantity=5..}] run title @s actionbar §cDu hast nicht genug Diamanten.
execute at @p run playsound note.bass @p
execute as @p if entity @s[hasitem={item=diamond,quantity=5..}] run clear @s diamond 0 5
scoreboard players add @p money 22
title @p actionbar §aDu hast §35 Diamanten §afür §322$ §averkauft.
execute at @p run playsound random.orb @p

⌲ Item kaufen:
execute as @p unless entity @s[scores={money=22..}] run title @s actionbar §cDu hast nicht genug Geld.
execute at @p run playsound note.bass @p
execute as @p if entity @s[scores={money=22..}] run scoreboard players remove @s money 22
give @p diamond 5
title @p actionbar §aDu hast §35 Diamanten §afür §322$ §agekauft.
execute at @p run playsound random.orb @p

══════════════════

Gliederung:

0:00 Demonstration
0:44 Geldsystem & Scoreboard einrichten
5:18 Kontostand verwalten - Commands
5:59 Item-Shop | Verkaufen
9:10 Item-Shop | Kaufen
11:09 Videoende

══════════════════

Willkommen am Ende der Videobeschreibung!
Hier, nimm einen Keks: 🍪

Комментарии

Информация по комментариям в разработке