# Frequently Asked Questions

<details>

<summary>What versions of Minecraft does EliteVaults support?</summary>

EliteVaults runs on 1.13 and above, including the latest Paper versions. It's tested on both ends of that range. If you're on a version that falls in between and something isn't working right, let us know in our Discord.

</details>

<details>

<summary>Is this compatible with BungeeCord / Velocity networks?</summary>

Not right now. Each server has its own SQLite file or MySQL database. There's no cross-server vault syncing in the current version. Players on multiple servers won't share vault data between them.

</details>

<details>

<summary>How do players get more vaults?</summary>

There are two ways. First, grant them a permission node - `elitevaults.vault.5` gives 5 vaults, `elitevaults.vault.10` gives 10, and so on. Second, admins can use `/evadmin give <player> <count>` to grant extra vaults to a specific player on top of whatever their permission gives them.

</details>

<details>

<summary>What does "unlimited" mean exactly?</summary>

Players with `elitevaults.vaults.unlimited` are not limited by a fixed vault cap and can create as many vaults as needed. To prevent skipping ahead, vaults must be created in order. A player must create vault #1 before #2, #2 before #3, and so on. \
\
Once a vault has been created, it does not need to contain items. Empty vaults still count as created, allowing the player to continue creating higher-numbered vaults.

</details>

<details>

<summary>What's the difference between Member and Viewer?</summary>

Viewers can open the vault and see its contents, but cannot take or place items. Members have full access and can add or remove items from the vault.

</details>

<details>

<summary>Can a member delete or rename the vault?</summary>

No. Only the vault owner can rename, delete, set an icon, change pin status, toggle notifications, or manage members.

</details>

<details>

<summary>What does vault pinning do?</summary>

Pinning a vault with `/vault pin <#>` moves it to the top of the first page of your selector, before all unpinned vaults. Useful if you have a lot of vaults and always want a particular one easy to reach.

</details>

<details>

<summary>How does vault search work?</summary>

`/vault search <query>` searches across all your vaults, including both owned vaults and those you have access to, for items matching your query. The search checks the item’s material name, custom display name, and lore. The minimum query length is 2 characters.

Material names can be searched using either underscores or spaces. For example, `oak_log`, `oak log`, and `oak` will all match Oak Logs.

</details>

<details>

<summary>Can I share a vault with someone who's offline?</summary>

No. The target player needs to be online to receive and accept the invite.

</details>

<details>

<summary>Is there a limit on how many members a vault can have?</summary>

Yes - it's set by `shared-vaults.max-members` in config.yml. The default is 10.

</details>

<details>

<summary>Can a member invite other players to the vault?</summary>

No. Only the vault owner can invite people.

</details>

<details>

<summary>What triggers a suspicious activity alert?</summary>

Two conditions can trigger suspicious activity alerts:\
\
A player withdrawing more than `bulk-item-threshold` items within the configured time window (default: 64 items in 10 seconds).

A player accessing more than `multi-vault-threshold` different vaults within the same time window (default: 3 vaults).

</details>

<details>

<summary>Something's broken and I don't see it here.</summary>

Join the [Discord](https://discord.gg/), go to `#quick-help` or open a ticket, and describe your issue clearly. Include your Minecraft version, server software and version (Paper or Spigot), EliteVaults version, and the full console error if available. We’ll take a look and get back to you.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://myelitewiki.gitbook.io/resources/plugins/elitevaults/frequently-asked-questions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
