Place safety platform when player enters custom dimension

Started by myxical on

Topic category: Help with modding (Java Edition)

Last seen on 23:47, 20. Jan 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Place safety platform when player enters custom dimension

I've got the structure file ready (3x3 bedrock platform). I tried making a procedure which places the structure when the player enters the dimension, but doesn't seem to work. Perhaps the structure is at the middle of the world. How do I make it spawn below the player?

Last seen on 07:36, 20. Apr 2023
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a procedure to detect…
Wed, 09/08/2021 - 13:51

Create a procedure to detect the coords where a player is when they join the dimension and spawn the structure below them.

Last seen on 09:42, 5. Sep 2023
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also kill all entities…
Thu, 09/09/2021 - 10:13

Also kill all entities before placing the structure.