rt

                Never    
YAML
       
RandomTeleportation:
  Worlds:
    # World name to use this feature. Add annother one with appropriate name to enable random teleportation
    world:
      Enabled: true
      # Max coordinate to teleport, setting to 1000, player can be teleported between -1000 and 1000 coordinates
      MaxRange: 3000
      # If maxcord set to 1000 and mincord to 500, then player can be teleported between -1000 to -500 and 1000 to 500 coordinates
      MinRange: 500
      CenterX: -159
      CenterZ: 458
      Circle: false
      IgnoreWater: true
      IgnoreLava: true
      minY: 0
      maxY: 256
    mina:
      Enabled: true
      MaxRange: 550
      MinRange: 100
      CenterX: 0
      CenterZ: 0
      Circle: false
      IgnoreWater: true
      IgnoreLava: true
      minY: 0
      maxY: 256
    nether:
      Enabled: true
      MaxRange: 550
      MinRange: 100
      CenterX: -30
      CenterZ: 48
      Circle: false
      IgnoreWater: true
      IgnoreLava: true
      minY: 0
      maxY: 256

Raw Text