I’m trying to have it via command blocks where something like every player in the overworld be in creative but until they enter the nether which will then put them into survival mode.
So far I have gotten "execute in minecraft:nether as @e[type=player] run gamemode survival"
"execute in minecraft:overworld as @e[type=player] run gamemode creative"