下载量
20,117
关注数
27
数据来源
Modrinth
模组详细介绍
Fast RTP
一个不会造成卡顿的快速随机传送指令。
指令
-
/rtp- 将玩家传送到随机位置。 -
/rtpback- 将玩家传送回他们上一次的随机传送位置。 -
/rtp- 将指定玩家传送到随机位置。需要权限。 -
/rtp reload- 重新加载配置文件。
权限
-
fast-rtp.command.root- 当requirePermission设置为true时,允许玩家使用/rtp指令。 -
fast-rtp.command.advanced- 允许你将其他玩家随机传送,指定维度、半径等。 -
fast-rtp.command.reload- 重新加载配置文件。 -
fast-rtp.bypass.cooldown- 允许玩家绕过随机传送冷却时间。
配置
配置文件位于 /config/fast-rtp.json
{
// 使用 /rtp 是否需要玩家拥有 "fast-rtp.command.root" 权限。
"requirePermission": false,
// /rtp 是否应使用玩家当前所在的世界。
// 如果为 false,当指令中未指定维度时,将使用默认世界。
"useCurrentWorld": false,
// 添加严格的传送/移动检查,以防止玩家使用指令逃离危险情况。
"useStrictTeleportCheck": false,
// /rtp 使用的默认维度。
"defaultDimension": "minecraft:overworld",
// 从世界中心搜索安全位置的最大半径。
// 如果设置为 -1,半径将延伸至世界边界。
"radius": -1,
// 从世界中心搜索安全位置的最小半径。
"minRadius": 0,
// 检查周围危险方块的半径。此值不会超过 4。
"safetyCheckRadius": 1,
// 使用 /rtp 后应用的冷却时间(秒)。
"cooldown": 30,
// 可以被位置查找器跳过的特定生物群系标识符。
// 这些也可用于跳过昂贵的区块加载,显著加快位置查找速度。
"blackListedBiomes": [
"minecraft:small_end_islands",
"minecraft:the_end",
"minecraft:the_void"
],
// 可以被位置查找器跳过的生物群系标签。
"blackListedBiomeTags": [
"minecraft:is_beach",
"minecraft:is_ocean",
"minecraft:is_deep_ocean",
"minecraft:is_river"
],
// 指令消息。文本格式使用 https://placeholders.pb4.eu/user/text-format/。
"messages": {
"rtpStartSearch": "正在搜索安全位置...",
"rtpLocFound": "在 ${seconds} 秒内找到了安全位置",
"rtpTeleportPlayer": "已传送到 ${x} ${y} ${z} 位于 ${world}",
"rtpLocNotFound": "[✖] 无法找到安全位置!",
"rtpOnCooldown": "[✖] 请等待 ${seconds} 秒后再使用随机传送!",
"preventedRtp": "[✖] 无法开始随机传送。\n原因:${reason}",
"rtpBackSuccess": "已传送回你上一次的随机传送位置!",
"rtpBackLocNotFound": "[✖] 你没有最近的随机传送记录。",
"preventedRtpBack": "[✖] 无法传送回你上一次的随机传送位置。\n原因:${reason}",
"tpSecondsLeft": "将在 ${seconds} 秒后传送...",
"tpCancelled": "[✖] 传送已取消。"
}
} 基本信息
模组名称FastRTP
作者Wesley1808
下载量20,117
关注数27
支持版本1.19.2 - 26.1
加载器fabric
客户端unsupported
服务端required