TpManager

一个Minecraft服务器传送管理

工具

一键安装指令

!!MCDR plugin install tpm

作者

数据同步于

...

上次更新

...

最新版本

总下载量

1122

返回插件仓库

Tp Manager

If it's useful, please give a star :)

Feature

  • Teleport between players
  • In game warp points

TODO

  • Linking with login_proxy?

Dependencies

IDRelease Link
kpihttps://github.com/kmcsr/kpi_mcdr/releases

Commands

Tip

Some other plugins also registered !!tp as root command. To avoid conflict, you also can use !!tpm to replace !!tp

Command formatIntroduction
!!tp helpShow help message, aka !!tp
!!tp pos <x> <y> <z>Teleport to <x>, <y>, <z>
!!tp ask <name>Send an teleport request, aka !!tpa
!!tp askhere <name>Send an teleport request to here, aka !!tph
!!tp acceptAccept the teleport request
!!tp rejectReject the teleport request
!!tp cancelCancel your teleport request

Config files

tpm/config.json

{
    "minimum_permission_level": { // Command permissions
        "pos": 2,
        "ask": 1,
        "askhere": 1,
        "accept": 1,
        "reject": 0,
        "cancel": 0
    },
    "teleport_cooldown": 60, // in sec, the minimum teleport operation interval
    "teleport_expiration": 10, // in sec, the teleport request expiration
    "teleport_commands": [ // Command list for teleport players
        "say Teleporting {src} to {dst} ...",
        "tp {src} {dst}",
    ],
    "teleport_xyz_command": "tp {name} {x} {y} {z}" // Command for teleport position
}

自述文件来源:README.MD