# Common Issues

## Common Issues

**Plugin not loading?**

**Error:** "No economy plugin found"

**Fix:** Install Vault + economy plugin (EssentialsX, etc.) or CoinsEngine.

**Shop not opening?**

1. Check permission: `xianshop.gui` or `xianshop.use`
2. Check the configuration files are correct
3. Reload: `/xianshop reload`

**Items not showing in shop?**

1. Check YAML syntax (indentation must be spaces)
2. Make sure `material:` is valid (check [Minecraft Wiki](https://minecraft.wiki/w/Java_Edition_data_values#Blocks))
3. Make sure slot numbers are valid (9-45)

**Commands not executing?**

* Commands run from console
* Use `%player%` placeholder
* Test commands in console first

**Colors not working?**

* Use `&#` followed by 6 hex digits (e.g., `&#FFD700`)
* Not `&` (that's basic Minecraft colors)

If you need support, feel free to seek help in our official [Discord server!](https://discord.gg/vDsKXqaU6a)


---

# 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://xianstudio.gitbook.io/xianstudio-docs/xianshop/common-issues.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.
