tpw2

Quick rating

Community listing page, reviews here may not be monitored by the author.

tpw2

No reviews yet

Refactored the tpw mod, implementing more and more powerful teleportation features, including multiple teleportation-related commands.

Mod Loaders
Minecraft

About

Description

  1. 基础传送命令 / Basic Teleportation Commands
    ✅ /tpw <x> <y> <z> - 坐标传送 / Coordinate Teleport
    ✅ /tpw <player> - 玩家传送(支持跨维度、命令补全)/ Teleport to Player (Supports cross-dimension, command completion)
    ✅ /tpw back - 返回上次位置(支持跨维度)/ Return to Previous Location (Supports cross-dimension)

  2. 家园系统 / Home System
    ✅ /tpw home <家名称> - 传送到家(支持跨维度、命令补全)/ Teleport to Home (Supports cross-dimension, command completion)
    ✅ /tpw sethome <家名称> - 设置家 / Set Home
    ✅ /tpw delhome <家名称> - 删除家(命令补全)/ Delete Home (Command completion)
    ✅ /tpw listhomes - 列出所有家 / List All Homes

  3. 地标系统 / Warp System
    ✅ /tpw warp <地标名称> - 传送到地标(支持跨维度、命令补全)/ Teleport to Warp (Supports cross-dimension, command completion)
    ✅ /tpw setwarp <地标名称> - 设置地标 / Set Warp
    ✅ /tpw delwarp <地标名称> - 删除地标(命令补全)/ Delete Warp (Command completion)
    ✅ /tpw listwarps - 列出所有地标 / List All Warps

  4. 配置系统 / Configuration System
    ✅ 地标总数限制:默认100,范围1-1000 / Total Warp Limit: Default 100, Range 1-1000
    ✅ 玩家家数量:默认10,范围1-100 / Player Home Limit: Default 10, Range 1-100
    ✅ 传送冷却:默认1秒,范围1-5秒 / Teleport Cooldown: Default 1 second, Range 1-5 seconds
    ✅ 配置文件:config/tpw2-common.toml / Configuration File: config/tpw2-common.toml

  • 坐标传送:

    • /tpw {x} {y} {z}
    • 将执行者传送到指定坐标,可部分省略(如 /tpw 10 ~ 23 )
    • 玩家传送:

      • /tpw {name}
      • 将执行者传送至指定玩家位置
    • 回到先前:

      • /tpw back
      • 传送到最近一次传送前记录的位置
    • 地标相关:

      • /tpw warp <地标名称>:传送到指定地标
      • /tpw warp set <地标名称>:在当前位置设置/更新全局地标,只允许创建者覆盖自己的地标
      • /tpw warp del <地标名称>:删除指定地标,仅创建者可调用
      • /tpw warp list:列出所有全局地标
      • 注意:地标名称不能与子命令关键字 set/del/list 完全同名(关键字优先匹配)。
    • Coordinate Teleport:

      • /tpw {x} {y} {z}
      • Teleports the executor to the specified coordinates; partial omission is allowed (e.g., /tpw 10 ~ 23)
    • Player Teleport:

      • /tpw {name}
      • Teleports the executor to the specified player's location
    • Return to Previous:

      • /tpw back
      • Teleports to the location recorded before the most recent teleport
    • Waypoint Related:

      • /tpw warp : Teleports to the specified waypoint
      • /tpw warp set : Sets/updates a global waypoint at the current location; only the creator may overwrite their own waypoint
      • /tpw warp del : Deletes the specified waypoint; only the creator may call this command
      • /tpw warp list: Lists all global waypoints
      • Note: Waypoint names must not be exactly identical to the subcommand keywords set/del/list (keywords take priority in matching).