Go to file
2026-04-28 12:19:37 +09:00
gradle bump 26.1 2026-04-28 12:19:37 +09:00
src/main/kotlin/net/hareworks/on_join_spawn パーミッションの退出時保存 2026-04-09 23:02:21 +09:00
.gitattributes Initial commit: on-join-spawn plugin 2025-12-09 06:11:44 +09:00
.gitignore Update .gitignore 2025-12-12 02:02:05 +09:00
build.gradle.kts bump 26.1 2026-04-28 12:19:37 +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