Skip to content

Latest commit

 

History

History
94 lines (53 loc) · 2.67 KB

File metadata and controls

94 lines (53 loc) · 2.67 KB

Dans-Spawn-System

Description

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.

Installation

First Time Installation

  1. Download the plugin from SpigotMC.
  2. Place the jar in the plugins folder of your server.
  3. Restart your server.

Usage

Documentation

Wiki & Additional Resources

Support

You can find the support Discord server here.

Experiencing a bug?

Please fill out a bug report here.

Contributing

Testing

Automated Tests

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.

Development

Manual Testing on a Server

  1. Build the plugin: mvn clean package
  2. Copy the resulting jar from target/ into your server's plugins/ folder (exclude original-*.jar).
  3. Start your test server and verify the plugin loads without errors.

Authors

Developers

Name Main Contributions
DanTheTechMan Original author and lead developer

License

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.

Project Status

This project is in active development.

bStats

You can view the bStats page for the plugin here.