▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Simple-Warp-Tpa-Home-Back
Simple-Warp-Tpa-Home-Back

Simple-Warp-Tpa-Home-Back

no pop-ups, no prerequisites, complete translation, lightweight teleport mod, supports TPA, home, back,and teleport

Оцените первым
4.2K
2
中文

Simple Warp TPA Home Back

一个轻量级 Fabric 模组,提供 TPAHomeWarpBack 四大功能。 没有弹窗,无需前置,完整翻译!装上就能用!


功能总览

分类命令权限说明
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/falseOP 专用开启/关闭 Back 功能(默认关闭)
/swthbconfig teleportEffects true/false所有人开启/关闭传送粒子效果(默认关闭)
/swthbconfig reloadOP 专用从磁盘重新加载配置
/swthbconfig saveOP 专用手动保存配置到磁盘

功能详情

传送倒计时

  • 默认关闭(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

CategoryCommandPermissionDescription
Back/backAll PlayersReturn to your last death location or pre-teleport position (cross-dimension supported)
TPA/tpa <player>All PlayersSend a teleport request to the target player
/tpayAll PlayersAccept an incoming teleport request
/tpanAll PlayersDecline an incoming teleport request
Home/sethome <name>All PlayersSet a home at your current position
/home <name>All PlayersTeleport to the specified home
/homesAll PlayersList all your homes (clickable for instant teleport)
/delhome <name>All PlayersDelete a specific home
Warp/warp <name>All PlayersTeleport to the specified public warp
/warpsAll PlayersList all public warps (clickable for instant teleport)
/setwarp <name>OP OnlyCreate a global public warp point
/delwarp <name>OP OnlyDelete a public warp point
Config/swthbconfig maxHomes <amount>OP OnlyAdjust the maximum number of homes per player (default: 5)
/swthbconfig maxWarps <amount>OP OnlyAdjust the global maximum number of warps (default: 5)
/swthbconfig teleportDelay <seconds>OP OnlyChange the teleport countdown (default: 0 seconds)
/swthbconfig backEnabled true/falseOP OnlyEnable/disable the Back feature (default: off)
/swthbconfig teleportEffects true/falseAll PlayersToggle teleport particle effects (default: off)
/swthbconfig reloadOP OnlyReload configuration data from disk
/swthbconfig saveOP OnlyManually save all configuration to disk

Feature Details

Teleport Countdown

  • Off by default (teleportDelay: 0)
  • When enabled, /tpay, /home, and /warp wait 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 /homes list are clickable for instant teleport

Public Warp Points

  • Warps are global public teleport locations created exclusively by server OPs, accessible to all players
  • Run /warps to view all public warps; each entry is clickable for one-click teleport
  • Chinese names supported (e.g. /setwarp spawn)

Back Command

  • Run /back to 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 /swthbconfig are 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.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.2.x26.1.x1.21.x1.20.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:1 месяц назад
Обновлён:1 неделю назад
Главная