/
The Setspawn Plugin is a custom plugin for the Minecraft Spigot server that allows players to set a custom spawn point, teleport to it, and delete it using in-game commands.
The plugin's configuration file (config.yml) allows you to customize messages and set the initial spawn location. You can use color codes (e.g., &a for green) in the configuration to personalize the messages.
messages:
successSetSpawn: "&aSpawn location set!"
failedSpawnIsNotBeenSetYet: "&cSpawn location has not been set yet!"
successTeleportSpawn: "&aTeleported to spawn!"
thisCommandIsOnlyPlayer: "Only players can use this command!"
successDelSpawn: "&aSpawn location deleted!"
failedDeleteSpawnDoesNotExist: "&cSpawn location does not exist to delete!"
spawn:
world: world
x: 0.0
y: 64.0
z: 0.0
yaw: 0.0
pitch: 0.0
