Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Bukkit
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
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
- Download the Setspawn Plugin JAR file.
- Place the JAR file into your Spigot server's "plugins" folder.
- 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