RandomTeleport icon

RandomTeleport 7.28.3

Randomly teleport you to a safe location (on ground, not on tree nor ocean) Factions supported!!

Hi!I can’t use it in the nether and the end,how should I option it to apply for this
did you read the config?

did you enable NETHER and THE_END environment?
did you read the config?

did you enable NETHER and THE_END environment?
yeah,i enabled,but it not work
how did you enable them?
# This is a template config file
# define your parameter and its value like:
Messages:
  ErrorMsg : "&c[随机传送] : 貌似出现了一些小错误,请联系管理员."
  NoSuchPlayer : "&c[随机传送] : 玩家不在线!"
  NoSuchWorld : "&c[随机传送] : 错误的世界名!"
  Teleported : "&a[随机传送] : 成功随机传送!"
  CooldownMsg : "&a[随机传送] 正在冷却中,您还需等待 &b%remaining% &a秒."
  NoPermission: "&c[随机传送] : 你没有权限这么做."
  NotInThisEnvironment: "&c[随机传送] : 你不能在这个环境里随机传送(&e%env%&c)."
  TPDelayMsg : "&a你将在 %time% 秒内被传送!"
  NotEnoughFundMsg : "&c你需要 &e$%amount% &c才能完成!"
  DeductionMsg : "&a[随机传送] &e%amount% &a(%type%) 已支付!传送即将开始..."
  RefundMsg : "&a[随机传送] &e%amount% &a(%type%) 已经退还至你的账户."
  WaitingForTP : "&c[随机传送] 你已经在等待传送状态!"
  TPCancelled : "&c[随机传送] 传送已取消!"
  NoSafePlace : "&c[随机传送] 无法找到安全地点进行传送!"
  FoundSafePlace : "&a[随机传送] 找到了一块安全地点进行传送."
  WaitingChunk : "&a[随机传送] 正在等待区块加载."
  LookingForSafePlace : "&a[随机传送] 正在寻找一块安全地点以进行传送."

HelpMessages:
  banner:
    msg: "=== &e[&a随机传送指令列表 (%version%)&e] &r===" 
  help:
    msg: "&a/rt help : 显示帮助."
  reload:
    msg: "&a/rt reload : 重载插件."
    permission: "randomteleport.reload"
  debug:
    msg: "&a/rt debug : 打开/关闭调试模式."
    permission: "randomteleport.debug"
  teleport:
    msg: "&a/rt [w:worldname][cx:center-x][cz:center-z][rx:x-radius][rz:z-radius][r:radius] : 传送到指定世界中可控的随机范围内(可自定)"
    permission: "randomteleport.teleport"
  teleportOther:
    msg: "&a/rt otherplayer [w:worldname][cx:center-x][cz:center-z][rx:x-radius][rz:z-radius][r:radius] : 传送其他玩家到指定世界中可控的随机范围内(可自定)"
    permission: "randomteleport.teleport.other"

# Default radius, for old server whcih does not have World.getWroldBorder() method
# this value will be used as a default radius.
DefaultRadius: 100

# Default center.
DefaultCenter:
  x: 0
  y: 0
  z: 0

# economy related
# choices of economy system: "Money", "Token" or "Exp"
Economy: "Money"
Price: 10

# delay til the teleportation is initiated (in seconds)
TPDelay: 3

Cooldown: 300  #in seconds

EnabledEnvironment:
  - NORMAL
  - NETHER
  - THE_END

#if you set this option to true, the cooldown will be tracked for each world.
UseWorldBased: false

# Timeout in seconds before it gives up looking for a safe location to land.
TimeOut: 10

# a player with randomteleport.sign.use can click the sing to execute /rt w:world
# a player with randomteleport.sign.create can create the RT sign.
# 1st line of the RT sign is reserved for [RT]
# 2nd line of the RT sign is reserved for world id.

RTSign:
  world:  #short world id  (incase the world name is long)
    world: "world"
    lore:
      - "&a传送至该世界"
      - "&a任意位置"
  nether:
    world: "world_nether"
    lore:
      - "&a传送至该世界"
      - "&a任意位置"
  end:
    world: "world_the_end"
    lore:
      - "&a传送至该世界"
      - "&a任意位置"

# you can nominate the min/max boundaries of each world if you do not wish to
# use the worldborder.
# if the limits are not specified here, by default, the plugin will use the worldboarder
#
# you can also specify the center of the specified world.
WorldLimits:
  world_nether:
    xRadius: 1000
    zRadius: 2000
#    xCenter: 0
#    yCenter: 100
#    zCenter: 200
#  bigworld:
#    xRadius: 3000
#    zRadius: 2000

#
# RT will try not to select the blocks listed here as the landing block
AvoidBlocks:
#  - SAND
#  - GRAVEL

#
# No-Go WorldGuard Region
AvoidWGRegions:
#  - spawn

#
# if this option is true, all player who joined will be teleported to a random location.
RandomTPOnJoin: false
# this is the world a player wil be randomly teleported when they join.
JoinTPWorld: undefined
# if this option is true, random tp on join is executed only if a player joined the server
# for the first time.
OnlyAtFirstJoin: false

#
# if this option is true, all player who respawn (typically from death)
# will be teleported to a random location.
RandomTPOnRespawn: false
# this is the world a player will be randomly teleported when they respawn.
RepawnTPWorld: undefined

# Vist https://polymart.org/resource/randomteleport.136 to see what region plugins are supported
RegionPlugins:
  world:
    - WorldGuard
  plotworld:
    - WorldGuard
    - PlotSquared
  pvp:
    - WorldGuard
    - Factions

# if the destination worlds are not specified as command line argument
# worlds listed below will be randomly picked to find a safe landing place.
TargetWorlds:
  - world_the_end
  - world_nether
  - world
  - plotworld

it's all the config
please do not use discussion for support.  all my plugins' support is provided at vk2gpz.freshdesk.com
okay,i will,please reply soon