> For the complete documentation index, see [llms.txt](https://docs.pixel-dev.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixel-dev.net/infinite-economies/information.md).

# Information

## :exclamation: Introduction

Welcome to the **InfiniteEconomies** documentation! This plugin provides limitless potential for creating multiple, diverse economies on your Minecraft server. Whether you want to establish a basic coin system or a complex network of resources, InfiniteEconomies offers the tools and flexibility to make it happen.

## :book: Overview

**InfiniteEconomies** is a powerful plugin that allows server owners to create an unlimited number of custom economies, each with its own unique set of rules and currency types. With built-in leaderboards, placeholders, and an easy-to-use configuration system, you can tailor each economy to fit your server's needs.

## :star: Features

* 💰 **Unlimited Economies**: Create as many different types of economies as you want!
* 📊 **Leaderboards**: Track player standings within each economy with instant leaderboard updates.
* 🪧 **Placeholder Support**: Utilize placeholders to display economy information anywhere on your server.
* ⚙️ **Easy Configuration**: Set up and manage economies effortlessly with a straightforward configuration file.

## :inbox\_tray: Installation

To install InfiniteEconomies on your server, follow these steps:

### Prerequisites

* Minecraft server running Spigot version 1.21 or higher.

### Steps

1. **Download the InfiniteEconomies Plugin jar** from \<coming soon>.
2. **Place the jar file** into your server's 'plugins' directory.
3. **Restart your server** to load the plugin.

## :man\_technologist: Configuration

After installation, InfiniteEconomies generates a `config.yml` file in the `plugins/InfiniteEconomies` directory. This file allows you to define your economies, set currency names, configure leaderboards, and more.

* For a full list of configuration options, visit the [Configuration](/infinite-economies/configuration.md) section.

## :wrench: Commands & Permissions

### Commands

<table><thead><tr><th width="261">Command</th><th width="216">Description</th><th>Usage</th></tr></thead><tbody><tr><td>/&#x3C;economy> <br>ex. ( /money or /tokens )</td><td>Main command for each economy.</td><td>/money</td></tr><tr><td>/&#x3C;economy> balance &#x3C;user><br>/&#x3C;economy> balance</td><td>Displays balance in the economy</td><td>/money balance ShaneTheDev<br>/money balance</td></tr><tr><td>/&#x3C;economy> top</td><td>Displays economy leaderboard (top 10)</td><td>/money top</td></tr><tr><td>/&#x3C;economy> set &#x3C;user> &#x3C;amount></td><td>Set a players balance</td><td>/money set ShaneTheDev 500</td></tr><tr><td>/&#x3C;economy> add &#x3C;user> &#x3C;amount></td><td>Add to a players balance</td><td>/money add ShaneTheDev 1000</td></tr><tr><td>/&#x3C;economy> take &#x3C;user> &#x3C;amount></td><td>Remove from a players balance</td><td>/money take ShaneTheDev 250</td></tr><tr><td>/balance<br>/bal</td><td>Shows all economy balances in one place</td><td>/balance<br>/bal</td></tr><tr><td>/paytoggle</td><td>Toggle receiving payments</td><td>/paytoggle</td></tr></tbody></table>

### Permissions

| Permission                  | Description                                   |
| --------------------------- | --------------------------------------------- |
| infiniteeconomies.admin     | Access to "/\<economy> set/add/take"          |
| infiniteeconomies.top       | Access to "/\<economy> top"                   |
| infiniteeconomies.pay       | Access to send another player a currency      |
| infiniteeconomies.paytoggle | Ability to toggle receiving payments on & off |

## :recycle: Placeholders

| Placeholder                 | Return Value                                                                |
| --------------------------- | --------------------------------------------------------------------------- |
| %ie\_\<economy>\_raw%       | Returns the balance of specified economy in "raw" format ex. ( 100000.0 )   |
| %ie\_\<economy>\_formatted% | Returns the balance of specified economy in "formatted" format ex. (100.0k) |


---

# 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://docs.pixel-dev.net/infinite-economies/information.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.
