Respawning in a dimension.

Started by BlueAwesomeDinosaur on

Topic category: Help with MCreator software

Active 1 month ago
Joined Aug 2017
Points:
947

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 166
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?

Active 4 years ago
Joined Jan 2020
Points:
795

User statistics:

  • Modifications: 1
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
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.

 

Active 5 years ago
Joined Sep 2019
Points:
760

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 139
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

Active 7 months ago
Joined Jan 2021
Points:
600

User statistics:

  • Modifications: 1
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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.