Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Links
Creators
Details
Licensed GPL-3.0-or-later
Published 6 months ago
Updated 6 months ago
TPA Forms Bridge v2
A Spigot plugin that integrates TPA (Teleport Ask) functionality with GeyserMenu, providing a beautiful form-based TPA experience for Bedrock players.
âĻ Features
| Feature | Description | |
|---|---|---|
| ðïļ | TPA Button in GeyserMenu | Adds a TPA button with Ender Eye icon to the main GeyserMenu |
| ðĨ | Player List Form | Shows online players with their skins to send TPA requests |
| ⥠| Auto-Accept TPA | Optional per-player setting to automatically accept incoming TPA requests |
| ðŽ | Forms Delivery Toggle | Switch between form-based or chat-based TPA request notifications |
| ðĶī | SkinsRestorer Support | Shows player skins even on cracked servers |
| ðą | Bedrock-Only | Only shows to Bedrock players via Floodgate detection |
ðļ Screenshots
| TPA Menu | TPA Settings |
|---|---|
![]() |
![]() |
| Teleport Menu | Player Action |
|---|---|
![]() |
![]() |
| TPA Accept Menu |
|---|
![]() |
ð Requirements
| Plugin | Status |
|---|---|
| EssentialsX | Required |
| Floodgate | Required |
| GeyserMenuCompanion | Required |
| SkinsRestorer | Optional |
- Paper/Spigot 1.20.4+
- Java 21+
ð Installation
- Install all required plugins â EssentialsX, Floodgate, GeyserMenuCompanion
- Download
TPAFormsBridge-2.0.0-SNAPSHOT.jar - Place it in your
plugins/folder - Restart your server â config generates on first run
âïļ Configuration
# config.yml
# Default settings for new players
defaults:
auto-accept-tpa: false # Auto-accept TPA requests (not TPAHere)
forms-delivery: true # Show TPA requests as forms (vs chat)
# Messages
messages:
tpa-sent: "&aTPA request sent to %player%"
tpa-received: "&e%player% wants to teleport to you"
auto-accepted: "&aTPA request auto-accepted"
ð How It Works
Bedrock player opens inventory
â
GeyserMenu appears
â
Player clicks TPA
â
Player list form opens
â
Player selects target â TPA sent via EssentialsX
â
Target receives form (forms-delivery) or chat message
Player Settings
Each player can individually configure:
- Auto-Accept TPA â automatically accept TPA requests (TPAHere excluded for safety)
- Forms Delivery â receive TPA requests as Bedrock forms instead of chat messages
ð Permissions
| Permission | Description | Default |
|---|---|---|
tpaforms.use |
Access TPA forms | true |
tpaforms.settings |
Access settings menu | true |
ðĻ Building
./gradlew build
Output: build/libs/TPAFormsBridge-2.0.0-SNAPSHOT.jar
ðĶ Dependencies
| Dependency | Purpose |
|---|---|
| GeyserMenu | Geyser extension for form menus |
| GeyserMenuCompanion | Spigot-side API |
| EssentialsX | TPA functionality |
| Floodgate | Bedrock player detection |
ð License
Distributed under the GNU General Public License v3.0. See LICENSE for details.







