Advanced Random Teleport (高级随机传送-[方便玩家进行随机传送的插件])
Advanced Random Teleport是一个非常方便的随机传送插件,为您和您的玩家提供了所有必要的功能以便舒适地使用。
特点:
- 有效找到随机点=> 对服务器负荷低。
- 调整必须避免的方块(熔岩、水、空气等)以保护玩家的安全。
- 调节WorldGuard的区域,在该区域内插件将不会进行传送。
- 在特定世界中禁用插件的能力。
- 方便地调节X和Z的最大和最小值,可以用于指定任何随机传送的矩形/正方形区域。
智能延迟在/rtp命令上。可以分别为每个权限组进行调整。
自定义所有消息的设置可以由您进行调整。
命令:
/rtp- 随机传送到随机位置
/rtp - 将目标玩家随机传送到随机位置
/rtp reload- 重新加载配置和语言文件。
权限:
art.self- 使用/rtp的权限
art.other- 使用/rtp art.reload的权限
art.bypasscd- 跳过冷却的权限
art.cooldown.- 自定义冷却的权限
配置和语言:
config.yml代码:
插件前缀将显示在一些消息之前
prefix: '&f[&6RTP&f]'在这里,您可以设置X和Z的最小和最大值
x-max: 8000 x-min: -8000 z-max: 8000 z-min: -8000在这里您可以禁用/rtp的冷却
cooldown-enabled: true在这里可以指定/rtp的标准冷却时间
时间必须使用s(秒)、m(分)、h(小时)、d(天)进行指定
时间也可以组合使用,例如 2d 23h 43m 27s
standard-cooldown: 20m在这里可以为权限组指定单独的冷却时间
输入自定义冷却的名称,然后
给每个组分配自己的冷却时间。
使用权限的形式:art.cooldown.
例如: art.cooldown.vip
groups-cooldown: vip: 15m premium: 10m在这里可以禁用/rtp在某些世界中的使用
disabled-worlds: - WORLD_NETHER在这里可以指定插件不会传送哪些方块
从而保护玩家
avoid-blocks: - AIR - LAVA - STATIONARY_LAVA - WATER - STATIONARY_WATER - WOOD - WOOL - GLASS - COBBLESTONE - LEAVES - LEAVES_2在这里可以关闭WorldGuard区域检查,如果不需要的话
enable-worldguard-cheks: true在这里可以指定插件不会传送到的区域
disallowed-regions: - spawn
language.yml代码:
messages: no-permissions: '&cYou cant''t use this command!' only-players: '&cFrom console you can use only &b/rtp ' player-not-online: '&cPlayer &e%player% &cnot online!' wait-cooldown: '&cYou can use it again in only &a%time%' world-disabled: '&cRandom teleportation can not be used in this world!' teleport-self: '&fYou were randomly teleported to coordinates: &c%coords%' teleported-by-other: '&fAdmin randomly teleports you to coordinates: &c%coords%' you-teleported-other: '&eYou randomly teleported %player% &eto coordinates: &a%coords%' reload: '&aConfig and language successfully reloaded!'
收录