Simple spawn plugin for minecraft
A lightweight and fully customizable Spawn Plugin for Minecraft Spigot servers (1.21+). Easily manage player spawn points with sound effects, configurable delays, and comprehensive customization.
/spawn - Teleport to spawn (Permission: spawn.use)/spawn set - Set spawn location (Permission: spawn.set)/spawn reload - Reload config (Permission: spawn.reload)All settings are customizable in config.yml:
teleportation:
delay: 3 # Seconds before teleport
cancel-on-move: true # Cancel if player moves
cooldown: 10 # Seconds between teleports
play-sound: true
play-countdown-sound: true
Messages support color codes (&a, &c, etc.) and placeholders like {time}.
Teleportation: ENTITY_ENDERMAN_TELEPORT, ENTITY_PLAYER_TELEPORT
Countdown: BLOCK_NOTE_BLOCK_PLING, BLOCK_NOTE_BLOCK_HAT
SimplesSpawn-1.0-SNAPSHOT.jarplugins/ folderplugins/SimplesSpawn/config.yml as neededMIT License - See GitHub repository for details