Small, easy-to-use Bukkit/Spigot plugin providing /setspawn and /spawn with cooldowns and a join welcome message.
/setspawn (requires permission simplespawn.set)./spawn (has configurable cooldown).config.yml./setspawn — Set the spawn location to your current position (permission: simplespawn.set)./spawn — Teleport to the configured spawn (cooldown set in config).cooldownSeconds: 10
welcome:
message: "&aWelcome to the server, %player%!"
title:
enabled: false
title: "&6Welcome"
subtitle: "&7Have fun!"
The plugin stores the spawn location in the same config.yml when /setspawn is run.
simplespawn.set — needed to run /setspawn. Default: OP.Build with Maven (requires Java 17):
mvn -q clean package
After building, drop the produced JAR from target/simplespawn-1.0.0.jar into your server's plugins/ folder and restart the server.
spigot.api.version if you need a different target.welcome.title.enabled, players will receive a title on join.