Respawning in a dimension.

Started by BlueAwesomeDinosaur on

Topic category: Help with MCreator software

Last seen on 21:55, 16. Oct 2022
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Respawning in a dimension.

If there is a feature that would help with this, I have a problem that I need help with. I made a dimension that has the appearance of the end and I have respawning in it. However, if you do die in that dimension you will perpetually fall to your death if your spawn is not lucky. I was hoping there was some way that a platform could be generated when you respawn and there is no ground, but I could not find a way to make that happen without custom code. Is there a way to make that without custom code. If not, could this be a feature that could be added to MCreator in the future?

Last seen on 17:02, 24. Jan 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a block detector in…
Sat, 03/07/2020 - 15:11

There is a block detector in the "Template library" you could use to detect the presence of air or ground.

 

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that may be so but that…
Mon, 03/09/2020 - 06:30

that may be so but that doesn't really fix the problem because that can't change if the player respawns or not. What you could do is have a procedure that it's global trigger is "when player respawns" and do an if dimension = end like dimension, spawn wood block at x y z or something like that

Last seen on 23:43, 1. Dec 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It can if you place a block…
Mon, 04/12/2021 - 00:22

It can if you place a block under them when they respawn above air.