FanTPA

Quick rating

FanTPA

No reviews yet

一个功能强大的 Minecraft Fabric 传送模组,提供 TPA、Home、Back 等传送功能,具备高级特性。A powerful Minecraft Fabric teleportation mod that provides TPA, Home, Back and other teleportation features with advanced capabilities.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

FanTPA

A powerful Minecraft Fabric teleportation mod that provides TPA, Home, Back and other teleportation features with advanced capabilities.


中文版本 | English

Features

Core Features

  • Asynchronous Chunk Loading - Advanced async chunk loading system ensures smooth teleportation without server lag
  • Custom Language Support - Full support for custom translations with 17+ built-in languages
  • High Version Compatibility - Supports Minecraft 26.1+

TPA Teleportation System

Command Description Permission
/tpa <player> Send teleport request to another player All players
/tpahere <player> Request another player to teleport to you All players
/tpaccept <player> Accept teleport request All players
/tpdeny <player> Deny teleport request All players

Home System

Command Description Permission
/home [name] Teleport to your home (default home if no name specified) All players
/sethome [name] Set current location as home (default home if no name) All players
/delhome <name> Delete specified home All players

Back Feature

Command Description Permission
/back Return to last death or teleport location All players

Admin Commands

Command Description Permission
/tpall Teleport all online players to your location OP only

Advanced Features

Asynchronous Chunk Loading

FanTPA implements an advanced asynchronous chunk loading mechanism that:

  • Loads destination chunks in the background without blocking the main thread
  • Provides smooth teleportation experience even in remote locations
  • Prevents server lag during teleportation operations

Custom Language Support

  • 17+ built-in languages with full translation coverage
  • Easy-to-use language configuration system
  • Support for adding custom language packs

High Version Compatibility

  • Server version requirement: >= 26.1
  • Regular updates to support latest Minecraft versions

Installation

Server Installation

  1. Ensure your server has Fabric Loader and Fabric API installed
  2. Place FanTPA-x.x.x.jar into the server's mods folder
  3. Start the server, the mod will automatically generate config files

Client Installation (Optional)

  • If you want to use in single player, install Fabric Loader and Fabric API as well
  • Place the mod in client's mods folder

Configuration File

The mod will automatically generate a config file at config/fantpa/fantpa.conf on first run.

Config Structure

fantpa {
    teleport { 
        timeout = 30    # TPA request timeout in seconds
        cooldown = 5    # Teleport cooldown in seconds
        delay = 3       # Teleport delay in seconds
    }
    language { 
        default-language = "en_us"  # Default language setting
    }
    commands {
        tpa { enabled = true }      # Enable /tpa command
        tpahere { enabled = true }  # Enable /tpahere command
        back { enabled = true }     # Enable /back command
        home { enabled = true }     # Enable /home command
        sethome { enabled = true }  # Enable /sethome command
        delhome { enabled = true }  # Enable /delhome command
    }
}

Config Options

Option Type Default Description
teleport.timeout int 30 TPA request timeout, auto-cancelled if not responded
teleport.cooldown int 5 Cooldown between teleports to prevent spamming
teleport.delay int 3 Delay before teleportation, allows canceling
language.default-language string "en_us" Default language for the mod
commands.*.enabled boolean true Enable/disable specific commands

How to Modify Config

  1. Stop the server
  2. Edit config/fantpa/fantpa.conf file
  3. Save and restart the server

Building from Source

Requirements

  • Java 25 or higher
  • Git

Build Steps

  1. Clone the repository
git clone https://github.com/yourusername/FanTPA.git
cd FanTPA
  1. Build the mod
# Windows
gradlew.bat build

# Linux/macOS
./gradlew build
  1. Get the output Built jar file will be located at build/libs/FanTPA-1.0.0.jar

Development Commands

Command Description
gradlew runClient Launch development client
gradlew runServer Launch development server
gradlew build Build the mod
gradlew sourcesJar Generate sources jar

Supported Languages

Code Language
zh_cn Chinese (Simplified)
zh_tw Chinese (Traditional)
en_us English
de_de German
es_es Spanish
fr_fr French
ja_jp Japanese
ko_kr Korean
lzh Chinese (Literary)
pt_br Portuguese (Brazil)
ru_ru Russian
it_it Italian
pl_pl Polish
tr_tr Turkish
th_th Thai
vi_vn Vietnamese
uk_ua Ukrainian

Event System

The mod provides rich events for other mods to listen:

  • TpaRequestEvent - Fired when a TPA request is sent
  • TpaHereRequestEvent - Fired when a TPAHere request is sent
  • TpaAcceptEvent - Fired when a teleport request is accepted
  • TpaDenyEvent - Fired when a teleport request is denied
  • HomeSetEvent - Fired when a home is set
  • HomeTeleportEvent - Fired when teleporting home
  • BackEvent - Fired when using /back
  • TeleportEvent - Fired when a teleport occurs

Technical Information

  • Mod ID: fantpa
  • Version: 1.0.0
  • Minecraft Version: 1.20.1+
  • Server Version Requirement: >= 26.1
  • Dependency: Fabric API

License

MIT License

Contributing

Contributions are welcome! Feel free to submit issues and pull requests.

Screenshots

Gallery

  • 演示图片
    演示图片 演示图片

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works