

UltimateSpawn
🔮 What is it?
Tired of players spawning in random locations when joining your server or starting your modpack? Want more control over where each participant begins their adventure? UltimateSpawn is exactly the solution you need. This mod allows you to easily configure respawn points and dimensions for your server or mod collection.
Forget about situations where players spawn in the wrong place or, even worse, fall from the sky and die immediately. Now you can precisely specify where each participant's journey will begin — whether it's the center of a bustling city, a deserted island, a secret underground hideout, or even another dimension.
This tool is perfect for server administrators looking to create a more controlled and enjoyable gameplay experience. It's also useful for modpack developers wanting to add a new level of customization through powerful configuration settings.
🌌 Features
- Powerful configuration file — all parameters are easily adjustable without unnecessary complications, each option comes with detailed descriptions
- Support for custom and modded dimensions — works with any dimension existing in your modpack or on your server
- Safe spawning by default — UltimateSpawn automatically searches for the nearest safe location to the coordinates specified in the config
- Strict coordinates mode — if you need to forcibly place players in a specific location, activate this mode and the mod will stop checking location safety
- Range configuration — ability to set coordinate ranges for player spawning (currently available for Y height, other axes will be added later)
- Compatibility with Lockdown (Forge only) — ability to override respawn points for selected template worlds and dimensions on each respawn
- Support for Forge, Fabric and Quilt (currently only the Forge version is available, but Fabric and Quilt versions are coming soon!)
🤔 Frequently Asked Questions
Question: Do you plan to port the mod to older versions such as 1.7.10, 1.10.2, 1.12.2, 1.14/1.15?
Answer:
- For versions 1.14/1.15: No, backporting is not planned. However, you can fork and create a pull request if you wish.
- For versions 1.7.10 - 1.12.2: No, but you can use Perfect Spawn, which does almost the same thing but using a different approach with rules.
Question: How to change the spawn dimension? How to configure the respawn point for all players? Where to find the configuration file?
Answer: After installing UltimateSpawn, launch the game. The "UltimateSpawn.toml" file will appear in the config folder.
The configuration file contains descriptions, and all parameters are intuitive.
Brief explanation of main settings:
- dimension: Selects the dimension for player spawning
- x: X coordinate for spawning
- y: Y coordinate for spawning
- z: Z coordinate for spawning
- useCoordinates: If true, UltimateSpawn will try to place the player at the specified coordinates. If this is impossible due to blocks, lava, void, or other dangers, the mod will try to find the nearest safe location
- strictCoordinatesMode: If true, UltimateSpawn will strictly place the player at the specified coordinates without safety checks
- yLowerBound, yUpperBound: Define the range for Y coordinate when useCoordinates is disabled. With an empty range, an error message will appear
😋 Demonstration
(Settings: dimension: minecraft:the_end, x: 1200.0, y: 100.0, z: 0.0, useCoordinates: true, strictCoordinatesMode: false — when searching in the void, the player may briefly see the Overworld due to long search time)