Modrinth · Minecraft mod
BlossomTpa
Blossom-series /tpa command and utilities
Quick answer
Which BlossomTpa release should I use?
BlossomTpa 2.2.14+26.1 targets 26.2 with Fabric, Quilt. 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 BlossomTpa required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This file is marked server-only.
What else does BlossomTpa 2.2.14+26.1 need?
2.2.14+26.1. Change the file and its required mods may change too.
Install BlossomLib first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add BlossomTpa without breaking your instance.
Built for BlossomTpa 2.2.14+26.1. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 2.2.14+26.1. It targets 26.2 with Fabric, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install BlossomLib first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 2.2.14+26.1. It opens that exact file at the source.
About this project
What does BlossomTpa add?
BlossomTpa
BlossomTpa is a Minecraft Fabric mod in the Blossom-series mods that provides /tpa command and utilities
Table of contents
Dependencies
- BlossomLib
- fabric-permissions-api / LuckPerms /
etc. (Optional)
Config
This mod's config file can be found at config/BlossomMods/BlossomTPA.json, after running the server with
the mod at least once.
teleportation: TeleportationConfig -
teleportation settingstimeout: int - (seconds), how long a tpa/tpahere request is active before it timeoutsstandStill: int - (seconds), how long the player has to stand still before being teleportedcooldown: int - (seconds), how long the player has to wait after teleporting using this command, before being able to
teleport again
Commands & their permissions
/tpa <target>- initiates a tpa request to<target>
Permission:blossom.tpa(default: true) ORblossom.tpa.command.tpa(default: true)/tpahere <target>- initiates a tpahere request for<target>
Permission:blossom.tpa.here(default: true) ORblossom.tpa.command.tpahere(default: true)/tpaaccept [<target>]- accepts a tpa/tpahere request from<target>
Permission:blossom.tpa(default: true) ORblossom.tpa.command.tpaaccept(default: true)/tpadeny [<target>]- denies a tpa/tpahere request from<target>
Permission:blossom.tpa(default: true) ORblossom.tpa.command.tpadeny(default: true)/tpacancel [<target>]- cancels a tpa/tpahere request to<target>
Permission:blossom.tpa(default: true) ORblossom.tpa.command.tpacancel(default: true)
A player with the permission blossom.tpa.disallowed will not be able to receive tpa requests.
The player sending the tpa request will receive a warning message, while the player receiving the request will see nothing.
A player with the permission blossom.tpa.accept.always.tpa or blossom.tpa.accept.always.tpahere
will always automatically accept any incoming tpa or tpahere request respectively.
Neither of the players will receive any messages about the request.
A player with the permission blossom.tpa.accept.force.tpa or blossom.tpa.accept.force.tpahere
will always have any outgoing tpa or tpahere request (respectively) automatically forced to be accepted.
Neither of the players will receive any messages about the request.
This behaviour is similar to the vanilla /tp command, but with the stand-still period.
Translation keys
Only keys with available arguments are shown, for full list, please seesrc/main/resources/data/blossom/lang/en_us.json
Note on terms used here:
"initiator" - player who initiated the tpa/tpahere request and can /tpacancel it
"receiver" - player who's received a tpa/tpahere request and has to /tpaaccept or /tpadeny it
blossom.tpa.fail.to-self: 0 argumentsblossom.tpa.fail.disallowed: 1 argument - receiverblossom.tpa.fail.similar: 1 argument - receiverblossom.tpa.fail.multiple: 0 argumentsblossom.tpa.fail.none: 0 argumentsblossom.tpa.fail.none-from: 1 argument - initiatorblossom.tpa.fail.cancel.none-to: 1 argument - receiverblossom.tpa.to.start.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.start.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.timeout.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.timeout.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.accept.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.accept.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.deny.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.deny.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.cancel.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.to.cancel.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.start.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.start.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.timeout.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command,
/tpaaccept command, /tpadeny commandblossom.tpa.here.timeout.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.accept.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.accept.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.deny.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.deny.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.cancel.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny commandblossom.tpa.here.cancel.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
command, /tpadeny command
zh_cn (Chinese, Simplified), zh_tw (Chinese, Traditional) - added by @BackWheel
Project description from Modrinth.
Pick your setup
BlossomTpa by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader builds1.21.5
2 loader builds1.21.4
2 loader buildsShowing the newest 12 of 27 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
BlossomTpa versions and loaders
2.2.14+26.1
blossom-tpa-2.2.14+26.1.jar
20 Jun 2026
2.2.13+26.1
blossom-tpa-2.2.13+26.1.jar
4 May 2026
2.2.12+1.21.9
blossom-tpa-2.2.12+1.21.9.jar
14 Dec 2025
2.2.10+1.21.3
blossom-tpa-2.2.10+1.21.3.jar
11 Oct 2025
2.2.11+1.21.9
blossom-tpa-2.2.11+1.21.9.jar
11 Oct 2025
2.2.9+1.21.3
blossom-tpa-2.2.9+1.21.3.jar
24 Jun 2025
2.2.8+1.21.3
blossom-tpa-2.2.8+1.21.3.jar
31 Mar 2025
2.2.7+1.21.4
blossom-tpa-2.2.7+1.21.4.jar
7 Dec 2024
2.2.6+1.21.3
blossom-tpa-2.2.6+1.21.3.jar
27 Oct 2024
2.2.5+1.21
blossom-tpa-2.2.5+1.21.jar
8 Sept 2024
2.2.4+1.21
blossom-tpa-2.2.4+1.21.jar
18 Jun 2024
2.2.3+1.20.6
blossom-tpa-2.2.3+1.20.6.jar
6 May 2024
Looking for an older file? The official Modrinth project page is in Resources.