# Usage

## Information

EasyConomy is just the backbone for many other plugins that need an economy plugin to work, e.g. EconomyShopGUI, ChestShops, Jobs etc.\
The plugin itself comes with just the bare minimum of commands that are necessary for an economy:

## Commands

* /balance, /money, /bal:\
  This command shows your current balance.
* /balance \<otherPlayer> (works for all aliases too)\
  This command shows the balance of another player.
* /pay \<player> \<amount>\
  Pay the player the amount.
* /baltop\
  Shows you the players with the highest balance.
* /eco give|set|take \<player> \<amount>, /setmoney, /givemoney, /takemoney, /withdrawmoney .....\
  **OP ONLY** Manage the economy by editing the balance of players.

## Permissions

Per default, the plugin does not use a permission system. Players without OP get access to everything except /eco, and players with OP get access to /eco too. If you want to change this, simply go to [the Configuration page](https://easyconomy.ks1.xyz/configuration).


---

# 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://weiiswurst.gitbook.io/easyconomy/usage.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.
