4TPA
A Paper/Folia TPA plugin
4TPA
4TPA
A Paper/Folia TPA plugin.


Commands
- `/back` - Teleport to your previous location - `/tpa <player>` - Request to teleport to a player - `/tpaccept [player]` - Accept a TPA request from any player or from a specific player - `/tpacceptall` - Accept all TPA requests - `/tpahere <player>` - Request a player to teleport to you - `/tpcancel` - Cancel a TPA request - `/tpdeny [player]` - Deny a TPA request from any player or from a specific player - `/tpdenyall` - Deny all TPA requests
Admin Commands
- `/tpaoffline <player>` - Request to teleport to an offline player - `/tpreload` - Reload the plugin configuration
Configuration
```yml
Whether to enable debug logging or not.
This is helpful for when requests are not going through as expected.
debug: false
Which language file to use within plugins/4TPA/lang
lang: en_US
How many blocks away from the original location should a teleport be considered a teleport?
This is mainly used for /back
minimum_tpa_track_distance: 50.0
When a TPA request should auto-cancel
tpa_timeout: 60
How long a player should wait before the TPA request teleports them.
The delay is in seconds and players can move while they wait.
tpa_delay: -1 ```
Permissions
```yml fourtpa.back: default: true description: Allows the player to use the /back command fourtpa.back.ondeath: default: true description: Allows the player to use the /back command when they die fourtpa.instant: default: op description: Allows the player to use the /tpa command without a delay fourtpa.reload: default: op description: Allows the player to use the /tpareload command fourtpa.tpa: default: true description: Allows the player to use the /tpa command fourtpa.tpaccept: default: true description: Allows the player to use the /tpaccept command fourtpa.tpacceptall: default: true description: Allows the player to use the /tpacceptall command fourtpa.tpahere: default: true description: Allows the player to use the /tpahere command fourtpa.tpaoffline: default: op description: Allows the player to use the /tpaoffline command fourtpa.tpcancel: default: true description: Allows the player to use the /tpacancel command fourtpa.tpdeny: default: true description: Allows the player to use the /tpadeny command fourtpa.tpdenyall: default: true description: Allows the player to use the /tpdenyall command ```