Back to mods
TPA Utilities project artwork

Modrinth · Minecraft mod

TPA Utilities

Add "Ask for Teleportation" commands to your server!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which TPA Utilities release should I use?

Updated 1 year ago
Latest stable file 1.2.0
Game version 1.21.1
Loader Fabric

TPA Utilities 1.2.0 targets 1.21.1 with Fabric. Do not install it on the client. It must be installed on the dedicated server. All 1 required mods have matching files.

Where it goes

Is TPA Utilities required on the client, server, or both?

Do not install it on the client. It must be installed on the dedicated server.

Client Not supported
Dedicated server Required
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked server-only.

What else does TPA Utilities 1.2.0 need?

1.2.0. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup.

Fabric API Needed by TPA Utilities 1.2.0
required
Matching file found Matched file: 0.116.17+1.21.1

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add TPA Utilities without breaking your instance.

Built for TPA Utilities 1.2.0. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.2.0. It targets 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.2.0. It opens that exact file at the source.

About this project

What does TPA Utilities add?

What is this mod?

TPA Utilities is a server-side mod that adds new commands to your server!
This mod only adds TPA (Ask for Teleportation) commands.

What new commands?

Here is the list :

  • /tpa [player_name] : Send a teleport request to the player. If the player accepts, you will be teleported to the player. If the player don't respond after 60 seconds, the request expires.
  • /tpahere [player_name] : Send a teleport request to the player. If the player accepts, he will be teleported to you. If the player don't respond after 60 seconds, the request expires.
  • /tpaccept : Accept the last teleport request that was sent to you.
  • /tpadeny : Refuse the last teleport request that was sent to you.
  • /tpacancel : Cancel all your teleport requests that are pending.
  • /tpalock : Enable/Disable the ability of other players to send you teleport requests.
  • /tpalanguage [language] : Change the language used by the mod for the player.

What is the translations system?

With versions 1.1.0+ a new config file "tpa_translations.json" is automatically generated on server start, you can add translations as below that your players can use with the /tpalanguage command (here i added a french translation):

{
  "en": {
    "error_tpa_yourself": "Error : You can\u0027t tpa to yourself.",
    "error_tpa_disabled": "This player has disabled tpa.",
    "error_tpa_already_asked": "Error : You\u0027ve already asked to tpa to this player.",
    "wants_tpa_teleport": "%s wants to teleport to you! Accept with /tpaccept or click here!",
    "tpa_sent": "Your tpa request has been sent!",
    "tpa_expired": "Your tpa request has expired.",
    "error_tpahere_yourself": "Error : You can\u0027t tpahere to yourself.",
    "error_tpahere_disabled": "This player has disabled tpahere.",
    "error_tpahere_already_asked": "Error : You\u0027ve already asked to tpahere to this player.",
    "wants_tpahere_teleport": "%s wants you to teleport to him! Accept with /tpaccept or click here!",
    "tpa_here_sent": "Your tpahere request has been sent!",
    "tpahere_expired": "Your tpahere request has expired.",
    "teleport_success": "You have been successfully teleported!",
    "error_tpaccept": "Error : There is no tpa to accept.",
    "tpa_refused": "Your tpa request has been refused.",
    "tpahere_refused": "Your tpahere request has been refused.",
    "error_tpadeny": "Error : There is no tpa to deny.",
    "tpacancel_success": "All of your tpa and tpahere requests have been cancelled!",
    "tpalock_activated": "TPA lock activated!",
    "tpalock_deactivated": "TPA lock deactivated!",
    "tpalanguage_success": "TPA language changed!",
    "tpalanguage_failure": "Error : The language provided is invalid.",
    "version": "1.1"
  },
  "fr": {
    "error_tpa_yourself": "Erreur : Vous ne pouvez pas vous téléporter à vous-même.",
    "error_tpa_disabled": "Ce joueur a désactivé le tpa.",
    "error_tpa_already_asked": "Erreur : Vous avez déjà demandé à vous téléporter à ce joueur.",
    "wants_tpa_teleport": "%s veut se téléporter à vous ! Acceptez avec /tpaccept ou cliquez ici !",
    "tpa_sent": "Votre demande de téléportation a été envoyée !",
    "tpa_expired": "Votre demande de téléportation a expiré.",
    "error_tpahere_yourself": "Erreur : Vous ne pouvez pas vous téléporter à vous-même.",
    "error_tpahere_disabled": "Ce joueur a désactivé le tpahere.",
    "error_tpahere_already_asked": "Erreur : Vous avez déjà demandé à vous téléporter à ce joueur.",
    "wants_tpahere_teleport": "%s veut que vous vous téléportiez à lui ! Acceptez avec /tpaccept ou cliquez ici !",
    "tpa_here_sent": "Votre demande de tpahere a été envoyée !",
    "tpahere_expired": "Votre demande de tpahere a expiré.",
    "teleport_success": "Vous avez été téléporté avec succès !",
    "error_tpaccept": "Erreur : Il n'y a pas de demande de téléportation à accepter.",
    "tpa_refused": "Votre demande de téléportation a été refusée.",
    "tpahere_refused": "Votre demande de tpahere a été refusée.",
    "error_tpadeny": "Erreur : Il n'y a pas de demande de téléportation à refuser.",
    "tpacancel_success": "Toutes vos demandes de tpa et tpahere ont été annulées !",
    "tpalock_activated": "Verrouillage du TPA activé !",
    "tpalock_deactivated": "Verrouillage du TPA désactivé !",
    "tpalanguage_success": "Langue du TPA modifiée avec succès !",
    "tpalanguage_failure": "Erreur : La langue fournie est invalide.",
    "version": "1.1"
  }
}

Project description from Modrinth.

Pick your setup

TPA Utilities by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

6 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

TPA Utilities versions and loaders

18 of 18 releases match

Looking for an older file? The official Modrinth project page is in Resources.