# Commands and Usages

**Coins command (/coins):**

The actual command is what you set in the config at:

```
# This is the economy name, this will also act as the base command for the economy. Placeholders will still use "COINS"
economyName: "coins"
```

Therefore, we are assuming that the command is `/coins`.

Usage: `/coins <balance/pay/give/set> <player> <amount>`

balance = displays how many "coins" you have

pay = send part of your balance to another player

give = (admin command) where you summon "coins" to a player

set = (admin command) where you set a players balance to an amount

**Mining Economy command (/miningeconomy, /mining):**

Usage: `/miningeconomy <give / editor / version / forcesave / reload / captcha>`

give = give a player a mining pickaxe (/mining give \<player> \<amount>

editor = enter a mode where you can edit mines

version = returns the plugin version

forcesave = saves all data files

reload = reload configuration files

captcha \[force/clear] \[player] = force a player to do a captcha or clear their cooldown

**Whilst in editor mode you will have access to:**

/mining set \<mine-type OR air> - air will remove the mine

/mining replace \<material> \<mine-type OR air>


---

# 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.mantic.dev/mining-economy/commands-and-usages.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.
