SimpleSpawn

Small, easy-to-use Bukkit/Spigot plugin providing /setspawn and /spawn with cooldowns and a join welcome message.

Features

Commands

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.

Permissions

Build & Install

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.

Notes