
BetterSpawn - Custom Respawn Point
BetterSpawn is a specialized plugin for Minecraft servers based on Spigot that offers a simple and effective way to set up individual respawn points, instantly teleport to them, and manage these settings through in-game commands.
Key Features
/setspawn - Allows you to save a custom respawn point at your current location. The system automatically stores all necessary parameters: game world, coordinates (with precision up to one decimal place), view angle, and pitch. Available exclusively for server operators.
/spawn - Instantly teleports you to the previously saved personal respawn point. If no point has been set yet, you will receive a corresponding notification.
/delspawn - Deletes a previously set respawn point. If no active point exists, the system will inform you about it. Command access is restricted to operator privileges.
Installation Guide
- Download the BetterSpawn plugin JAR file
- Place the obtained file in the "plugins" folder on your Spigot server
- Restart the server or perform a reload
Configuration and Settings
The configuration file config.yml
provides extensive opportunities for customizing messages and setting initial respawn point parameters. You can use color codes (for example, &a for green color) to format message texts.
Example configuration file:
messages:
successSetSpawn: "&aRespawn location set!"
failedSpawnIsNotBeenSetYet: "&cRespawn point has not been set yet!"
successTeleportSpawn: "&aTeleporting to respawn point!"
thisCommandIsOnlyPlayer: "This command can only be used by players!"
successDelSpawn: "&aRespawn point deleted!"
failedDeleteSpawnDoesNotExist: "&cNo saved respawn point to delete!"
spawn:
world: world
x: 0.0
y: 64.0
z: 0.0
yaw: 0.0
pitch: 0.0