# Common Issues

#### Plugin not loading?

**Error:** "Neither CoinsEngine nor Vault found"

**Fix:** Install either CoinsEngine OR Vault + economy plugin.

#### Currency not showing?

1. Check currency file exists in `plugins/CoinsEngine/currencies/`
2. Restart server (not reload)
3. Currency ID = filename (e.g., `coins.yml` → ID is `coins`)

#### Permission denied?

Grant permission:

```
/op <player>
/perm grant <player> xianwithdraw.withdraw.coins
```

#### Items not depositing?

1. Check permission: `xianwithdraw.deposit.*`
2. Must be a withdraw item (has special data)

#### Reload not working?

Some changes need full restart:

```
/stop
# Edit config
/start
```

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/xianwithdraw/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.
