> For the complete documentation index, see [llms.txt](https://warmania.gitbook.io/paperx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://warmania.gitbook.io/paperx-documentation/documentation/setup-and-features/publish-your-docs.md).

# Features

Once you've finished the setup, you can now explore the features.

#### Default Currencies

Current currencies:\
1\. Default Currency ( Vault + EssentialsX )\
2\. Gems \
3\. Crafts ( Premium only )

#### Custom Banknotes

<figure><img src="/files/hSWuocPVsYy9SRKA3e1R" alt=""><figcaption></figcaption></figure>

Create tiered, stylized banknotes with unique names, colors, glowing effects, lore, and serial numbers. Custom denominations are also supported!&#x20;

#### Custom Currency Support ( Premium Only )

Create any type of currency with just commands! It will work the same way as the normal banknotes. This can also be done through the API.

#### Levels ( Premium Only )

<figure><img src="/files/qbdlp2XwayVpomw48j8E" alt=""><figcaption></figcaption></figure>

Levels can only be obtained by claiming banknotes, and they contribute to progressing through the Battlepass. Every level threshold can be customized, alongside how much xp each banknote gives

#### **Player Payments ( Premium Only )**

Players can send currencies to each other:

* `/paycash`, `/pay`
* `/paygems`
* `/paycrafts`

#### **Withdraw System ( Premium Only )**

Convert balances into physical banknotes:

* `/withdrawcash`
* `/withdrawgems`
* `/withdrawcrafts`

#### **Redeem All ( Premium Only )**

Quickly redeem all banknotes in your inventory using `/redeemall`.

#### **Balance Leaderboards ( Premium Only )**

Display top players by currency using `/baltop`.\
Supports:

* Cash
* Gems
* Crafts

#### **Sell Wands ( Premium Only )**

Special tools that allow players to quickly sell banknotes from chests.\
Includes:

* Multiple wand types
* Info and help via `/sellwand`
* Admin distribution via `/givesellwand`

#### **Booster System ( Premium only )**

Temporary boosts for players (e.g. multipliers or perks).\
Admins can give, remove, and monitor boosters.

#### ️ Battle Pass ( Premium Only )

<figure><img src="/files/8iADBLlSJuIFZwiUgXGX" alt=""><figcaption></figcaption></figure>

The battlepass can be enabled if needed. It has a premium version of the battlepass, which can be bought for 500 Gems ( customizable ). The rewards can be customized.

#### PvP cash transfers ( Premium Only )

<figure><img src="/files/CbCOk9JN6gH42Z8wErJj" alt=""><figcaption></figcaption></figure>

If enabled, once a player kills another player an percentage of the victim's balance will be given to the killer.

#### PlaceHolderAPI Support

Free version placeholders:

| `%paperx_gems%`           | Raw gem count       |
| ------------------------- | ------------------- |
| `%paperx_gems_formatted%` | Formatted gem count |

Premium version placeholders

#### Battle Pass

| Placeholder                   | Output             |
| ----------------------------- | ------------------ |
| `%paperx_battlepass_tier%`    | Current tier       |
| `%paperx_battlepass_premium%` | `Premium` / `Free` |

***

#### Gems

| Placeholder               | Output                              |
| ------------------------- | ----------------------------------- |
| `%paperx_gems%`           | Formatted gems (custom format)      |
| `%paperx_gems_raw%`       | Raw decimal value                   |
| `%paperx_gems_formatted%` | Short format (`1.2K`, `3.4M`, etc.) |

***

#### Crafts

| Placeholder                 | Output                |
| --------------------------- | --------------------- |
| `%paperx_crafts%`           | Raw crafts count      |
| `%paperx_crafts_formatted%` | Formatted with commas |

***

#### Level System

| Placeholder               | Output                             |
| ------------------------- | ---------------------------------- |
| `%paperx_level%`          | Player level                       |
| `%paperx_exp%`            | Current EXP                        |
| `%paperx_next_level_exp%` | EXP needed for next level          |
| `%paperx_level_progress%` | Progress percentage (e.g. `45.3%`) |
| `%paperx_level_bar%`      | Progress bar                       |

***

#### Cash Booster

| Placeholder                          | Output                         |
| ------------------------------------ | ------------------------------ |
| `%paperx_cash_booster%`              | `1.5x` or `None`               |
| `%paperx_cash_booster_multiplier%`   | Multiplier only (`1.5`)        |
| `%paperx_cash_booster_time%`         | Remaining time (e.g. `1h 20m`) |
| `%paperx_cash_booster_time_minutes%` | Time left in minutes           |
| `%paperx_cash_booster_time_seconds%` | Time left in seconds           |
| `%paperx_cash_booster_active%`       | `true` / `false`               |

***

#### Gem Booster

| Placeholder                         | Output                      |
| ----------------------------------- | --------------------------- |
| `%paperx_gem_booster%`              | `1.5x` or `None`            |
| `%paperx_gem_booster_multiplier%`   | Multiplier only (`1.5`)     |
| `%paperx_gem_booster_time%`         | Remaining time (e.g. `45m`) |
| `%paperx_gem_booster_time_minutes%` | Time left in minutes        |
| `%paperx_gem_booster_time_seconds%` | Time left in seconds        |
| `%paperx_gem_booster_active%`       | `true` / `false`            |

***

#### Combined Boosters

| Placeholder                | Output                           |
| -------------------------- | -------------------------------- |
| `%paperx_boosters_active%` | `Both`, `Cash`, `Gem`, or `None` |
| `%paperx_boosters_count%`  | Number of active boosters (0–2)  |

#### Custom Currencies

| Placeholder                  | Output                                         | Example  |
| ---------------------------- | ---------------------------------------------- | -------- |
| `%paperx_currency_<id>%`     | Formatted balance using that currency's symbol | `1,250`  |
| `%paperx_currency_<id>_raw%` | Raw double balance                             | `1250.0` |


---

# 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://warmania.gitbook.io/paperx-documentation/documentation/setup-and-features/publish-your-docs.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.
