Download Spawn Dimension Setter — Minecraft Mods — MetaMods

Spawn Dimension Setter

Active

Downloads

0

Last update

6 months ago

Versions

1.18.2 — 1.21.5
Client
Fabric
Game mechanics
Utils

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

Demo Video

Project members
syorito-hatsuki

syorito-hatsuki

Developer

GalievDev

GalievDev

Developer

Created: 19 Jan 2023

ID: 9400