How to make a Money system in Minecraft bedrock

Опубликовано: 15 Май 2026
на канале: Deerfish
843
22

In this video I will be doing a remake of my old video but better. If there is anything not working tell me down in the comments below.
Also, I left out the part where you need an allow block above the command block to mine it in adventure mode
The command for that is /give @s allow
And also, sorry the quality's bad I will fix it in another video. Hope you like it! Also the commands are:
/give @s command_block
/scoreboard objectives add Money dummy §l§2Money
/scoreboard objectives setdisplay belowname Money
/scoreboard objectives setdisplay sidebar Money
Command block commands:
repeat, always active, unconditional, /scoreboard players add @a Money 0
Gen command block commands are:
Repeat always active unconditional setblock ~~2~ iron_ore
Sell command blocks commands are:
Repeat, needs redstone, unconditional, /clear @p raw_iron 0 1
Chain, always active, conditional, /scoreboard players add @p Money 200
Shop commands and command blocks are
impulse, unconditional, needs redstone, /scoreboard players test @p Money 1000
chain, conditional, always active, /scoreboard players remove @p Money 1000
chain, conditional, always active, /give @p iron_pickaxe