> 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-questions.md).

# Common Questions

<details>

<summary>Is there a Test Server?</summary>

Yes! Here's the ip: xericker.nekoservers.com

The server supports versions from 1.9 to 1.20.

</details>

<details>

<summary>Can you add XYZ feature?</summary>

To have your feature suggestions considered for future updates, please post them in the Discord server, which can join by [clicking here](https://discord.com/invite/dcHEqzQJZp?utm_source=CubeDevelopment).

</details>

<details>

<summary>Does the plugin work on XYZ version?</summary>

Every supported version is stated in the resource's thread. If your version is missing then the plugin may or may not work on this version.

</details>

<details>

<summary>Why doesn't the plugin have 1.8 support?</summary>

Supporting an 8-year-old version of Minecraft is a lot of work and would require coding two separate versions of the plugin. It would also double the time needed to add new features and fix bugs, which is not feasible.

</details>

<details>

<summary>Does the plugin work on Paper?</summary>

Yes! I recommend using this plugin on a Paper server.

</details>

<details>

<summary>When will the next update come out?</summary>

While I’m not obligated to update the plugin, I will do my best to add new features and fix bugs as time allows.

</details>

<details>

<summary>How do I reload the plugin?</summary>

Unfortunately, the plugin does not come with the self-reload feature. However, you can use PlugManX or PluginManager to apply the changes without restarting the plugin

</details>

<details>

<summary>Can I disable the Song Pack's Resource Pack?</summary>

Yes, that's entirely possible. There are two scenarios:

* **Song Pack Enabled:** The Resource Pack is sent to players when they click on a Vault, and players will not be able to interact with the Jukebox Songs when they decline.
* **Song Pack Disabled:** The Resource Pack is not sent. Jukebox Song functionality is enabled even if players don't load the Resource Pack. **This is recommended when you plan to merge the songs into your server's resource pack.**

To disable the Song Pack, open `song-pack.yml` and set `pack-enabled` to false.

</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, and the optional `goal` query parameter:

```
GET https://xerickerspigot.gitbook.io/mysteryboxes/general-use/common-questions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
