Learn Minecraft Commands Tutorial - Scoreboards (Episode 10)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024

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

  • @cavinator1
    @cavinator1 ปีที่แล้ว +28

    If anyone's wondering why the command at 7:58 doesn't also display TheGodOfPigs, as its scoreboard was also over 9000, it's because the selector @e only displays entities, and TheGodOfPigs is a "fake player". The command would only display TheGodOfPigs if a player with that exact username was on the world.

  • @jamescolvin8429
    @jamescolvin8429 ปีที่แล้ว +12

    I was very hopeful when piggo's piggyness was initially set to 9000. I was not disappointed.

  • @Roboardo
    @Roboardo ปีที่แล้ว +23

    Finally getting to the more advanced topics, can't wait for the next episodes

  • @EpicGamerX125
    @EpicGamerX125 ปีที่แล้ว +10

    5:50 ah yes, the 32-bit integer range

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

    you're a lifesaver! I'm working on commands for an arena build and got stuck on how to show the scoreboard sidebar, but this video was exactly what I needed! Thank you!

  • @Octojen
    @Octojen ปีที่แล้ว +3

    Grate video - I was always a bit fuzzy about some of these terms, but this video cleared that up for me!

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

    Nice, using this to make a farming assistant that will plant seeds you give him, and i'm using this to keep score of the seed count. very helpful!

  • @RetroDestroyer
    @RetroDestroyer ปีที่แล้ว +3

    Awesome! I will say that this one was definitely much easier to grasp! Can't wait to learn more about scoreboards!

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

    So, in my singleplayer world, I can count my Deaths using scoreboard! Need to manually edit deaths, until I realize how to do that automatically 😁

    • @DeathByAutoscroll
      @DeathByAutoscroll ปีที่แล้ว +8

      instead of "dummy", use "deathCount", and display the scoreboard. It will automatically update from there, though you will need to add your manually counted deaths to be accurate.

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

    Awesome! Looking forward to the more advanced tutorials since this is all basic stuff I already know

  • @defeatSpace
    @defeatSpace ปีที่แล้ว +4

    Pretty cool!

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

    It would be nice to keep the language consistent, i.e. call a scoreboard objective an "objective" and not a "scoreboard", since the scoreboard itself actually encompasses all objectives, and new people are frequently confused about which part someone actually means when you call an objective a "scoreboard".
    Edit: Something else that might have been nice to clarify is that selecting by score does not actually search through all entities on the objective, but instead searches through all loaded entities and tests for their scores. This may sound like it only makes a difference in advanced use cases, but many beginners try to target fake players through selectors, which ends up not working for the reason that I just explained.

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

    This is very good, nice way to explain simple scoreboards without being confusing. ❤

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

    So, by using a scoreboard selector on an entity, like an invisible marker armor stand, and having it be used to set if they use execute to, say, place a block, you could have something that only happens when a variable is at a certain value.

    • @Flamingosaurus1
      @Flamingosaurus1 ปีที่แล้ว +3

      Yup! Although a more efficient way to do it would be to use a fake player instead of an entity. Lime hasn't covered this yet, but you could do "/execute if score TheGodOfPigs piggyness matches 9000.. run say It's over 9000!".
      The useful thing about "execute if score" is that you can check the scores of stuff without needing some entity to be loaded in the world. It's also more efficient to check a score using a name (TheGodOfPigs) than a selector (@e[tag=godAmongstPigs]) which would be important in a larger project where you need to worry about causing lag.
      I bring this up bc I wish I'd known about this when I started working with commands

    • @slicedlime
      @slicedlime  ปีที่แล้ว +4

      @Flamingosaurus Well let’s be precise - yes, a fake player could store the value, but never execute or place a block like in this example.

  • @Darkworld_Abyss
    @Darkworld_Abyss 23 วันที่ผ่านมา +1

    :) Thanks

  • @F1000-LL1
    @F1000-LL1 ปีที่แล้ว

    awesome series!

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

    0:42 piggo agrees

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

    What is TheGodOfPigs piggyness level?
    Over 9000!!!!

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

      Yes but @e means entities in a world and TheGodOfPigs is a fake player therefore it does not show it in the command

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

    thx man

  • @Gremlin-Glizzy
    @Gremlin-Glizzy 5 หลายเดือนก่อน

    Can you adjust the limit on a scoreboard?

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

    Hey !!! I just found you yesterday and loving what you do ! I followed your ReplayMod tutorials but I just found out the Replay Mover doesn't works anymore... Is this just for me ? And if not are you gonna fix it ?

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

      It broke when the server running my web site broke, sadly - I haven't had time to fix it.

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

      @@slicedlime okay don't worry and keep doing awesome videos!

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

    Thank you, slicedlime. Why the ".." after the 9000 and before the comma when separating the piggyness from the awesomeness?

    • @MDLC_01
      @MDLC_01 ปีที่แล้ว +6

      This means "at least 9000", or "9000 or more" (the score has to be ≥ 9000 for an entity to be selected). It is not related to the comma, or the fact that there are multiple score criterion.
      Similarly, "..9000" means "at most 9000".

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

      Adding to what MALO said, you can even do something like 8000..9000 which means any number between 8000 and 9000 (including 8000 and 9000)

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

    how can i make it autoamtic

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

    Is this Java or Bedrock?

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

    omg

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

    When is the first snapshot for 1.20?

    • @RetroDestroyer
      @RetroDestroyer ปีที่แล้ว +15

      slicedlime runs his youtube channel as his personal project. You are not going to get answers about Mojang from him here, as they are not related to his youtube channel

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

    I’m trying to get scoreboards to add a value, when players using a specific item. I’ve seen it done on Java, but those commands doesn’t seem to work on bedrock. "/scoreboard objetives add Click minecraft.custom:used_carrot_on _a_stick" bedrock seems to only allows the “dummy” attribute and would look like "/scoreboard objetives add Click dummy” but how do I get it to tally up, if a player uses a carrot on a stick, to update scoreboard?

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

      That's correct - Bedrock only has dummy scoreboards. I have no idea if or how to implement a similar detection on Bedrock, I'm afraid.

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

      @@slicedlime it’s cool, I’m sure it’ll come eventually, given the player base 🤞