I had to revert back to previous Vanish version. Was getting console spammed with this ...



Whispers88
As for the bot spawn issue the developer for it will need to fix his plugin. Also note that bot spawn is no longer supported by umod.
The hook warning is actually an issue with Vanish. You should not return false to stop hook execution, use true. True is the standard in public plugins to avoid that warning, even though they are technically the same outcome and not actually a conflict.
Object hooks: true to stop, null to continue.
Bool hooks: true to allow, false to disallow.