> For the complete documentation index, see [llms.txt](https://docs.xandtech.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xandtech.fr/home/xplayercurrencies/readme.md).

# XPlayerCurrencies

![XPlayerCurrencies](https://915498380-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuiIpNnOZs59COBOHwxME%2Fuploads%2Fgit-blob-b8e860c8ecfeb5815cb70c0c461469a291e69d92%2Fbanner.png?alt=media)

XPlayerCurrencies is a multi-currency economy plugin for Paper servers. Instead of a single "balance", you define as many independent currencies as you want (coins, gems, tokens, event points...), each with its own display, storage limits, commands, and its own set of features - bank, shop, black market, boosters, sell sticks, death penalty, kill coins, cheques, and exchange rates to other currencies.

Every currency is defined in its own file under `currencies/<id>.yml`, so enabling a new feature for one currency never affects the others.

{% hint style="info" %}
Every feature below is off by default except what the two bundled example currencies (`coins.yml`/`gems.yml`) ship with turned on, so a fresh install already has something to test.
{% endhint %}

## Getting started

* [Installation](/home/xplayercurrencies/getting-started/installation.md)
* [Quick Start](/home/xplayercurrencies/getting-started/quick-start.md)

## Configuration

* [Global configuration (config.yml)](/home/xplayercurrencies/configuration/global-config.md)
* [Currency basics (currencies/\<id>.yml)](/home/xplayercurrencies/configuration/currency-basics.md)
* [Languages](/home/xplayercurrencies/configuration/languages.md)

## Features

* [Bank](/home/xplayercurrencies/features/bank.md)
* [Shop](/home/xplayercurrencies/features/shop.md)
* [Sell sticks & /sellall](/home/xplayercurrencies/features/sell-sticks-and-sellall.md)
* [Cheques & Exchange](/home/xplayercurrencies/features/cheques-and-exchange.md)
* [Death penalty](/home/xplayercurrencies/features/death-penalty.md)
* [Kill coins](/home/xplayercurrencies/features/kill-coins.md)
* [Boosters](/home/xplayercurrencies/features/boosters.md)
* [Black market](/home/xplayercurrencies/features/black-market.md)
* [Leaderboard](/home/xplayercurrencies/features/leaderboard.md)
* [Fraud detection](/home/xplayercurrencies/features/fraud-detection.md)

## Reference

* [Commands](/home/xplayercurrencies/reference/commands.md)
* [Permissions](/home/xplayercurrencies/reference/permissions.md)

## Integrations

* [Vault](/home/xplayercurrencies/integrations/vault.md)
* [WorldGuard](/home/xplayercurrencies/integrations/worldguard.md)
* [Citizens](/home/xplayercurrencies/integrations/citizens.md)
* [PlaceholderAPI](/home/xplayercurrencies/integrations/placeholderapi.md)
* [Cross-server sync (Redis)](/home/xplayercurrencies/integrations/cross-server-redis.md)

## For developers

* [API & Events](/home/xplayercurrencies/developer/api.md)


---

# 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://docs.xandtech.fr/home/xplayercurrencies/readme.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.
