
A plugin that only has TPA commands!
A plugin that only has TPA commands!
| Command | Description | Permission |
|---|---|---|
/tpa <player> |
Send a teleport request | exonlytpa.tpa |
/tpahere <player> |
Request player to teleport to you | exonlytpa.tpahere |
/tpaccept [player] |
Accept a teleport request | exonlytpa.accept |
/tpdeny [player] |
Deny a teleport request | exonlytpa.deny |
/tpatoggle [on/off] |
Toggle receiving requests | exonlytpa.toggle |
/tpauto [on/off] |
Toggle auto-accept | exonlytpa.auto |
/tpaignore <player> |
Ignore player's requests | exonlytpa.ignore |
/tpcancel [player] |
Cancel your request | exonlytpa.cancel |
/exonlytpa reload |
Reload the plugin | exonlytpa.reload |
plugins folderplugins/ExOnlyTPA/config.yml# Language Settings
language: en-EN # Available: en-EN, tr-TR, de-DE, ru-RU, pt-BR, custom
# Request timeout in seconds
request-timeout: 30
# Teleport countdown in seconds
teleport-countdown: 3
# Enable auto-accept feature
allow-auto-accept: true
# Block ender pearl during countdown
block-enderpearl-during-countdown: true
# Sound effects (requires Minecraft 1.9+)
sounds:
enabled: true
send-request: true
receive-request: true
accept: true
deny: true
countdown: true
teleport: true
Note: Sound effects only work on Minecraft 1.9+. The plugin will still function perfectly on 1.8, but without sounds.
| Permission | Description | Default |
|---|---|---|
exonlytpa.* |
Access to all commands | op |
exonlytpa.tpa |
Use /tpa command | true |
exonlytpa.tpahere |
Use /tpahere command | true |
exonlytpa.accept |
Use /tpaccept command | true |
exonlytpa.deny |
Use /tpdeny command | true |
exonlytpa.toggle |
Use /tpatoggle command | true |
exonlytpa.auto |
Use /tpauto command | true |
exonlytpa.ignore |
Use /tpaignore command | true |
exonlytpa.cancel |
Use /tpcancel command | true |
exonlytpa.reload |
Reload the plugin | op |
exonlytpa.bypass.cooldown |
Bypass request cooldown | op |
This project is licensed under the MIT License