Skull Spawn is a lightweight and easy-to-use spawn system made with Skript. It provides a clean and efficient way to manage your server’s spawn with useful features like countdown teleportation and optional spawn-on-join.
Suitable for survival, lobby, or minigame servers.
Features
Set a global spawn location with /setspawn (OP only)
Teleport to spawn using /spawn (for all players)
Optional teleport countdown (default: 5 seconds)
Cancel teleport if the player moves
Action bar countdown display
Optional spawn on join
In-game toggle for spawn-on-join (/spawnjoin on/off)
Lightweight, no config files required
Settings are saved automatically
Commands
Command Description Permission
/setspawn Sets the server spawn location OP
/spawn Teleports player to spawn Everyone
/spawnjoin on Enables spawn on join OP
/spawnjoin off Disables spawn on join OP
Configuration
You can edit the countdown directly in the script:
options:
spawn-delay: 5
Set to 0 for instant teleportation
Default is 5 seconds
Permissions
op required for /setspawn and /spawnjoin
No permission required for /spawn
Requirements
Spigot or Paper server
Skript plugin
Installation
1. Install Skript on your server
2. Place the file skull_spawn.sk into:
plugins/Skript/scripts/
3. Reload scripts:
/sk reload skull_spawn
Notes
Spawn location is saved automatically
Spawn-on-join setting is persistent across restarts
Teleport is cancelled if the player moves during countdown