GetPlayerSpawn

Started by Flojua1 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 22:31, 9. Feb 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
GetPlayerSpawn

How can i get the Player spawn coords in a procedure… (i dont want the world spawn)

Last seen on 09:08, 23. Jun 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not entirely sure what…
Fri, 06/05/2020 - 10:04

I'm not entirely sure what you want to do, but you can get the coords of the position where the player spawns with a procedure.  Use the global trigger "Player joins the world" and store the coords in global variables or the player's nbt. Then you can use the coords in another procedure.