BetterSpawn

BetterSpawn

Plugin

spawn plugin

Server Game MechanicsManagementOptimizationTransportation

91 downloads
0 followers
Created8 months ago
Updated8 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Setspawn Plugin

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.

Features

  • /setspawn: Set a custom spawn point at your current location. The plugin will save the world, coordinates (rounded to one decimal place), yaw, and pitch to its configuration file. only OP.
  • /spawn: Teleport to the previously set custom spawn point. If no spawn point has been set, you will receive a notification.
  • /delspawn: Delete the custom spawn point. If no spawn point exists, you will be informed. only OP.

Installation

  1. Download the Setspawn Plugin JAR file.
  2. Place the JAR file into your Spigot server's "plugins" folder.
  3. Start or reload your Spigot server.

Configuration

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.

Example Configuration:

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

Project members

Ghost

Owner


Technical information

License
MIT
Project ID