一个不会造成卡顿的快速随机传送指令。
/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": "[✖] 传送已取消。"
}
} 友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:51,175 | 历史访问人次:134,593
今日访问人数:2,355 | 今日访问人次:2,530
昨日访问人数:21,836 | 昨日访问人次:27,080
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6