# Plugin Features

## Economy Support

Player Economy provides an economy, it depends on vault so it can be used as a bridge to connect other plugins with the economy. Currently, Player Economy only provides a virtual currency, this will be changed in the future.

## MySQL Support

Player Economy supports MySQL so you can connect player's data to your database. You can setup MySQL in the **config.yml**, and easily convert your data from SQLite to MySQL easily.

## Balance

Player Economy provides a unique balance per player, you can give other players money from their bank account by using the command **/pay \<player> \<amount>**. You can also compete with other players on the server by viewing the leader board on **/baltop**. You can withdraw your money by using the command **/withdraw \<amount>**. You can find more information on withdrawing below.

## Withdrawing

In Player Economy, you can withdraw your virtual balance into a physical item for you to fairly trade with another player. You can also merge banknote by clicking a banknote onto another banknote in the inventory to merge into one banknote. If you wish to redeem all, you can shift and click to claim all of the banknotes.


---

# 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://docs.olziedev.com/projects/playereconomy/features.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.
