TeleportRequest
Ask a friend to warp over, they say yes, and no one gets ambushed.
TeleportRequest lets ASA players ask to teleport to each other with a yes or no prompt, a combat block, cooldowns, and an optional point cost for safe warps.
TeleportRequest is a consent based teleport plugin for ARK Survival Ascended servers. Players use /tpa to ask to go to a friend or /tphere to call one over, and the other player says yes or no. A combat block stops teleport from being used to run from a fight, cooldowns keep it fair, and you can charge points per warp. It runs fine with no ArkShop and no Permissions installed.
Supported Features
- Two way requests:
/tpasends you to a player and/tpherecalls a player to you, and both need a yes. - Consent prompt: no one is moved without saying yes first, so no surprise pulls.
- Combat block: after a player takes or deals damage, I lock teleport for a set number of seconds so it can not be used to flee.
- Per player cooldown: each player waits between teleports, with a shorter cooldown for your VIP group.
- Warmup hold: an optional short hold before the warp, and if either player is hit during it the teleport cancels and any points come back.
- Dino check: block a teleport when a player is riding a mount, so mounts do not ride along.
- Distance limit: cap how far apart two players can be for a warp, or leave it off.
- Point cost: charge ArkShop points per teleport, taken on accept and returned if the warp fails.
- Request timeout: a request that no one answers clears itself after a set time.
- Discord log: post each good teleport to a channel through a webhook.
- Rename anything: every command word lives in
config.json, so you set the words your server uses.
Console & RCON Commands
| Command | What It Does | Where |
|---|---|---|
TeleportRequest.Reload |
Reload the config without a server restart | Both |
TeleportRequest.ClearCooldown <eos> |
Clear one player's teleport cooldown | Console |
TeleportRequest.TestDiscord |
Send a test post to the Discord webhook | Console |
Player Commands
Command names live in config.json, so you can rename them or turn one off.
| Command | What It Does |
|---|---|
/tpa <player> |
Ask to teleport to a player |
/tphere <player> |
Ask a player to come to you |
/tpaccept [name] |
Accept a request. Add a name to pick one when many are waiting |
/tpdeny [name] |
Turn down a request |
/tpcancel |
Cancel the requests you sent out |
Permissions
| Node | What It Unlocks |
|---|---|
TeleportRequest.Use |
Lets a player use teleport at all |
TeleportRequest.VIP |
Gives the shorter VIP cooldown |
If Permissions.dll is not installed, TeleportRequest fails open. Everyone can teleport with the normal cooldown.
Config
To see every configuration option, visit our docs. To edit your config files the easy way, open our configuration editor.
Requirements
- AsaApi v2.01 or newer
- Windows server
- ArkShop (optional, works without it, only needed for the point cost)
- Permissions (optional, works without it, only needed to gate use and the VIP cooldown)
Installation
- Unzip the download and drop the
TeleportRequestfolder intoArkApi/Plugins/so the folder name matches the DLL. - Open
TeleportRequest/config.jsonand set your command words, cooldowns, and combat block. - Save the file.
- Restart the server.
- Watch
ArkApi.logfor the line that says TeleportRequest loaded, and you are live.
Support & Help
Need a hand or hit a snag? Join the Discord and I will help you get it running: https://discord.gg/8GGaEzWk9p
Frequently Asked Questions
What does TeleportRequest do?
TeleportRequest lets players ask to teleport to each other with a yes or no prompt. One player uses /tpa to go to a friend or /tphere to call one over, and the other player accepts or denies. A combat block, cooldowns, and an optional point cost keep it fair and safe.
Does TeleportRequest work without ArkShop or Permissions? Yes. TeleportRequest runs fine on its own. ArkShop is only needed if you want to charge points per teleport, and Permissions is only needed if you want to gate who can teleport or hand out the VIP cooldown. With neither installed, teleports are free and open to all.
How do I install TeleportRequest?
Unzip TeleportRequest and put the TeleportRequest folder into your server's ArkApi/Plugins/ folder. Edit config.json to set your commands and rules, then restart the server. Check ArkApi.log for the loaded line to confirm it is running.
Can players teleport out of a fight?
No, that is the point of the combat block. When a player takes or deals damage, TeleportRequest locks teleport for the seconds you set in BlockInCombatSeconds. You can turn the block off by setting it to 0.
Can I rename the teleport commands?
Yes. Every command word lives in config.json under Commands. Rename /tpa, /tphere, /tpaccept, /tpdeny, and /tpcancel to whatever your players expect, or set one to an empty string to turn it off.
TeleportRequest v0.0.1
All versions
- v0.0.1Jul 21, 2026
- TeleportRequest-v0.0.1.zip