> ## Documentation Index
> Fetch the complete documentation index at: https://docs.p2w.lol/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

A full server economy system with earning commands, crime, PvP, gambling, a shop, investments, and a lottery. Every member starts with **\$500** and can earn, spend, steal, and gamble their way up the leaderboard.

<Info>
  Economy must be enabled by a server admin before any commands work. Use `.economy on` to enable it.
</Info>

***

## Setup

### Enabling the economy

<CodeGroup>
  ```typescript Syntax theme={null}
  .economy on
  ```
</CodeGroup>

### Disabling the economy

<CodeGroup>
  ```typescript Syntax theme={null}
  .economy off
  ```
</CodeGroup>

### Restricting commands to a channel

Lock all economy commands to a specific channel. If no channel is set, commands work anywhere.

<CodeGroup>
  ```typescript Syntax theme={null}
  .economy channel (#channel)
  ```

  ```typescript Example theme={null}
  .economy channel #economy
  ```
</CodeGroup>

Run `.economy channel` with no argument to remove the restriction and allow commands anywhere.

### Resetting all economy data

<Warning>
  This **cannot be undone** and will wipe **all** economy data for the server.
</Warning>

<CodeGroup>
  ```typescript Syntax theme={null}
  .reseteconomy
  ```
</CodeGroup>

***

## How it works

| Feature          | Summary                                                 |
| ---------------- | ------------------------------------------------------- |
| Starting balance |                                                         |
| Wallet           | Cash on hand — can be robbed, stolen, or used to gamble |
| Bank             | Safe from wallet robs — but now vulnerable to heists    |
| Cooldowns        | All earning commands have cooldowns to prevent abuse    |
| Shop items       | Consumables and passives that change how commands work  |

***

## Quick reference

| Category        | Commands                                         |
| --------------- | ------------------------------------------------ |
| Banking         | `balance`, `deposit`, `withdraw`, `pay`          |
| Earning         | `daily`, `work`, `beg`, `fish`, `mine`, `trivia` |
| Crime & Robbery | `crime`, `rob`, `heist`, `steal`                 |
| PvP             | `duel`, `bounty`, `bounty place`                 |
| Gambling        | `coinflip`, `dice`, `slots`, `blackjack`         |
| Shop            | `shop`, `shop buy`, `shop sell`, `inventory`     |
| Wealth          | `invest`, `lottery`, `lottery buy`, `richest`    |
