Overview
ArkTpa is a complete player-to-player teleportation system for Folia. Players send teleportation requests that expire automatically, and accept or deny them. Admins can teleport players without a request or teleport to precise coordinates.
Features
- Requests with expiration — configurable timeout (default 300 s)
- Notification sound — sound alert on request received
- TPA and TPAHere — request to join or be joined
- Admin teleport — /tphere and /tpco for staff
- Folia-compatible — regionalized scheduler, zero multi-thread conflict
- Bilingual — French and English included (lang/fr.json, lang/en.json)
- Debug mode — detailed logs toggled with a single config flag
Installation
Drop the .jar into plugins/ and restart.
Required:
- Paper or Folia 1.21.x (Java 21+) or Paper/Folia 26.x (Java 25+)
- No required dependencies
Configuration
Code (Text):
language: fr
debug: false
teleport-request:
timeout: 300 # Expiry in seconds
enable-sound: true # Notification sound
commands:
tpa:
enabled: true
tpaccept:
enabled: true
tpdeny:
enabled: true
tpcancel:
enabled: true
tphere:
enabled: true
tpco:
enabled: true
tpahere:
enabled: true
Language
| File |
Language |
| lang/fr.json |
French |
| lang/en.json |
English |
Commands
| Command |
Description |
Permission |
| /tpa <player> |
Request to teleport to a player |
arktpa.use |
| /tpahere <player> |
Request a player to come to you |
arktpa.use |
| /tpaccept |
Accept a teleport request |
arktpa.use |
| /tpdeny |
Deny a request |
arktpa.use |
| /tpcancel |
Cancel your own request |
arktpa.use |
| /tphere <player> |
Teleport a player to you (admin) |
arktpa.tphere |
| /tpco <x> <y> <z> |
Teleport to coordinates |
arktpa.tpco |
Permissions
| Permission |
Description |
Default |
| arktpa.user |
All user commands |
default |
| arktpa.use |
tpa, tpaccept, tpdeny, tpcancel, tpahere |
default |
| arktpa.admin |
Admin commands (tphere, tpco) |
op |
| arktpa.tphere |
Teleport a player to you without request |
op |
| arktpa.tpco |
Teleport to coordinates |
op |
Compatibility
| Platform |
Version |
Java |
Supported |
| Paper |
1.21.x |
21+ |
Yes |
| Folia |
1.21.x |
21+ |
Yes |
| Paper |
26.x |
25+ |
Yes |
| Folia |
26.x |
25+ |
Yes |
| Spigot |
any |
-- |
No |
Debug
Support
License
© 2026 Arklandia Studios — All Rights Reserved