|
1 | 1 | # Dans-Spawn-System |
2 | | -An open source plugin that allows players to use signs to select a custom spawn in their world. |
| 2 | + |
| 3 | +## Description |
| 4 | + |
| 5 | +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. |
| 6 | + |
| 7 | +## Installation |
| 8 | + |
| 9 | +### First Time Installation |
| 10 | + |
| 11 | +1. Download the plugin from [SpigotMC](https://www.spigotmc.org/resources/dans-spawn-system.95997/). |
| 12 | +2. Place the jar in the `plugins` folder of your server. |
| 13 | +3. Restart your server. |
| 14 | + |
| 15 | +## Usage |
| 16 | + |
| 17 | +### Documentation |
| 18 | + |
| 19 | +- [User Guide](USER_GUIDE.md) – Getting started and common scenarios |
| 20 | +- [Commands Reference](COMMANDS.md) – Complete list of all commands |
| 21 | +- [Configuration Guide](CONFIG.md) – Detailed configuration options |
| 22 | + |
| 23 | +### Wiki & Additional Resources |
| 24 | + |
| 25 | +- [Wiki Guide](https://github.com/Dans-Plugins/Dans-Spawn-System/wiki) |
| 26 | + |
| 27 | +## Support |
| 28 | + |
| 29 | +You can find the support Discord server [here](https://discord.gg/xXtuAQ2). |
| 30 | + |
| 31 | +### Experiencing a bug? |
| 32 | + |
| 33 | +Please fill out a bug report [here](https://github.com/Dans-Plugins/Dans-Spawn-System/issues/new). |
| 34 | + |
| 35 | +- [Known Bugs](https://github.com/Dans-Plugins/Dans-Spawn-System/issues?q=is%3Aissue+is%3Aopen+label%3Abug) |
| 36 | + |
| 37 | +## Contributing |
| 38 | + |
| 39 | +- [CONTRIBUTING.md](CONTRIBUTING.md) |
| 40 | +- [Notes for Developers](https://github.com/Dans-Plugins/Dans-Spawn-System/wiki) |
| 41 | + |
| 42 | +## Testing |
| 43 | + |
| 44 | +### Automated Tests |
| 45 | + |
| 46 | +This project does not currently include automated unit tests. |
| 47 | + |
| 48 | +To verify that the project builds successfully, run: |
| 49 | + |
| 50 | +Linux: |
| 51 | + |
| 52 | + mvn clean package |
| 53 | + |
| 54 | +Windows: |
| 55 | + |
| 56 | + mvn.cmd clean package |
| 57 | + |
| 58 | +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. |
| 59 | + |
| 60 | +## Development |
| 61 | + |
| 62 | +### Manual Testing on a Server |
| 63 | + |
| 64 | +1. Build the plugin: `mvn clean package` |
| 65 | +2. Copy the resulting jar from `target/` into your server's `plugins/` folder (exclude `original-*.jar`). |
| 66 | +3. Start your test server and verify the plugin loads without errors. |
| 67 | + |
| 68 | +## Authors |
| 69 | + |
| 70 | +### Developers |
| 71 | + |
| 72 | +| Name | Main Contributions | |
| 73 | +|------|--------------------| |
| 74 | +| DanTheTechMan | Original author and lead developer | |
3 | 75 |
|
4 | 76 | ## License |
5 | 77 |
|
6 | 78 | This project is licensed under the [GNU General Public License v3.0](LICENSE) (GPL-3.0). |
7 | 79 |
|
8 | 80 | You are free to use, modify, and distribute this software, provided that: |
| 81 | + |
9 | 82 | - Source code is made available under the same license when distributed. |
10 | 83 | - Changes are documented and attributed. |
11 | 84 | - No additional restrictions are applied. |
12 | 85 |
|
13 | 86 | See the [LICENSE](LICENSE) file for the full text of the GPL-3.0 license. |
| 87 | + |
| 88 | +## Project Status |
| 89 | + |
| 90 | +This project is in active development. |
| 91 | + |
| 92 | +### bStats |
| 93 | + |
| 94 | +You can view the bStats page for the plugin [here](https://bstats.org/plugin/bukkit/DansSpawnSystem/12161). |
0 commit comments