https://github.com/cobaltgit/minimaltpa
A minimalistic TPA plugin for Spigot and PaperMC servers
https://github.com/cobaltgit/minimaltpa
java minecraft spigot
Last synced: 16 days ago
JSON representation
A minimalistic TPA plugin for Spigot and PaperMC servers
- Host: GitHub
- URL: https://github.com/cobaltgit/minimaltpa
- Owner: cobaltgit
- License: mpl-2.0
- Created: 2022-11-11T21:44:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T18:25:33.000Z (over 3 years ago)
- Last Synced: 2025-01-26T10:30:55.902Z (over 1 year ago)
- Topics: java, minecraft, spigot
- Language: Java
- Homepage: https://modrinth.com/plugin/minimaltpa
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal TPA
A lightweight TPA plugin for SpigotMC and Paper servers
---
### Commands
* `/tpa|tpask ` - send a teleport request to `player`
* `/tpaccept` - accept your current incoming teleport request
* `/tpdeny` - deny your current incoming teleport request
* `/tpcancel` - cancel your current outgoing teleport request
* `/back` - return to your previous location, where you were before teleporting to someone or dying
---
### Permissions
* `minimaltpa.*` - wildcard permission for operators
* `minimaltpa.tpa` - send TPA requests; defaults to `true`
* `minimaltpa.tpaccept` - accept TPA requests; defaults to `true`
* `minimaltpa.tpdeny` - deny TPA requests; defaults to `true`
* `minimaltpa.tpcancel` - cancel TPA requests; defaults to `true`
* `minimaltpa.back` - return to your location before teleporting to someone or dying; defaults to `true`
* `minimaltpa.bypasscooldown` - bypass the cooldown between TPA requests; defaults to `false` for non-operators
---
### Configuration Options
* `keep-alive` - how long to keep a TPA request alive for until it times out
* `cooldown.tpa` - how long players must wait between sending TPA requests
* `cooldown.back` - how long players must wait between using `/back`
* `allow-back-on-death` - whether to save location of death for `/back`