Implement permission handling, for example, having a Default Vault permission like Vault.Default on permission configuration, along with a separate vault permission to allow users to access the any vault.
There is already a permission system only for Default
vault permission is not required, but for any other vault the permission is vault.<name>
for example vault.vip
When a player attempts to open a Vault they don’t have permission for, provide a specific message indicating that they lack the required permission for that particular Vault. This message should be different from the generic “no vaults available” message and should indicate permission denial specifically.
Can you show me what do you mean? There is already a message saying “You don’t have permission to access this vault”.
The /wipevault and /checkwipe commands for admins are a good idea. We might add it in the future, but I can’t promise, because we have other priorities at the moment.