Sepd DonutSpawn
๐ก Updated this yearPreview

๐ Analysis
- ๐ 0.0% endorsement rate
- ๐ #88 of 214 game-mechanics mods in this game by downloads
๐ About This Mod
--- # **Sepd_DonutSpawn โ DonutSMP-Inspired Spawn Plugin** ๐ฎ๐ณ ### *Made in India* Bring the DonutSMP-style spawn experience to your Minecraft server โ complete with protected spawn zones, safe respawns, countdown teleports, and first-join handling. Perfect for survival servers and hardcore worlds! --- ## โ Features * **/setspawn** โ Set the main server spawn location. * **/spawn** โ Teleport to spawn with a countdown (cancellable if you move). * โป๏ธ **/reloadspawn** โ Reload all messages and configuration without restarting the server. * โ ๏ธ **Death Handling** โ If no bed is set, players respawn at the plugin's spawn. * ๐ **First Join Support** โ New players automatically spawn at the configured spawn. * ๐ก๏ธ **Optional Spawn Protection** โ Prevent damage, PvP, and block interactions in a configurable radius. * ๐ **YAML-Based Config** โ All messages, delays, and spawn settings are stored in `config.yml`. * ๐จ **Custom Messages** โ Fully editable messages with support for formatting codes. * โก **Asynchronous Teleportation** โ Keeps server performance smooth. --- ## ๐ Commands | Command | Description | Permission | | -------------- | ------------------------ | --------------------- | | `/setspawn` | Set the spawn point | `donutspawn.setspawn` | | `/spawn` | Teleport to spawn | `donutspawn.spawn` | | `/reloadspawn` | Reload the configuration | `donutspawn.reload` | --- ## ๐ Permissions | Permission | Description | | --------------------- | ------------------------------------- | | `donutspawn.setspawn` | Allows setting the spawn | | `donutspawn.spawn` | Allows teleporting to spawn | | `donutspawn.reload` | Allows reloading plugin configuration | --- ## โ๏ธ Config Example (`config.yml`) ``` spawn: world: world x: 0.5 y: 64.0 z: 0.5 yaw: 0.0 pitch: 0.0 teleport-delay: 5 protection: enabled: true radius: 16 prevent-pvp: true prevent-break: true prevent-place: true prevent-damage: true messages: only-player: "ยงcOnly players can execute this command." spawn-location-not-set: "ยง7Spawn location is not set." set-spawn-success: "ยงaYou've successfully set the spawn location." no-permission: "ยงcYou do not have permission to use this command." reload-config-success: "ยงaSpawn configuration reloaded." teleport-countdown: "ยง7Teleporting to spawn in ยงb%countdown% ยง7seconds!" teleport-cancelled: "ยงcTeleport cancelled because you moved!" teleport-success: "ยง7Teleported!" teleport-direct: "ยง7Teleported directly!" respawn-at-spawn: "ยงeYou have been respawned at spawn." first-join-spawn: "ยงeWelcome! You've been sent to the server spawn." ``` --- ## โก How It Works * Use `/setspawn` to define your serverโs central spawn point. * When players type `/spawn`, theyโll begin a countdown (default: 5 seconds) and get teleported if they don't move. * If players die without a bed, they will respawn at the spawn point automatically. * New players spawn at the spawn on first join. * When enabled, spawn protection prevents damage, PvP, building, and breaking blocks in a set radius. --- ## ๐ฆ Installation 1. Download the plugin `.jar` file. 2. Drop it in your `/plugins/` folder. 3. Restart the server. 4. Use `/setspawn` to configure your spawn. 5. Edit `config.yml` as needed and use `/reloadspawn` to apply changes. --- ## ๐งฉ Compatibility โ Tested on Minecraft 1.19 โ 1.20+ โ Compatible with most survival and lifesteal servers โก No external dependencies required --- ## ๐ Need Help? **Discord:** (https://discord.gg/9njKeJzWF4) --- ``` ```
# Sepd_DonutSpawn โ DonutSMP-Inspired Spawn Plugin ๐ฎ๐ณ
### Made in India
Bring the DonutSMP-style spawn experience to your Minecraft server โ complete with protected spawn zones, safe respawns, countdown teleports, and first-join handling. Perfect for survival servers and hardcore worlds!
## โ Features
/setspawn โ Set the main server spawn location. /spawn โ Teleport to spawn with a countdown (cancellable if you move). โป๏ธ /reloadspawn โ Reload all messages and configuration without restarting the server. โ ๏ธ Death Handling โ If no bed is set, players respawn at the plugin's spawn. ๐ First Join Support โ New players automatically spawn at the configured spawn. ๐ก๏ธ Optional Spawn Protection โ Prevent damage, PvP, and block interactions in a configurable radius. ๐ YAML-Based Config โ All messages, delays, and spawn settings are stored in `config.yml`. ๐จ Custom Messages โ Fully editable messages with support for formatting codes. โก Asynchronous Teleportation โ Keeps server performance smooth.
## ๐ Commands
| Command | Description | Permission | | -------------- | ------------------------ | --------------------- | | `/setspawn` | Set the spawn point | `donutspawn.setspawn` | | `/spawn` | Teleport to spawn | `donutspawn.spawn` | | `/reloadspawn` | Reload the configuration | `donutspawn.reload` |
## ๐ Permissions
| Permission | Description | | --------------------- | ------------------------------------- | | `donutspawn.setspawn` | Allows setting the spawn | | `donutspawn.spawn` | Allows teleporting to spawn | | `donutspawn.reload` | Allows reloading plugin configuration |
## โ๏ธ Config Example (`config.yml`)
``` spawn: world: world x: 0. 5 y: 64. 0 z: 0. 5 yaw: 0. 0 pitch: 0. 0
teleport-delay: 5
protection: enabled: true radius: 16 prevent-pvp: true prevent-break: true prevent-place: true prevent-damage: true
messages: only-player: "ยงcOnly players can execute this command." spawn-location-not-set: "ยง7Spawn location is not set." set-spawn-success: "ยงaYou've successfully set the spawn location." no-permission: "ยงcYou do not have permission to use this command." reload-config-success: "ยงaSpawn configuration reloaded." teleport-countdown: "ยง7Teleporting to spawn in ยงb%countdown% ยง7seconds!" teleport-cancelled: "ยงcTeleport cancelled because you moved!" teleport-success: "ยง7Teleported!" teleport-direct: "ยง7Teleported directly!" respawn-at-spawn: "ยงeYou have been respawned at spawn." first-join-spawn: "ยงeWelcome! You've been sent to the server spawn." ```
## โก How It Works
Use `/setspawn` to define your serverโs central spawn point. When players type `/spawn`, theyโll begin a countdown (default: 5 seconds) and get teleported if they don't move. If players die without a bed, they will respawn at the spawn point automatically. New players spawn at the spawn on first join. When enabled, spawn protection prevents damage, PvP, building, and breaking blocks in a set radius.
## ๐ฆ Installation
1. Download the plugin `.jar` file. 2. Drop it in your `/plugins/` folder. 3. Restart the server. 4. Use `/setspawn` to configure your spawn. 5. Edit `config.yml` as needed and use `/reloadspawn` to apply changes.
## ๐งฉ Compatibility
โ Tested on Minecraft 1. 19 โ 1. 20+ โ Compatible with most survival and lifesteal servers โก No external dependencies required
## ๐ Need Help?
Discord: (https://discord.gg/9njKeJzWF4)
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- Sepd
- Version
- 1.0
- Downloads
- 2,965
- Endorsements
- 1
- Category
- game-mechanics
- Created
- 2/16/2026
- Updated
- 2/13/2026
- Game Versions
- 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
- Tags
- game-mechanics, optimization, transportation
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does Sepd DonutSpawn support?
The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.
What is the latest version of Sepd DonutSpawn?
Version 1.0, published 2026-02-13 with 2,965 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await