[TPM] TeleportManager

[TPM] TeleportManager

A mod that grants regular players TP (Teleportation) permissions in the server, without allowing them to freely teleport to others.

by
6.0K Downloads
fabricmanagement
Rent Server with this Mod

About this Mod

Welcom

A mod that grants regular players TP (Teleportation) permissions in the server, without allowing them to freely teleport to others.

一个用于在服务器中给予普通玩家 TP 权限,但不至于让玩家随意 TP 别人的模组。

理论上其它版本也可以使用,如果有人测试发现某个版本可用的话,可以在 Github 中提交 issue。

指令

参数解释(尖括号<>表示必填,方括号[]表示可选):

  • level: 维度名称(比如:minecraft:overworld
  • pos: 坐标(比如:1 5 6
  • player: 玩家名称
  • force: 是否强制请求(可选值:true/false

指令列表:

  • tphelp: 获取帮助信息
  • tpp: 传送到当前世界的主城/出生点
  • tpp <level>: 传送到指定世界的主城/出生点
  • tpp <pos>: 传送到当前世界的指定坐标
  • tpp <level> <pos>: 传送到指定世界的指定坐标
  • tpa <player> [force]: 请求传送到指定玩家,forcetrue 时自动取消已发起的传送请求
  • tphere <player> [force]: 请求将指定玩家传送到自己,forcetrue 时自动取消已发起的传送请求
  • tphome: 传送到家
  • tpspawn: 传送到重生点
  • tpconfig set: 调整设置
  • tpconfig get: 读取设置
  • tpm set: 修改服务器指定设置
  • tpm get: 读取服务器指定设置
  • tpm set person <player>: 修改指定玩家的指定配置(要求 3 级管理员)
  • tpm reload: 重新加载配置文件
  • tpaccept [player]: 接受指定玩家/所有人发起的传送请求(对于 tphere,必须携带 player 参数)
  • tpreject [player]: 拒绝指定玩具/所有人发起的传送请求

普通用户可调参数列表(通过 tpconfig 调整):

  • home: 用于设置家的坐标

    调用方式:tpconfig set home
  • auto_reject: 用于开启或关闭自动拒绝传送请求的功能

    调用方式:tpconfig set auto_reject true/false
  • auto_accept: 用于开启或关闭自动接受传送请求的功能

    调用方式:tpconfig set auto_accept true/false

    注:不支持自动接受 tphere 发起的传送请求

管理员可调参数列表(通过tpm

  • main: 用于设置指定世界的主城坐标

    调用方式:tpm set main [level] [pos]

    注:levelpos 要么都填,要么都不填,不填表示设置到当前位置

配置文件

配置存储在 /config/tpm.json 文件中,若文件不存在将会自动生成,其中会包含一个格式范例(建议修改时将其删除),配置文件示例如下:

{
  "version": 1,
  "default": {
    "auto_accept": [
      {
        "regex": "^bot_",
        "value": true
      }
    ],
    "auto_reject": [
      {
        "regex": ".*",
        "value": false
      }
    ],
    "home": [
      {
        "regex": ".*",
        "value": ["minecraft:overworld", 114514, 75.3, 415411]
      }
    ]
  }
}

其中每一项数组中越靠前的优先级越大,regex 使用正则表达式匹配玩家名称。如果一个玩家 auto_rejectauto_accept 均为 true,则 auto_reject 生效。

所有布尔类型的全局缺省值均为 false,非基本类型的全局缺省值均为 null。上述 json 仅为范例,实际使用中建议删除与全局缺省值相同的配置(会影响性能)。

Available Versions

[TPM] TeleportManager 1.4.5release
MC 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6fabric
February 1, 2025
[TPM] TeleportManager 1.4.5release
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4fabric
February 1, 2025
[TPM] TeleportManager 1.4.4release
MC 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6fabric
August 28, 2024
[TPM] TeleportManager 1.4.3release
MC 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6fabric
August 14, 2024
[TPM] TeleportManager 1.4.2release
MC 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6fabric
July 25, 2024

How to Install [TPM] TeleportManager on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.4).

3

Install Mod

Open the mod browser in the dashboard and search for "[TPM] TeleportManager". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

1.21.4, 1.21.3, 1.21.2 (+12 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

[TPM] TeleportManager server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.4). You can switch loaders with one click in the panel.

Is [TPM] TeleportManager compatible with fabric?

[TPM] TeleportManager officially supports fabric for Minecraft 1.21.4, 1.21.3, 1.21.2. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with [TPM] TeleportManager – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if [TPM] TeleportManager consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install [TPM] TeleportManager with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU General Public License v3.0 or later
Server-side
Required

Supported Versions

1.21.41.21.31.21.21.21.11.211.20.61.20.51.20.41.20.31.20.2+5 more