Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Creators
Details
Licensed ARR
Published 22 hours ago
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
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 <joueur> | Request to teleport to a player | arktpa.use |
| /tpahere <joueur> | 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 <joueur> | Teleport a player to you (admin) | arktpa.tphere |
| /tpco <x> <y> <z> | Teleport to coordinates | arktpa.tpco |
🔐 Permissions
| Permission | Description | Défaut / 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+ | ✅ |
| Folia | 1.21.x | 21+ | ✅ |
| Paper | 26.x | 25+ | ✅ |
| Folia | 26.x | 25+ | ✅ |
| Spigot | any | — | ❌ |
🐛 Debug
debug: true
🆘 Support
📜 License
© 2026 Arklandia Studios — All Rights Reserved


