Calling hook CanUseLockedEntity resulted in a conflict
If you deposit anything to the bank,items gone... Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: Bank - False (Boolean), Vanish (True (Boolean))
The hook conflict warning is something Vanish would need to update for, as it should be returning null instead of true there.

The bank issue is not related to the warning, which there is an open issue for already.
i removed vanish and bank plugins (both). restarted server, and uploaded only bank plugin... conflict messages gone, but bank plugin instead of depositing items, deleting them.

Merged post

Vanish author: Whispers88

Your bank plugin is using the same hook call as vanish and they are giving opposite values. I suggest contacting the author of bank.

rbazz
Vanish author: Whispers88

Your bank plugin is using the same hook call as vanish and they are giving opposite values. I suggest contacting the author of bank.

The CanUseLockedEntity hook is a boolean hook, which means you return true or false to allow it or not. By returning false, that action would be denied. By returning true, that action would be allowed, but this is the default action generally so returning null, not true would avoid this conflict warning.

It is a bit of an odd thing with hooks, but unfortunately it would need to be fixed in Vanish this way to avoid the hook warning.

Ok i got it what you saying... But i cant understand why bank no more working after rust global updates "even if no vanish installed" ?
The bank plugin has an issue outside of this hook, which I mentioned above. There's a thread under its support section regarding that issue.
thank you