# Pouches

### Pouches configuration

```yaml
  Tier1: // ID OF THE POUCH
    head-texture-locked: myHeadTextureLocked
    head-texture-unlocked: myHeadTextureUnLocked
    name: '&3&lTIER 1 Pouch %status%'
    lore-locked:
    - '&f'
    - '&3&l┃ &fBlocks Broken: &3%blocks%/%maxBlocks%'
    lore-unlocked:
    - '&f'
    - '&3&l┃ &fBlocks Broken: &3%blocks%/%maxBlocks%'
    - '&f'
    - '&7(( Right Click to &eopen &3))'
    blocksToUnlock: 1000
    RandomRewards: false
    RandomRewardsToGive: 2
    rewards:
    - gems add %player% 1000
    - edp giverandomtokens %player% 100000000-1000000000
```

To create a new pouch only add those lines of code and that's it!

#### `head-texture-locked/unlocked`

The head texture of the pouch, can be taken out from [here](https://minecraft-heads.com/)

#### `name`

The display name of the pouch and with the %status% variable also customizable

#### `lore-locked/unlocked`

The lore of the pouch that has 2 variables: the %blocks% mined and the %maxBlocks% to unlock the pouch

#### `blocksToUnlock`

The number of blocks the player need to mine to unlock the pouch

#### `RandomRewards`

It enabled, it will execute random commands of `rewards:`

#### `RandomRewardsToGive`

The number of randoms commands that will be executed

#### `rewards`

The list of commands you want to execute when the pouch is claimed

### Status variable

```yaml
status:
  unlocked: '&3[&e&lUNLOCKED&3]'
  locked: '&3[&c&lLOCKED&3]'
```

#### unlocked

The string you want to be displayed when it's unlocked

#### locked

The string you want to be displayed when it's locked


---

# 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://edwardbelt.gitbook.io/edprison-core-documentation/features/pouches.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.
