on-join-spawn/README.md

22 lines
552 B
Markdown

# on-join-spawn
A Paper plugin that teleports players to the world spawn point when they join the server.
## Features
- Automatically teleports players to spawn on login
- Players with `onjoinspawn.ignore` permission bypass the teleportation
- Uses highest event priority to ensure players never appear at their logout location
## Permissions
- `onjoinspawn.ignore` - Allows players to bypass spawn teleportation (default: false)
## Building
```bash
./gradlew shadowJar
```
The compiled plugin will be in `build/libs/on-join-spawn-1.0-min.jar`