• >
  • 辅助Mod
  • >
  • 传送请求 (TeleportationRequest)
传送请求 (TeleportationRequest)
模组属性评比

距离显示结果还剩4票~

路过的这位少侠,你觉得这款Mod怎么样,可否愿意来评一评它呢?登录并评比
更新日志
  • 暂无日志..

历史编辑记录更多
    管理组申请

      暂无管理组..

    编辑组申请

      暂无编辑组..

    活跃
    开源

    传送请求

    TeleportationRequest

    0.0

    无人问津

    昨日指数: 26
    昨日平均指数: 86.130

    1.76万

    总浏览

    --

    资料填充率


    下载本模组
    • 介绍

      传送请求是 Neutron 同名功能的独立实现。

      指令列表

      指令作用权限节点(仅 LuckPerms 加载时)
      /trtpa 玩家名称请求传送到目标玩家的位置
      tprequest.common.tpa
      /trtpahere 玩家名称请求目标玩家传送到发送者的位置
      tprequest.common.tpahere
      /trtpcancel取消待定请求
      tprequest.common.tpcancel
      /trtpaccept接受待定请求tprequest.common.tpaccept
      /trtpdeny拒绝待定请求tprequest.common.tpdeny
      /trtpignore忽略待定请求tprequest.common.tpignore
      /tprequest help查看所有相关指令及用途tprequest.common.help
      /tprequest reload重载配置文件tprequest.admin.reload

      注:本模组默认为所有 /trxxx 指令注册简短版本,如 /tpaccept(/trtpaccept)。可在配置文件中调整。

      配置文件

      Forge

      .minecraft/config/tprequest-common.toml

      # 传送请求-配置文件
      [general]
         # 传送请求被接受后,作用于请求发送者的冷却时间(刻)
         #Range: > 0
         tpCd = 600
         # 传送请求的有效时间(刻)
         #Range: > 0
         expirationTime = 1200
         # 是否注册简短版本指令
         shortAlternatives = true
         # 传送成功后播放的提示音,留空("")以关闭
         notificationSound = "minecraft:entity.enderman.teleport"

      Fabric < 1.1.0

      .minecraft/config/TeleportationRequest-Config.properties

      # 传送请求-配置文件
      # 传送请求被接受后,作用于请求发送者的冷却时间(刻)
      tpCd=100
      # 传送请求的有效时间(刻)
      expirationTime=1200
      # 是否注册简短版本指令
      shortAlternatives=true
      # 传送成功后播放的提示音,留空以关闭
      notificationSound=minecraft:entity.enderman.teleport

      Fabric ≥ 1.1.0

      .minecraft/config/tprequest.yaml

      !!committee.nova.tprequest.cfg.TprConfig
      # 传送请求的有效时间(刻)
      expirationTime: 600
      # 传送成功后播放的提示音,留空以关闭
      notificationSound: minecraft:entity.enderman.teleport
      # /trtpa 的别名(替代指令)
      saTpa: [tpa]
      # /trtpaccept 的别名
      saTpaccept: [tpaccept, tpyes]
      # /trtpahere 的别名
      saTpahere: [tpahere]
      # /trtpcancel 的别名
      saTpcancel: [tpcancel]
      # /trtpdeny 的别名
      saTpdeny: [tpdeny, tpno]
      # /trtpignore 的别名
      saTpignore: [tpignore]
      # 传送请求被接受后,作用于请求发送者的冷却时间(刻)
      tpCd: 600

      注意事项

      • 权限节点仅当 LuckPerms 加载时可用;

      • 若需在面向原版客户端的服务器中使用本模组,请在服务端安装 Server Translation API 以保证本地化功能可用;

      • 可以将本模组加入整合包。

    短评加载中..