Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
简体中文:
本模组为所有玩家添加了 /tpa 系列指令,无需管理员权限即可使用。各项指令及机制说明如下。
指令说明
发送传送请求
/tpa <玩家名>或/tpa <玩家名> false—— 请求传送到目标玩家身边。/tpa <玩家名> true—— 请求目标玩家传送到你的身边。
处理请求
/tpaccept—— 同意当前待处理的传送请求(无论对方是想来你这里,还是希望你去他那里)。/tpadeny—— 拒绝当前待处理的传送请求。
自动处理设置(基于存档)
可使用 /tpasetting <功能> <玩家名> <true|false> 为指定玩家配置自动回应规则。具体功能如下:
autoAccept—— 是否自动接受指定玩家发起的“传送到我这里”请求。autoDeny—— 是否自动拒绝指定玩家发起的“传送到我这里”请求。autoToAccept—— 是否自动接受指定玩家发起的“我传送到他那里”请求。autoToDeny—— 是否自动拒绝指定玩家发起的“我传送到他那里”请求。
示例:/tpasetting autoAccept Steve true 会使您自动接受 Steve 发来的“传送到我这里”请求。
模组配置
配置文件位于 config/epcs-tpa-mod/setting.json(路径分隔符可根据系统使用 \ 或 /)。
修改该文件中的 "language" 值即可切换显示语言,内置 zh_cn 和 en_us 两种。
如需其他语言(例如日语),请在 config/epcs-tpa-mod/lang/ 目录下新建 ja_jp.json 并填写对应翻译,再将 setting.json 中的 "language" 改为 "ja_jp" 即可生效。
核心机制
- 所有玩家均可使用上述指令,无需任何权限。
- 每条传送请求的有效期为 60 秒,若未被对方在时限内接受,则自动失效。
English:
This mod adds the /tpa command series for all players, which can be used without admin privileges. The commands and their mechanics are described below.
Command Guide
Sending a Teleport Request
/tpa <player name>or/tpa <player name> false— Requests to be teleported to the target player's location./tpa <player name> true—— Request that the target player teleport to your location.
Handling Requests
/tpaccept—— Accept the current pending teleport request (whether the other player wants to come to you or have you go to them)./tpadeny—— Reject the current pending teleport request.
Auto-Response Settings (Save-Based)
Use /tpasetting <feature> <player name> <true|false> to configure auto-response rules for a specific player. The available features are as follows:
autoAccept—— Whether to automatically accept “teleport to me” requests initiated by the specified player.autoDeny—— Whether to automatically reject “teleport to me” requests initiated by the specified player.autoToAccept— Whether to automatically accept “Teleport to Me” requests initiated by the specified player.autoToDeny— Whether to automatically reject “Teleport to Me” requests initiated by the specified player.
Example: /tpasetting autoAccept Steve true will cause you to automatically accept “Teleport to Me” requests sent by Steve.
Mod Configuration
The configuration file is located at config/epcs-tpa-mod/setting.json (path separators may be \ or / depending on your system).
Change the “language” value in this file to switch the display language; zh_cn and en_us are built-in options.
For other languages (such as Japanese), create a new ja_jp.json file in the config/epcs-tpa-mod/lang/ directory, fill in the corresponding translations, and then change “language” in setting.json to “ja_jp” for the changes to take effect.
Core Mechanics
- All players can use the above commands without any permissions.
- Each teleport request is valid for 60 seconds; if not accepted by the other party within this timeframe, it will automatically expire.


