Started by
0V3R10RD
on
Topic category: Help with Minecraft modding (Java Edition)
Hi there,
Is it possible to have the player upon item use be teleported to their spawn point in the overworld even if they're in another dimension?
I have some ideas for how this could be done, if I figure it out I'll post it here. But if anyone has an idea, let me know!
You can use execute command and run it as this player:
/execute in <dimensionname> run tp @s <pos>