980
收录服务器
1273
注册
39 268
玩家
Random Teleport [All world types supported] [1.19.1]
将玩家传送到随机的安全位置。支持保护插件和所有World类型。
作 者 DarkEyeDragon
发布时间 2020年3月13日
支持核心 Spigot
原生版本
支持版本 1.13,1.14,1.15,1.16,1.17,1.18,1.19
点此下载

RandomTeleport 是一款 Minecraft 随机传送插件,旨在提供快速、安全且可配置的传送体验。它支持多种 Minecraft 版本,并具有异步计算、队列系统、安全区域检测、冷却系统、经济支持、黑名单以及死亡保护等功能。

🚀 RandomTeleport

⭐ 插件特性

  • 原生 Minecraft 版本:1.16
  • 测试 Minecraft 版本:1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19
  • 源代码:GitHub
  • 捐赠链接:PayPal
  • 快速异步计算
  • 队列系统预先生成安全位置,玩家可以立即传送,没有延迟。
  • 保证传送到一个安全的生物群系和位置
  • Tab 键补全和建议
  • 易于使用和配置
  • 冷却系统
  • 传送延迟(可配置)
  • 如果玩家移动则取消传送(可切换)
  • 经济支持 (Vault)
  • 黑名单系统,用于将生物群系和方块列入黑名单
  • 死亡保护。如果玩家在传送后死亡,他们的物品栏将被恢复(默认关闭)
  • 使用 MiniMessage 实现颜色和 RGB 支持
  • 支持的领地插件: 可以支持几乎所有的领地插件。有一个完整的插件系统来帮助你完成这个。
  • 在这些领地中的位置将被认为是不安全的。
  • 启用领地支持的步骤:
    1. 下载插件的插件。你可以在这里找到我制作的插件。
    2. 启动服务器,并将 rtp 插件添加到 plugins 文件夹中
    3. 转到插件文件夹 (RandomTeleport) 并将插件 jar 添加到“addons”文件夹
    4. 重新启动服务器,它现在将拾取该插件。
    5. 不再 rtp 进入已声明的土地
  • 此插件使用香草世界边界。不是来自 worldborder 插件的 worldborder。请记住这一点。如果您使用 worldborder 插件,请将 use_worldborder 设置为 false,并将半径设置为与 worldborder 相同。
  • 如果您使用的是 Paper,它将异步加载区块并在准备就绪后传送玩家。
  • 在此处获取最新版本:Jenkins

⚙️ 使用方法

指令:

/rtp [name|world] [world]

例如:

/rtp darkeyedragon world
/rtp world

🌈 RGB 支持 (1.16.1+)

如果你使用的是 Minecraft 1.16 或更高版本,你可以在配置文件中使用 MiniMessage 格式来设置颜色消息。 MiniMessage 文档

一个基本示例:

<red>this is red text</red>

🔑 权限

以下是 RandomTeleport 插件的权限列表:


permissions:
  rtp.teleport.*:
    description: give all teleport permissions
    children:
      rtp.teleport.self: true
      rtp.teleport.other: true
      rtp.teleport.bypass: true
      rtp.teleport.world: true
  rtp.*:
    description: give all rtp commands
    children:
      rtp.teleport.*: true
      rtp.teleportdelay.bypass: true
      rtp.eco.*: true
  rtp.eco.*:
    description: bypass all economy restrictions
    children:
      rtp.eco.bypass: true
  rtp.admin.*:
    description: give all admin commands
    children:
      rtp.admin.removeworld: true
      rtp.admin.addworld: true
      rtp.admin.resetcooldown: true
      rtp.admin.reload: true
      rtp.admin.setprice: true
  rtp.teleport.self:
    description: random teleport yourself
  rtp.teleport.other:
    description: random teleport others
  rtp.teleport.world:
    description: random teleport to any world that doesnt require extra permissions
  rtp.teleport.bypass:
    description: bypass the cooldown
  rtp.teleportdelay.bypass:
    description: bypass initial tp delay
  rtp.eco.bypass:
    description: bypass economy costs
  rtp.admin.removeworld:
    description: allow admins to remove worlds from the config
  rtp.admin.addworld:
    description: allow admins to add worlds to the config
  rtp.admin.resetcooldown:
    description: allow admins to reset the cooldown timer of players
  rtp.admin.reload:
    description: allow admins to reload the plugin configs and repopulate queues
  rtp.admin.setprice:
    description: allow admins to set the teleport costs

🐛 已知问题

  • ACF 用于命令,重新加载时可能会导致语言键中断,无法正确显示错误消息。
  • 如果半径太小,并且该区域内没有安全区块,插件将在尝试 50 次后无提示失败,且没有警告。

报告问题

在此处报告问题或加入支持 Discord:

问题汇报