Set Your Server Spawn Or Lobby
SetSpawn is a lightweight, all-in-one Bukkit/Spigot plugin that makes it easy to:
config.yml /hub works as a convenient alias. /toggleautojoin flips this on/off. config.yml. config.yml without restarting the server.| Command | Description | Permission |
|---|---|---|
/setspawn |
Set the global Spawn location | setspawn.set (OP-only) |
/spawn |
Teleport to the Spawn | setspawn.use |
/setlobby |
Set the global Lobby (Hub) location | setspawn.set (OP-only) |
/lobby |
Teleport to the Lobby | setspawn.use |
/hub |
Alias for /lobby |
setspawn.use |
/toggleautojoin |
Enable/disable auto-teleport on join | setspawn.toggleautojoin (OP-only) |
/spawnreload |
Reload config.yml at runtime |
setspawn.reload (OP-only) |
# Toggle auto-teleport to lobby on join
auto-teleport: true
# Cooldown (in seconds) between any teleport command
teleport-cooldown: 30
messages:
spawn-name: "Spawn"
lobby-name: "Lobby"
spawn-set: "&aSpawn location set."
lobby-set: "&aLobby location set."
spawn-teleport: "&aTeleported to spawn."
lobby-teleport: "&aTeleported to lobby."
hub-teleport: "&aTeleported to hub."
cooldown: "&cPlease wait {time} seconds."
auto-on: "&aAuto-teleport on join enabled."
auto-off: "&cAuto-teleport on join disabled."
reload: "&aConfiguration reloaded."