Well it does not even need to be that complicated. If your vbulletin options array is available on all pages your plugin just needs to be
Code:
Content visible to verified customers only.
then in any plugin you can use an if clause like so
Code:
Content visible to verified customers only.
or if its in templates
Code:
Content visible to verified customers only.