> For the complete documentation index, see [llms.txt](https://wiki.bucketry.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bucketry.net/features/advanced-enchantments/villager-trades-and-random-loot.md).

# Villager Trades & Random Loot

***

#### 🌍 Random Loot Settings

* **Random Loot Enabled:** `true`\
  \&#xNAN;*Allows random loot generation in the world.*
* **Max Items per Container:** `3`\
  \&#xNAN;*Maximum number of custom items to be generated in a random loot container.*
* **Chance of Items:** `50%`\
  \&#xNAN;*Probability of any item(s) being generated.*

**📦 Item Chances:**

* **SLOT\_INCREASER:** `5%`
* **WHITE\_SCROLL:** `12%`
* **SECRET\_DUST:** `15%`
* **MAGIC\_DUST:** `12%`
* **BLACK\_SCROLL:** `7%`
* **RANDOMIZER:** `10%`
* **RENAME\_TAG:** `8%`
* **BLOCKTRAK:** `4%`
* **STATTRAK:** `4%`
* **MOBTRAK:** `4%`
* **SOUL\_TRACKER:** `2%`
* **SOUL\_GEM:** `15%`
* **TRANSMOG\_SCROLL:** `8%`
* **HOLY\_WHITE\_SCROLL:** `4%`
* **RANDOM\_ENCHANT\_BOOK:** `1%`

***

#### 🏠 Villager Trades Settings

* **Villager Trades Enabled:** `true`\
  \&#xNAN;*Allows villagers to trade custom books and items.*
* **Trade All Loot:** `true`\
  \&#xNAN;*Villagers can trade admin items (e.g., Whitescroll, Blackscroll) in addition to custom enchantment books.*
* **Chance of Items as Trades:** `3%`\
  \&#xNAN;*Probability of any item(s) being added as a trade.*

**📜 Item Chances:**

* **SLOT\_INCREASER:** `5%`
* **WHITE\_SCROLL:** `12%`
* **SECRET\_DUST:** `15%`
* **MAGIC\_DUST:** `12%`
* **BLACK\_SCROLL:** `7%`
* **RANDOMIZER:** `10%`
* **RENAME\_TAG:** `8%`
* **BLOCKTRAK:** `4%`
* **STATTRAK:** `4%`
* **MOBTRAK:** `4%`
* **SOUL\_TRACKER:** `2%`
* **SOUL\_GEM:** `15%`
* **TRANSMOG\_SCROLL:** `8%`
* **HOLY\_WHITE\_SCROLL:** `4%`
* **ARMOR\_ORB:** `2%`
* **WEAPON\_ORB:** `2%`
* **TOOL\_ORB:** `2%`
* **RANDOM\_ENCHANT\_BOOK:** `3%`


---

# 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://wiki.bucketry.net/features/advanced-enchantments/villager-trades-and-random-loot.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.
