> For the complete documentation index, see [llms.txt](https://xerickerspigot.gitbook.io/mysteryboxes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xerickerspigot.gitbook.io/mysteryboxes/general-use/common-problems.md).

# Common Problems

<details>

<summary>The plugin stopped working after I've updated it.</summary>

This is a very common occurrence. It happens when an update introduces new features or changes existing ones in the configuration files. Your old configuration files may not include these new or altered settings, causing the plugin to refuse to work. You can either reset the configurations (by deleting them) or update the settings manually.

</details>

<details>

<summary>The data is not being synced between my servers.</summary>

Your server's connection to the database is probably too slow and it can't keep up.

</details>

<details>

<summary>Players can't open Mystery Vaults.</summary>

This is a common occurrence. Here are some steps to consider:

* Ensure that players have the proper [permissions](/mysteryboxes/general-use/permissions.md).
* Turn off `spawn-protection` if it is enabled.
* If using WorldGuard, make sure that the proper flag is set.
* Verify that your other plugins are not blocking players' interactions.

</details>

<details>

<summary>Holograms aren't displayed.</summary>

Make sure your server doesn't block Armor Stands, as the plugin uses them to display holograms. Any "Entity Cleaners" plugins may also interrupt the proper functioning of the plugin, causing bugs and errors.

</details>

<details>

<summary>Holograms are duplicated.</summary>

Normally, holograms should be removed when the plugin is disabled. Duplicated holograms may occur under certain circumstances, especially when the server crashes. When this happens, you can either reload the plugin or manually remove the hologram entities with: `/kill @e[type=minecraft:armor_stand]`

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://xerickerspigot.gitbook.io/mysteryboxes/general-use/common-problems.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.
