統合版
fillコマンド
/fill x座標 y座標 z座標 x座標 y座標 z座標 ブロックID
スコアボードコマンド
/scoreboard objectives add オブジェクト名 dummy 表示名
スコアボード表示コマンド
サイドバーに表示
/scoreboard objectives setdisplay sidebar オブジェクト名 ascending
メニュー画面に表現
/scoreboard objectives setdisplay list オブジェクト名
ネームタグの下に表現
/scoreboard objectives setdisplay belowname オブジェクト名
スコアボードの消し方
scoreboard objectives remove オブジェクト名
アイテムスロットにスコアを表示する方法
反復 常にアクティブ
execute as @a at @s actionbar {"rawtext":[{"text":"§l§7所持金 ["},{"score":{"objective":"オブジェクト名","name":"@s"}},{"text":" ]"}]}