Easiest Death Detection With Commands | MCPE Tutorial

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024

Комментарии • 71

  • @sirmcdingle7640
    @sirmcdingle7640 9 дней назад

    Thank youuuu! Ive been trying to make a death counter for so long but they all needed keep inventory off, while my map needwd it on. This has been a massive help to me

  • @cheesemasterstuff
    @cheesemasterstuff 7 месяцев назад +2

    ive been trying to find a good tutorial for 6 months, thank u so much lol and it was so much more simple then the other peoples turorials then didnt even work bc there outdated

  • @Lockpicksaretasty
    @Lockpicksaretasty 3 месяца назад +2

    Thanks! I used this to create a hardcore server for me and my friends, it’s been a blast!

    • @jetstormGaming
      @jetstormGaming 2 месяца назад +2

      How did you work out the spectator thing when you died I’ve tried and tried but it doesn’t switch me to spectator bc there’s no target to switch gamemodes

    • @Lockpicksaretasty
      @Lockpicksaretasty 2 месяца назад +2

      You have to run the command /gamemode spectator @s so that way it only puts the person who died into spectator.

    • @Lockpicksaretasty
      @Lockpicksaretasty 2 месяца назад +2

      And optionally you can run the command /playsound ambient.weather.lightning.impact to create a sound effect when somebody dies!

    • @jetstormGaming
      @jetstormGaming 2 месяца назад +2

      @@Lockpicksaretasty I did that but It always runs while the person is dead any suggestions?

    • @Lockpicksaretasty
      @Lockpicksaretasty 2 месяца назад +2

      What exactly is the problem? Because my version is able to respawn the player as a spectator. If you need help I can check the precise commands.

  • @MyriadLichtstrahl
    @MyriadLichtstrahl Год назад +6

    This is just soo mind-boggling, I don't even know how this works but it just works!
    I mean like, how does @e[type=players] works but @a don't aren't those just the same? not to mention the rest of the commands, the only thing I understand is the part where everything will activate when your score is equal to 0, and the rest doesn't make sense to me😅

  • @aldotgamer
    @aldotgamer Год назад +2

    WOW!! It's incredible, it's the first death detection system that I've seen that actually works without an item in the inventory or the testfor command.
    One question: is it possible to create a tomb system and if so, could you make a video of it? Thank yousss. I love your systems🙏

    • @Fantasy9967
      @Fantasy9967  Год назад

      Depends what u mean, can u elaborate

    • @aldotgamer
      @aldotgamer Год назад

      @@Fantasy9967I mean some system to teleport us to our place of death or some kind of way to save our items when we die

    • @Fantasy9967
      @Fantasy9967  Год назад

      @@aldotgamer definitely posssible

    • @aldotgamer
      @aldotgamer Год назад

      @@Fantasy9967 Oh It's incredible, could you make a video of it? It doesn't matter if not, whatever, you already you have already helped me a lot

    • @Fantasy9967
      @Fantasy9967  Год назад

      @@aldotgamer we will see, I might make a vid

  • @moosemanplays5724
    @moosemanplays5724 Месяц назад +1

    Hey, so I have a question is it possible to be able to place a Steve head right where a player dies. Me and a buddy are making a mini game on his world and ive been trying to figure out a way to place a head right where a player would die to add environmental chaos throughout the mini game. If you could help that would be much appreciated.

  • @matthewprice8919
    @matthewprice8919 2 месяца назад

    I have an escape room with a warden, and I want to make a hardcore mode. I need help making this but instead of the title command I want to have a setblock command. Btw the first command block says (no targets matched selector)

  • @randomapplee
    @randomapplee Год назад +2

    Nice and could u try make a good kill detection?

    • @Flameinafire
      @Flameinafire 4 месяца назад

      If you still need one I can help

    • @randomapplee
      @randomapplee 4 месяца назад

      @@Flameinafire I don’t any more but thanks for asking

  • @markzoooooooo
    @markzoooooooo 7 месяцев назад +2

    pls mention me can you make kill detector with keep inventory on

    • @Fantasy9967
      @Fantasy9967  7 месяцев назад

      U can use xp I guess, or totems

    • @markzoooooooo
      @markzoooooooo 6 месяцев назад

      @@Fantasy9967 how?

    • @SpecificGame
      @SpecificGame 5 месяцев назад

      @@markzoooooooo i made one a while ago @ me if you still want it

    • @PHG29_YT
      @PHG29_YT 4 месяца назад +2

      @@SpecificGame can u send it?

  • @profisher209
    @profisher209 7 месяцев назад +1

    i did this and it worked but i have absolutely no idea why, did you stumble across this randomely or could u pls explain why this works xd

  • @curzive
    @curzive 3 месяца назад +1

    How do I make it so it adds money to a scoreboard?

  • @ProDawid08
    @ProDawid08 3 месяца назад

    THANK YOU SO MUCH

  • @honeybeerose4108
    @honeybeerose4108 4 месяца назад

    how in gods name does this work??? I did it all right it works for me, but I have no idea what's happening to make it work and I must know
    edit: so I wanted to make it so when you die you lose 8 emeralds and 2 levels, but the commands were taking WAY more than that, I determined it's around 10x the amount I put in, which means it's activating around 10 times when I die, so if you want to take or give items, use a 9 tick delay and it works nearly perfectly

    • @Fantasy9967
      @Fantasy9967  4 месяца назад

      alive=0 this means player is dead.
      alive=1 this means player is alive.
      alive=2 this means player is dead and we have run our desired commands on/from them.
      @a selector will target all players alive/dead so we use it to mark everyone as 0 'dead.'

    • @Fantasy9967
      @Fantasy9967  4 месяца назад +1

      Note: we will ignore 2 or it will end up making the commands execute on dead players again. We only want our commands to execute once.
      @e selector on the other hand will only target players who are alive, so we can use this to mark all alive players 1 'alive.'
      Now that dead players are 0 and alive players are 1 we can use this knowledge to run our desired commands on the dead players.
      Keep in mind we need to set their score to 2 after or otherwise the commands will keep executing till they respawn.

  • @tox9906
    @tox9906 Год назад

    Fatasy When the creeper explodes, don't break any blocks, is there a command, if so please tell me the command

    • @Fantasy9967
      @Fantasy9967  Год назад +2

      It just mob briefing off on settings

    • @tox9906
      @tox9906 Год назад

      @@Fantasy9967 Thanks 🙏🤍

  • @nopelpopel6173
    @nopelpopel6173 5 месяцев назад +1

    Is this still working? I cant get it to work

    • @Fantasy9967
      @Fantasy9967  5 месяцев назад +1

      Did u write everything word for word

    • @Fantasy9967
      @Fantasy9967  5 месяцев назад +1

      Don’t change anything at all and test it again

    • @nopelpopel6173
      @nopelpopel6173 5 месяцев назад

      ​@@Fantasy9967 i got it now thanks.

  • @T0XIC_WR4TH
    @T0XIC_WR4TH Год назад

    Thx bro

  • @TunOcho
    @TunOcho 3 месяца назад

    how blocks not be destroyed when the creeper explodes😯

    • @Fantasy9967
      @Fantasy9967  3 месяца назад

      Turned it off in settings

  • @lostmastermas3793
    @lostmastermas3793 6 месяцев назад

    This doesn't work for me, any help?

    • @Fantasy9967
      @Fantasy9967  6 месяцев назад

      Did u change anything from the vid?

    • @lostmastermas3793
      @lostmastermas3793 6 месяцев назад

      Nope, everything is as follows, but the score doesn't change when I die. Do you have keep inventory off?

    • @Fantasy9967
      @Fantasy9967  6 месяцев назад

      @@lostmastermas3793 no, did u add the scoreboard, or did u switch @e[type=player] to @a

    • @lostmastermas3793
      @lostmastermas3793 6 месяцев назад

      I got it to work, I made my repeating command blocks conditional by accident. But I still can't get it to do what I want it to, which might not even be possible :(

    • @Fantasy9967
      @Fantasy9967  6 месяцев назад

      @@lostmastermas3793 damn

  • @Spaguette-p8m
    @Spaguette-p8m 15 дней назад

    It didn't work

    • @Fantasy9967
      @Fantasy9967  15 дней назад

      @@Spaguette-p8m this 1 is very specific u gotta type word 4 word

  • @SkylerPH_official
    @SkylerPH_official 14 дней назад

    It does work😢

  • @MarrixCommands
    @MarrixCommands Год назад

    Still havent added me yet 💀💀

  • @HallucinatedIvoked
    @HallucinatedIvoked 5 месяцев назад

    This is very hard. I can't even make Guiding Light from DOORS in Minecraft, when you die, then guiding light will help you

    • @Fantasy9967
      @Fantasy9967  5 месяцев назад +2

      Huh

    • @matyalfYT
      @matyalfYT 3 месяца назад

      @@Fantasy9967Roblox horror game called DOORS has a blue light that guides you if you die

    • @gustavoy110
      @gustavoy110 3 месяца назад

      Yes man

    • @Notandywashere
      @Notandywashere Месяц назад

      add a room and then tp them when they press a button to the next room
      (put signs in each room with the thing you need)