Started by
bigmouthfan60
on
Topic category: Plugins and third-party tools
If possible, could someone look into making a simple plugin that adds a procedure block that gets the coordinates and dimension id of a player's spawn?
Topic category: Plugins and third-party tools
If possible, could someone look into making a simple plugin that adds a procedure block that gets the coordinates and dimension id of a player's spawn?
You don't need a plugin to do that.
For the dimension ID of the player's spawn, it is Overworld because the player can't respawn in the Nether (yet) or the End.
For the Coordinates of the player's spawn, as it is shown HERE, you just have to get the entity NBT number tag "SpawnX", "SpawnY" and "SpawnZ"
Dude, you are a lifesaver. I literally cannot thank you enough. Thanks so much!
Wait, that didn't work. It just defaults to 0. Is this a general issue with mcreator or am I doing something wrong?
Well I don't know... What's the procedure you're doing to get the player's spawn coordinates? And on what version of MC are you?
1.15, I'm using the get nbt data number block.
Could u show me a picture of your procedure?
Get entity NBT tag only has access to custom tags in forge domain, not to all entity tags.
Is there a possibility of vanilla support being added?
Still in need of a plugin