> For the complete documentation index, see [llms.txt](https://jpprison.gitbook.io/jpprison-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jpprison.gitbook.io/jpprison-docs/menus-menus.yml.md).

# Menus (menus.yml)

#### Main Upgrade Menu

```
Main:
  Title: "&d&lPICKAXE UPGRADES"
  BackgroundMaterial: STAINED_GLASS_PANE
  BackgroundData: 15
  InfoSlot: 4
  SwitchSlot: 53
  SwitchMaterial: REDSTONE_BLOCK
  SwitchName: "&c&l\u00ab DISENCHANT MENU \u00bb"

```

#### Disenchant Menu

```
Disenchant:
  Title: "&c&lDISENCHANT YOUR PICKAXE"
  RefundPercent: 0.5   # 50% refund

```

#### UI (Common Buttons)

Includes: BackButton, ClickToggle, StatusEnabled/Disabled, RemoveLevel, AddLevel, BuyMax, PlayerInfo, PetsMenuButton, SettingsButton, NotificationsTitle, etc.

#### RewardDisplay

```
RewardDisplay:
  ActionBarFormat: "&7B: &f{total} &8| &7T/m: &f{tokens} &8| &7B/s: &f{bps}"
```

#### Auto Miner Menus

Full configuration for the main menu, upgrades menu (20 upgrades), and armor menu (20 tiers).

### Pets (pets.yml)

|   |   |   |
| - | - | - |
|   |   |   |
|   |   |   |
|   |   |   |

| ID             | DisplayName      | Category   | Price   | Slot | Base Boosts                  | Particles              |
| -------------- | ---------------- | ---------- | ------- | ---- | ---------------------------- | ---------------------- |
| `token_common` | Common Token Pet | Tokens     | 50,000  | 11   | +10% Tok, +2%/lvl            | HAPPY\_VILLAGER (halo) |
| `token_epic`   | Epic Token Pet   | Tokens     | 150,000 | 12   | +25% Tok, +5%/lvl            | WITCH\_MAGIC (helix)   |
| `pickaxe_xp`   | Pickaxe XP Pet   | Pickaxe XP | 100,000 | 13   | +20% XP, +4%/lvl             | FLAME (orbit)          |
| `money`        | Money Pet        | Money      | 80,000  | 14   | +15% $, +3%/lvl              | Disabled               |
| `mixed`        | Mixed Pet        | Mixed      | 250,000 | 15   | +15% Tok +10% $, +3%/+2%/lvl | PORTAL (helix)         |

Each pet specifies `Texture` (base64 skin), `Permission`, `Boosts.*`, and `Particles` (Effect, Style, Amount, Speed).

```
XPSystem:
  BaseRequiredXP: 1000
  UpgradeCostPerLevel: 25000

Menu:
  Title: "&d&lPET SYSTEM"
  Size: 27
  UnequipButton:
    Slot: 22
    Material: BARRIER
    Name: "&c&lUnequip Pet"
```


---

# 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, and the optional `goal` query parameter:

```
GET https://jpprison.gitbook.io/jpprison-docs/menus-menus.yml.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
