Spawn Dimension Setter
This mod allows you to completely change the standard respawn mechanics in Minecraft. Now you can choose exactly which dimension your character will appear in after death or when first entering the world.
Configuration Setup
All changes are made by editing the config.json file. Here is a configuration example:
{
"dimension": "minecraft:the_nether",
"safeCheck": false,
"isRangeSpawn": false,
"isExactSpawn": true,
"rangeSpawn": {
"rangeX": 0,
"rangeZ": 0
},
"exactSpawn": {
"x": 6904,
"y": 64,
"z": 9668
}
}
Configuration Parameters
- dimension - determines the world where you appear
- safeCheck - safety check, needed only when random spawn is enabled
- isRangeSpawn - activates random appearance within a specified range
- isExactSpawn - sets exact respawn coordinates
- rangeX and rangeZ - radius of random appearance from zero coordinates
- x, y, z - specific respawn point coordinates
Compatibility with Other Mods
The mod supports dimensions from popular mods:
- Twilight Forest:
twilightforest:twilight_forest - Paradise Lost:
paradise_lost:paradise_lost - Eden Ring:
edenring:edenring - The Bumblezone:
the_bumblezone:the_bumblezone
Additional Commands
- Set spawn dimension:
/sws setspawndimension dimension_id x y z - Teleport player to another dimension:
/sws teleport dimension_id x y z - Show all available worlds:
/sws worlds - Check player's current world:
/sws playerWorld