We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

116

New Gamerule: Limited Lives

6 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 5
    Registered User commented
    Comment actions Permalink

    This is one of the best suggestions i heard today

  • 5
    Registered User commented
    Comment actions Permalink

    I also think that it should be /limitedlives <set/add/clear> instead of /set or /add limitedlives, but other than that i think its worthy to make it into minecraft!

  • 10
    Registered User commented
    Comment actions Permalink

    This is already possible with scoreboard objectives:

    1. Set your world to LAN mode and turn on cheats temporarily. Cheats will turn off as soon as you leave the world

    2. In chat, type the following commands:
      /scoreboard objectives add deaths deathCount
      /gamerule commandBlockOutput false

    3. Place a command block directly under the world spawn underneath some bedrock so you don't bump into it (you will need to be in creative mode to do this). Set the command block to "Repeating" and "Always Active" and type:
      /gamemode spectator @a[gamemode=!spectator,scores={deaths=5..}]

      To change the number of lives you have, just change the number inside the curly brackets.

    And just like that, you have a limited number of lives without needing to get a new gamerule. Put yourself back into survival mode, leave the world, rejoin, and cheats will be turned off. The command block will still work, meaning you will still have a limited number of lives. If you want to give yourself another life, type the following into chat:

    /scoreboard players remove @p deaths 1

    This subtract 1 death from your total death count, essentially giving you another life

  • 2
    Registered User commented
    Comment actions Permalink

    If you're the owner of the world and you've lost all your lives, would you have to delete the world? If so, I would recommend taking screen shots of your creations in case that happens!

  • 1
    Registered User commented
    Comment actions Permalink

    I hope and wish for this!

  • 2
    Registered User commented
    Comment actions Permalink

    i like this idea, and would like a gamemode where while death isn't the end, it still has extreme consequences