Calling hook CanUseLockedEntity resulted in a conflict
This plugin seems to be causing a conflict with Vanish randomly, when trying to open something that has a key lock (not a codelock) on it:
Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: Vanish - True (Boolean), Bank (False (Boolean))
Additionally, if I use /viewbank to see another players bank, I then cannot view my own bank anymore as /bank continues to open that players bank.

if players open doors with code lock owned by his friend. you really need use this hook?

Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: Bank - False (Boolean), AutomaticAuthorization (True (Boolean))
Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: Bank - False (Boolean), AutomaticAuthorization (True (Boolean))
Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: Bank - False (Boolean), AutomaticAuthorization (True (Boolean))
Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: Bank - False (Boolean), AutomaticAuthorization (True (Boolean))
Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: Bank - False (Boolean), AutomaticAuthorization (True (Boolean))
You can change "return True" to "return null" to avoid the warning, though that will not likely fix the issue if one is returning false to prevent use still.
Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: AutomaticAuthorization - True (Boolean), Bank (False (Boolean)) 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)
Calling hook CanUseLockedEntity resulted in a conflict between the following plugins: AutomaticAuthorization - True (Boolean), Bank (False (Boolean)) 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)

when set sharing code lock to disable and opening key lock it gives me this error.
PLEASE ADVICE. THANKS.

sorry i dont understand what that means? so i have to look in autoauth and what do i look for and what do i change?

The issue would be fixed in the other plugin by changing what the warning says.

is that something i can do? Arainrr, dev of autoauth hasn't responded yet.

ZkillahZ

is that something i can do? Arainrr, dev of autoauth hasn't responded yet.

Well, it may be a bit more complicated than a quick fix, but the warning in general shouldn't cause any issues.

the issue is not the warning, it's the autoauth. when we set auto auth disable on doors code lock and enable on key lock . it gives errors and nothing opens. nothing is auto auth. and i believe it's the same the other way around.
i even changed the bank to coffin instead of large box hoping that will help.

ZkillahZ

the issue is not the warning, it's the autoauth. when we set auto auth disable on doors code lock and enable on key lock . it gives errors and nothing opens. nothing is auto auth. and i believe it's the same the other way around.
i even changed the bank to coffin instead of large box hoping that will help.

In that case, it's likely the plugins would need to support one or the other since their returns conflict.