Minecraft Note System Using Command Blocks

Sdílet
Vložit
  • čas přidán 5. 10. 2023
  • I have found that in most games nowadays, when you are exploring a room or look in a drawer you fun some sort of note which has important information on it and allows you to progress in the game. I thought this would be really useful in Minecraft so I came up with my own note system.
    BELOW ARE THE COMMANDS YOU WILL NEED:
    BOTTOM ALWAYS ACTIVE REPEAT COMMAND BLOCK:
    execute unless entity @p[nbt={SelectedItem:{id:"minecraft:paper",tag:{display:{Name:'{"text":"Note Title"}'}}}}] run setblock ~ ~2 ~ air
    TOP ALWAYS ACTIVE REPEAT COMMAND BLOCK:
    execute if entity @p[nbt={SelectedItem:{id:"minecraft:paper",tag:{display:{Name:'{"text":"Note Title"}'}}}}] run setblock ~ ~1 ~ redstone_block
    TELL RAW GENERATOR ON MINECRAFT.TOOLS
    minecraft.tools/en/tellraw.php
    GIVE INVISIBLE ITEM FRAME COMMAND
    /give @p item_frame{EntityTag:{Invisible:1b}}
  • Hry

Komentáře • 2

  • @uyeproid8731
    @uyeproid8731 Před 2 měsíci

    Thanks for making this note system definitely would use for adventure maps
    I look forward to more tutorials for adventure map making

  • @Nick15346
    @Nick15346 Před 3 měsíci

    I would like to know why use command blocks for such a simple project?