Back to mods
BlossomTpa project artwork

Modrinth · Minecraft mod

BlossomTpa

Blossom-series /tpa command and utilities

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

Quick answer

Which BlossomTpa release should I use?

Updated last month
Latest stable file 2.2.14+26.1
Game version 26.2
Loader Fabric, Quilt

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.

Client Not supported
Dedicated server Required
Loader for this release Fabric, Quilt
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 BlossomTpa 2.2.14+26.1 need?

2.2.14+26.1. Change the file and its required mods may change too.

All 1 required mods have matching files

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

BlossomLib Needed by BlossomTpa 2.2.14+26.1
required
Matching file found Matched file: 2.6.0+26.2

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.

  1. 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.

  2. 02

    Bring the mods it needs

    Install BlossomLib 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 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

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 settings
timeout: int - (seconds), how long a tpa/tpahere request is active before it timeouts
standStill: int - (seconds), how long the player has to stand still before being teleported
cooldown: 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) OR blossom.tpa.command.tpa (default: true)
  • /tpahere <target> - initiates a tpahere request for <target>
    Permission: blossom.tpa.here (default: true) OR blossom.tpa.command.tpahere (default: true)
  • /tpaaccept [<target>] - accepts a tpa/tpahere request from <target>
    Permission: blossom.tpa (default: true) OR blossom.tpa.command.tpaaccept (default: true)
  • /tpadeny [<target>] - denies a tpa/tpahere request from <target>
    Permission: blossom.tpa (default: true) OR blossom.tpa.command.tpadeny (default: true)
  • /tpacancel [<target>] - cancels a tpa/tpahere request to <target>
    Permission: blossom.tpa (default: true) OR blossom.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 see
src/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 arguments
  • blossom.tpa.fail.disallowed: 1 argument - receiver
  • blossom.tpa.fail.similar: 1 argument - receiver
  • blossom.tpa.fail.multiple: 0 arguments
  • blossom.tpa.fail.none: 0 arguments
  • blossom.tpa.fail.none-from: 1 argument - initiator
  • blossom.tpa.fail.cancel.none-to: 1 argument - receiver
  • blossom.tpa.to.start.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.start.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.timeout.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.timeout.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.accept.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.accept.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.deny.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.deny.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.cancel.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.to.cancel.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.here.start.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.here.start.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.here.timeout.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command,
    /tpaaccept command, /tpadeny command
  • blossom.tpa.here.timeout.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.here.accept.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.here.accept.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.here.deny.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.here.deny.receiver: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.tpa.here.cancel.initiator: 6 arguments - timeout length, initiator, receiver, /tpacancel command, /tpaaccept
    command, /tpadeny command
  • blossom.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.

54 available setups

Showing 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

25 of 25 releases match

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