Dans-Spawn-System is a Minecraft plugin that allows players to use signs to select a custom spawn point in their world. Server operators place [Spawn] signs with coordinates, and players right-click those signs to set their personal respawn location.
- Download the plugin from SpigotMC.
- Place the jar in the
pluginsfolder of your server. - Restart your server.
- User Guide – Getting started and common scenarios
- Commands Reference – Complete list of all commands
- Configuration Guide – Detailed configuration options
You can find the support Discord server here.
Please fill out a bug report here.
This project does not currently include automated unit tests.
To verify that the project builds successfully, run:
Linux:
mvn clean package
Windows:
mvn.cmd clean package
If you see BUILD SUCCESS, the project compiled successfully. For validating functional changes, follow the steps in the Development section below to run the plugin on a test server.
- Build the plugin:
mvn clean package - Copy the resulting jar from
target/into your server'splugins/folder (excludeoriginal-*.jar). - Start your test server and verify the plugin loads without errors.
| Name | Main Contributions |
|---|---|
| DanTheTechMan | Original author and lead developer |
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
You are free to use, modify, and distribute this software, provided that:
- Source code is made available under the same license when distributed.
- Changes are documented and attributed.
- No additional restrictions are applied.
See the LICENSE file for the full text of the GPL-3.0 license.
This project is in active development.
You can view the bStats page for the plugin here.