Sepd DonutSpawn

โญ โ€” (1 endorsements) ๐Ÿ“ฅ 2,965 downloads ๐Ÿ“Œ v1.0 ๐Ÿ“… 2/16/2026
๐ŸŸก Updated this year

By Sepd ยท game-mechanics

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 2/13/2026 ๐Ÿ“… Created: 2/16/2026

๐Ÿ” 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)

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More game-mechanics ๐Ÿ‘ค More by Sepd ๐Ÿ”Ž Similar Mods ๐ŸŒ Best game-mechanics (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods