Started by
Welshy
on
Topic category: Help with Minecraft modding (Java Edition)
Im making a mod that uses a different dimension, and i want to make it so that when you first join the world it switches to that dimension, but if you join the world for a second time it doesn't switch to that dimension
create a player_persistant global value with inital value set to true. if the player joins, set this to false and send to the appropriate dimension