1

How to do "Save Points" for a Parkour build?

51l3N7 8/16/13 11:25 am
266
8/16/2013 4:30 pm
One of our players is making a parkour for the Fair Grounds amusement park and wants to use the Command block as a way for players to have save points. This all sounds fine and well, but what happens now when they die somewhere else? They're going to spawn back at their last "save point" for this parkour. Can anyone think of a smart solution to this situation?
Posted by
51l3N7
Level 24 : Expert Network
15

  Have something to say?

JoinSign in

3

Scarsz
08/16/2013 4:30 pm
Level 22 : Expert Network
Just have command blocks and a fast timer checking the death count scoreboard objective of all players within a radious covering the parkour place and if that works (Comparator behind command block) set their death count to 0 so they don't keep teleporting then teleport them to where their saved location is.

Either that or rapidly check the death count of all players then in if a player with a death score of at least 1 has for instance 1 on an objective "isPlayingParkour" set their death count to 0 then teleport them to their save position. If they don't have a 1 on the objective isPlayingParkour don't do anything (Once again, repeater behind the command block checking if they have a 1 for that objective.)

Rather easy solution really.
1
aman207
08/16/2013 11:31 am
Level 40 : Master Cake
Well can't you just sudo the player with the command blocks, to set a home there? Then after every save point, it just sets the same home.
1
51l3N7
08/16/2013 11:56 am
Level 24 : Expert Network
We aren't using anything that has a /sethome command.
1

Welcome