Go to file
2025-12-09 07:19:34 +09:00
gradle/wrapper Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00
src/main/kotlin/net/hareworks/on_join_spawn feat: 整数座標の補正 2025-12-09 07:19:34 +09:00
.gitattributes Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00
.gitignore Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00
build.gradle.kts Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00
gradlew Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00
gradlew.bat Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00
README.md Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00
settings.gradle.kts Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00

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

./gradlew shadowJar

The compiled plugin will be in build/libs/on-join-spawn-1.0-min.jar