Simple-Warp-Tpa-Home-Back
No reviews yet
no pop-ups, no prerequisites, complete translation, lightweight teleport mod, supports TPA, home, back,and teleport
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
中文
Simple Warp TPA Home Back
一个轻量级 Fabric 模组,提供 TPA、Home、Warp、Back 四大功能。 没有弹窗,无需前置,完整翻译!装上就能用!
功能总览
| 分类 | 命令 | 权限 | 说明 |
|---|---|---|---|
| Back | /back |
所有人 | 返回死亡地点或上一次传送前的位置(支持跨维度) |
| TPA | /tpa <玩家> |
所有人 | 向目标玩家发送传送请求 |
/tpay |
所有人 | 接受传送请求 | |
/tpan |
所有人 | 拒绝传送请求 | |
| Home | /sethome <名称> |
所有人 | 在当前位置设置家(支持中文名) |
/home <名称> |
所有人 | 传送到指定的家 | |
/homes |
所有人 | 列出所有家(可点击传送) | |
/delhome <名称> |
所有人 | 删除一个家 | |
| Warp | /warp <名称> |
所有人 | 传送到指定传送点 |
/warps |
所有人 | 列出所有传送点(可点击传送) | |
/setwarp <名称> |
OP 专用 | 设置全局传送点(支持中文名) | |
/delwarp <名称> |
OP 专用 | 删除传送点 | |
| 配置 | /swthbconfig maxHomes <数量> |
OP 专用 | 修改每名玩家最大家的数量(默认 5 个) |
/swthbconfig maxWarps <数量> |
OP 专用 | 修改 Warp 最大数量(默认 5 个) | |
/swthbconfig teleportDelay <秒> |
OP 专用 | 修改传送倒计时(默认 0 秒) | |
/swthbconfig backEnabled true/false |
OP 专用 | 开启/关闭 Back 功能(默认关闭) | |
/swthbconfig teleportEffects true/false |
所有人 | 开启/关闭传送粒子效果(默认关闭) | |
/swthbconfig reload |
OP 专用 | 从磁盘重新加载配置 | |
/swthbconfig save |
OP 专用 | 手动保存配置到磁盘 |
功能详情
传送倒计时
- 默认关闭(
teleportDelay: 0) - 开启后,
/tpay、/home、/warp需等待指定秒数才会执行传送 - 等待期间移动则取消传送
- 倒计时显示在动作栏
传送粒子效果
- 默认关闭(
teleportEffectsEnabled: false) - 开启后,每次传送会播放末影人风格的音效和紫色粒子
- 所有人可通过
/swthbconfig teleportEffects true/false自行开关
TPA 传送请求
玩家 A 执行 /tpa 玩家B 后:
- 玩家 A 收到:"[玩家B] 的传送请求已发送,等待回应..."
- 玩家 B 收到:"[玩家A] 请求传送到你的位置 [接受] [拒绝]"
- 接受 / 拒绝 按钮可在聊天栏直接点击执行
- 请求超时时间:60 秒
- 支持跨维度传送
Home 家系统
- 每位玩家默认最多 5 个家(可通过
/swthbconfig修改) - 家名称支持中文(如
/sethome 工业区) - 家名相同自动更新坐标(不增加数量)
/homes列表中的家名可点击直接传送
Warp 全局传送点
- Warp 是管理员设置的全局公共传送点,所有玩家可用
/warps列出所有公共传送点,每条可点击传送- 支持中文名(如
/setwarp 出生点)
Back 返回
- 使用
/back返回到上一次传送前的位置;如没有传送记录,则返回上一次死亡地点 - 支持跨维度返回
- 功能默认关闭,需 OP 通过
/swthbconfig backEnabled true开启 - 玩家下线后 back 点自动清除
配置文件
所有数据保存在 saves/<存档>/data/simple-warp-tpa-home-back/data.json,
{
"maxHomes": 5,
"maxWarps": 5,
"teleportDelay": 0,
"teleportEffectsEnabled": false,
"backEnabled": false,
"homes": {
"玩家UUID": [
{ "name": "home1", "world": "minecraft:overworld", "x": 100, "y": 64, "z": 200, "yaw": 0, "pitch": 0 }
]
},
"warps": {
"spawn": { "world": "minecraft:overworld", "x": 0, "y": 70, "z": 0, "yaw": 0, "pitch": 0 }
}
}
- 修改自动保存:每次使用
/sethome、/delhome、/setwarp、/delwarp、/swthbconfig自动写入文件 - 服务器关闭自动保存
- 服务器启动自动加载
多语言支持
内置简体中文、繁體中文、英文、西班牙文、印地語、阿拉伯語、法文、日文、俄文语言文件。
- 客户端装有 mod → 根据客户端语言显示翻译
- 客户端未装 mod → 显示简体中文
欢迎提交添加更多语言。
Simple Warp TPA Home Back
A lightweight Fabric mod featuring four core functions: TPA, Home, Warp, and Back. No pop-up windows, no required dependencies, fully localized translations! Install and play instantly!
Feature Overview
| Category | Command | Permission | Description |
|---|---|---|---|
| Back | /back |
All Players | Return to your last death location or pre-teleport position (cross-dimension supported) |
| TPA | /tpa <player> |
All Players | Send a teleport request to the target player |
/tpay |
All Players | Accept an incoming teleport request | |
/tpan |
All Players | Decline an incoming teleport request | |
| Home | /sethome <name> |
All Players | Set a home at your current position |
/home <name> |
All Players | Teleport to the specified home | |
/homes |
All Players | List all your homes (clickable for instant teleport) | |
/delhome <name> |
All Players | Delete a specific home | |
| Warp | /warp <name> |
All Players | Teleport to the specified public warp |
/warps |
All Players | List all public warps (clickable for instant teleport) | |
/setwarp <name> |
OP Only | Create a global public warp point | |
/delwarp <name> |
OP Only | Delete a public warp point | |
| Config | /swthbconfig maxHomes <amount> |
OP Only | Adjust the maximum number of homes per player (default: 5) |
/swthbconfig maxWarps <amount> |
OP Only | Adjust the global maximum number of warps (default: 5) | |
/swthbconfig teleportDelay <seconds> |
OP Only | Change the teleport countdown (default: 0 seconds) | |
/swthbconfig backEnabled true/false |
OP Only | Enable/disable the Back feature (default: off) | |
/swthbconfig teleportEffects true/false |
All Players | Toggle teleport particle effects (default: off) | |
/swthbconfig reload |
OP Only | Reload configuration data from disk | |
/swthbconfig save |
OP Only | Manually save all configuration to disk |
Feature Details
Teleport Countdown
- Off by default (
teleportDelay: 0) - When enabled,
/tpay,/home, and/warpwait the specified number of seconds before teleporting - Moving during the countdown cancels the teleport
- Countdown is displayed on the action bar
Teleport Particle Effects
- Off by default (
teleportEffectsEnabled: false) - When enabled, plays an Enderman-style teleport sound and purple particles on every teleport
- All players can toggle this via
/swthbconfig teleportEffects true/false
TPA Teleport Request System
When Player A runs /tpa PlayerB:
- Player A receives: "Teleport request sent to [PlayerB], waiting for response..."
- Player B receives: "[PlayerA] requests to teleport to your location [Accept] [Deny]"
- The [Accept] and [Deny] buttons are clickable directly in chat
- Request timeout duration: 60 seconds
- Cross-dimension teleportation supported
Player Home System
- Each player has a default limit of 5 homes (adjustable via
/swthbconfig) - Home names support Chinese characters (e.g.
/sethome Industrial Zone) - Re-setting a home with an identical name overwrites coordinates without consuming an extra home slot
- Home names in the
/homeslist are clickable for instant teleport
Public Warp Points
- Warps are global public teleport locations created exclusively by server OPs, accessible to all players
- Run
/warpsto view all public warps; each entry is clickable for one-click teleport - Chinese names supported (e.g.
/setwarp spawn)
Back Command
- Run
/backto return to your position before the last teleport; if no teleport record exists, you will be sent to your last death location - Supports cross-dimension return
- This feature is disabled by default; OPs can enable it via
/swthbconfig backEnabled true - Back points are automatically cleared when a player disconnects
Configuration File
All data is stored in saves/<save>/data/simple-warp-tpa-home-back/data.json:
{
"maxHomes": 5,
"maxWarps": 5,
"teleportDelay": 0,
"teleportEffectsEnabled": false,
"backEnabled": false,
"homes": {
"PlayerUUID": [
{ "name": "home1", "world": "minecraft:overworld", "x": 100, "y": 64, "z": 200, "yaw": 0, "pitch": 0 }
]
},
"warps": {
"spawn": { "world": "minecraft:overworld", "x": 0, "y": 70, "z": 0, "yaw": 0, "pitch": 0 }
}
}
- Auto-save on edits: Changes made via
/sethome,/delhome,/setwarp,/delwarp, and/swthbconfigare automatically written to the file - Auto-save on server shutdown
- Auto-load on server startup
Multilingual Support
Built-in language files: Simplified Chinese, Traditional Chinese, English, Spanish, Hindi, Arabic, French, Japanese, and Russian.
- If the client has this mod installed: text displays according to the client's game language setting
- If the client does not have this mod installed: text defaults to Simplified Chinese
Contributions for additional translations are welcome.
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources