Player spawning underground in dimension

Started by bananarang_mods on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 13:59, 19. May 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Player spawning underground in dimension

Every time I enter my dimension, I spawn underground. and when I die, I respawn in LAVA. please fix this

Last seen on 06:33, 1. May 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hmm.Make a procedure When…
Mon, 02/08/2021 - 12:31

Hmm.Make a procedure

When player joins world

IF player is in dimension(Surface or your intended starting dimension)

set local y=255

while get block at (player x,local y,player z):

in loop >>set local y=get local y-1

set local y = get local y+1

teleport player to (player x,local y,player z)

execute command in name of player /setwordspawn ~ ~ ~

Last seen on 06:33, 1. May 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
all blocks are in the IF…
Mon, 02/08/2021 - 12:31

all blocks are in the IF statement