/Scoreboard Explained! Pt.1 Minecraft Bedrock Commands

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • This video covers nearly all the base commands related to /scoreboard, starting with an explanation of how scoreboards work, then how to use them.
    This video took a while to create as it is quite long and complicated so I hope you guys appreciate it and are able to learn from it.
    Tag video: • /tag Explained! (Bedro...
    Selectors video: • Command Selectors Expl...
    Execute video: • New /execute tutorial!...
    My command block discord: / discord
    Marketplace Map: www.minecraft....

ความคิดเห็น • 45

  • @theroyalpleb
    @theroyalpleb ปีที่แล้ว +7

    i cannot believe you built this all your self. great video and you should do this profesionally

  • @Color1738
    @Color1738 ปีที่แล้ว +7

    I wish this video existed years back lol, great tutorial as always

  • @jlbros.andfamily8984
    @jlbros.andfamily8984 9 หลายเดือนก่อน +2

    This is so amazing! I would've been googling command answers if it weren't for this. So excited to check out your selector video.

  • @deusexmachina1106
    @deusexmachina1106 ปีที่แล้ว +2

    bro you are the goat, I do lots of command block weapons and other things to pass time and your tutorials helpme create more complicated actions

  • @swollenfrog6705
    @swollenfrog6705 9 หลายเดือนก่อน +2

    THABK YOU I LOVE YOU I SPENT HOURS LOOKING FOR A GUIDE! now I even understand how to do it! I always thought this command was too hard to understand ❤❤

  • @SavageSalmon
    @SavageSalmon 8 หลายเดือนก่อน +2

    Just found this channel, and I’m glad I did. These videos are super helpful even to a person who knows a lot about commands like me

  • @DoodleDan
    @DoodleDan ปีที่แล้ว +1

    Thank you. Haven't played in a while, can't imagine minecraft without commands

  • @UkieBoy
    @UkieBoy 9 หลายเดือนก่อน +1

    This is so helpful. Thanks mate.

  • @humboldtchick87
    @humboldtchick87 ปีที่แล้ว +1

    Your videos are amazing and helpful.

  • @furioussalt7199
    @furioussalt7199 ปีที่แล้ว +1

    Thanks bro it really helped me

  • @Starlight-fq3bt
    @Starlight-fq3bt 3 หลายเดือนก่อน +1

    To understand well, 'Setdisplay list' displays the scoreboard on the main menu of players (if we put nothing after 'list' it will get removed), while 'setdisplay sidebar' displays the scoreboard on the side of the screen. But how do we remove the sidebar? 8:49

    • @Guppyduck
      @Guppyduck  3 หลายเดือนก่อน +2

      Do the same thing, put nothing after sidebar

    • @Starlight-fq3bt
      @Starlight-fq3bt 3 หลายเดือนก่อน +1

      @@Guppyduck thank you so much!

  • @reborndemon6166
    @reborndemon6166 ปีที่แล้ว +1

    dam i wais your more famfis bc your a good minecraft players

  • @ElectricBoy2023
    @ElectricBoy2023 6 หลายเดือนก่อน

    How do I make the scoreboard red numbers invisible in Minecraft Bedrock Edition completely without mods?

  • @PriggarGaming
    @PriggarGaming 4 หลายเดือนก่อน

    24:42 radius,i used to call it range...

  • @PriggarGaming
    @PriggarGaming 4 หลายเดือนก่อน

    I have a wierd question
    I call ^^^ as vector coordinates as they are dependent on the direction entities are looking
    And
    These~~~relative coordinates as they are relative to the entity's postiotion
    And
    These 20 20 20 as absolute coordinates i just call them to be able to differentiate between them if i want ecolain then to people in a video what shouldi call them?
    As I use the names relative,vector and absolute for my simplicity
    Are there any official name for them

    • @Guppyduck
      @Guppyduck  4 หลายเดือนก่อน

      Not really, I pretty much use the same names

    • @PriggarGaming
      @PriggarGaming 4 หลายเดือนก่อน

      That's great but are there any official name ?

  • @CeliaBelon
    @CeliaBelon 2 หลายเดือนก่อน

    😮😮😮

  • @remegildacabalit
    @remegildacabalit ปีที่แล้ว

    Can you make a entity tracker that makes a armor stand follow entities and explode on touch [multi entity tracker]

    • @ngocnguyenminh7109
      @ngocnguyenminh7109 9 หลายเดือนก่อน

      yes, when summoning armor stand, use scoreboard add E to random entity !armor stand !player. Then use command to tp to entity that have E score.

  • @Hazy_Creations
    @Hazy_Creations 7 หลายเดือนก่อน

    Im having trouble with the test command i did exactly as you and its not turning the restone lamp on. Its not giving me any type of error it says its been completed but itll appear on the top left filling my entire screen. Yet the lamp stays off. What am i doing wrong?? Can anyone help me? Edit: I did find that I was using the repeater not the comparator but the command is still filling my screen how do I stop that?

    • @OnsideE
      @OnsideE 6 หลายเดือนก่อน

      Do /gamerule sendcommandfeedback false to turn off the chat spamming

  • @enderporter9539
    @enderporter9539 ปีที่แล้ว

    Do you have a way to detect the player with the highest score value?

    • @ngocnguyenminh7109
      @ngocnguyenminh7109 9 หลายเดือนก่อน

      yes. first you need another scoreboard like if you already have Money scoreboard, add more TopMoney scoreboard.
      CB1: execute as @a at @s run scoreboard players operation @s TopMoney = @s Money
      This command will operation Player TopMoney = Player Money
      CB2: scoreboard players operation Top TopMoney > @a TopMoney
      This command will operation Top TopMoney higher than all player TopMoney
      CB3: execute as @a at @s run scoreboard players operation @s TopMoney -= Top TopMoney
      CB4: (detect command) execute as @a[scores={TopMoney=0}] run ...
      so basically, it will operation player TopMoney score equal to player Money score (before the command active, your TopMoney is 0 and Money is 100, after the command.. Your TopMoney is 100 and your Money is 100) then operation "Top" (you don't need to name any entity, just its name) TopMoney higher than All Player TopMoney and then set the Highest Score to 0. Then run command at player have 0 score.
      Little Ex: Your TopMoney is Now 1000, Your Friend is 999. It'll set "Top" TopMoney = TopMoney of the highest player (you). Then set Your and Your Friend TopMoney -= "Top" (Now your is 0 and your friend is -1). And then run command at You.

  • @deadinside8394
    @deadinside8394 ปีที่แล้ว

    I just got some great ideas

    • @deadinside8394
      @deadinside8394 ปีที่แล้ว

      I am almost done with my first idea but I'm taking a break

  • @TheWagonroast
    @TheWagonroast ปีที่แล้ว

    18:02 Wouldn’t it be the 32 bit integer limit instead?

    • @mememan4552
      @mememan4552 5 หลายเดือนก่อน

      yea, 2,147,483,647

  • @LaurissaLaurissa-g1y
    @LaurissaLaurissa-g1y 11 หลายเดือนก่อน

    I don't know what is going on i am typeing exactly what you are putting......im so frustrated it keeps saying syntax error i just don't see how if im putting the same thing in why am i not getting any results. Do i have to have internet to do this or is there a requirement that ps4 need to be able to dp that pr what plzzzzzzzz man its driving me crazy

    • @jlbros.andfamily8984
      @jlbros.andfamily8984 9 หลายเดือนก่อน

      Knowing commands, you don't need internet. Your game shouldn't be different unless it isn't updated. Keep thinking and could you reply with the error message and command you used. I would love to try to help

    • @PriggarGaming
      @PriggarGaming 4 หลายเดือนก่อน

      Can you share the command you used?

  • @basicallyone
    @basicallyone 10 หลายเดือนก่อน

    I have a question.. i am currently building something and in it is a bank and the bank teller is a npc. I am using dialogue and I need to know how to show player scores in chat using command blocks. I know you can just type the command into chat and it would show in chat, but i need to use command blocks because i need it to be automatic. Any ideas?

    • @ngocnguyenminh7109
      @ngocnguyenminh7109 9 หลายเดือนก่อน

      use tellraw, here is example: (if it is not what you meaning, tell me)
      tellraw @initiator {"rawtext":[{"text":"§l§bYour Bal:§a "},{"score":{"name":"*","objective":"Money"}}]}
      when player click dialogue npc button (Show Bal) it'll run command.
      @initiator is player activing command.

    • @swollenfrog6705
      @swollenfrog6705 9 หลายเดือนก่อน

      I would make the command set a restone block that would power the commands to their get rid of the redstone block letting you do whatever you needed

  • @SinisterHunter01
    @SinisterHunter01 2 หลายเดือนก่อน

    I got no value to her, Scores will never work on me

  • @springtrap_du4840
    @springtrap_du4840 ปีที่แล้ว

    Nnnnooooooiiiiiicccccceeeee

  • @reborndemon6166
    @reborndemon6166 ปีที่แล้ว

    notes on and sub like 3 m ago:)

  • @AliMuller-gl2is
    @AliMuller-gl2is 2 หลายเดือนก่อน +3

    Who is 2024 here

    • @heidijohnson8830
      @heidijohnson8830 หลายเดือนก่อน

      lol that is *very* -Grammarly- but yes I'm here in *2024, also I'm being sarcastic about the grammarly part*

  • @realistartist
    @realistartist 2 หลายเดือนก่อน

    This video is bad👎

    • @Guppyduck
      @Guppyduck  2 หลายเดือนก่อน +1

      Neat