> For the complete documentation index, see [llms.txt](https://pm2plugins.gitbook.io/advancedcrates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pm2plugins.gitbook.io/advancedcrates/general-information/rewards/best-prizes.md).

# Best prizes

BestPrizes is used only in a small amount of animations. This is due to the fact that best prizes is integrated into the animation itself, likewise if the animation wasn't made ready to hold a best prize the feature won't work for it. Currently BestPrizes feature works for these animations: Round, Round2, Cosmic.

Example of BestPrizes configuration section:&#x20;

```yaml
BestPrizes: 
  MVP:
    Material: NETHER_STAR
    Glow: true
    Name: '&a&l1x MVP Rank Voucher'
    Enchantments: []
    Lores: []
    NBTtags: []
    GiveConfiguratedItem: false
    Permission: "Donator.Novice" 
    Commands:
    - voucher give {player_name} mvp_rank 1
    BlacklistedPerms: 
    - Rank.MVP 
    MessagesToPlayer:
    - '&fCongradulations on Winning The Rarest Item in The Crate!'
    PreviewName: "&a&l1x MVP Rank Voucher (x1)"
    PreviewLores:
    - "&7MVP Rank Voucher"
    - "&7For a lifetime!"
    - ""
    - "&7Warning: Rarest Item"
    BroadcastMessagesToPlayers:
    - '&e&l{player_name} &f&lWas Lucky Enough to Win The &a&lMVP Rank Voucher'
    Chance: 5
  2MythicalKeys:
    Material: TRIPWIRE_HOOK
    Glow: true
    Name: '&b&l2x Mythical Keys'
    Enchantments: []
    Lores: []
    NBTtags: []
    GiveConfiguratedItem: false
    PreviewName: "&b&lMythical Keys (x2)"
    PreviewLores:
    - "&72 Mythical Keys"
    - "&7To open the Mythical Crate"
    - ""
    - "&7/warp crates"
    Commands:
    - crate give {player_name} mythical 2
    Chance: 20
```


---

# 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://pm2plugins.gitbook.io/advancedcrates/general-information/rewards/best-prizes.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.
