GetPlayerSpawn

Started by Flojua1 on

Topic category: Troubleshooting, bugs, and solutions

Active 3 years ago
Joined Sep 2018
Points:
691

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
GetPlayerSpawn

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

Active 4 years ago
Joined May 2020
Points:
608

User statistics:

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