Описание
# Reroll Trades
**Reroll villager trades with a button or keybind — for free, without closing the screen!**
---
## Features
- **↻ Button** — A reroll button appears on the left side of the villager trade screen
- **Keybind** — Press `R` (configurable in Options → Controls) to reroll at any time
- **Free rerolls** — No emerald cost
- **Screen stays open** — Trades refresh instantly without closing the screen
- **Particle effect** — Happy villager particles play on a successful reroll
- **Sneak protection** — Optionally require sneaking to reroll (config file)
---
## How to Use
1. Open a villager's trade screen
2. Press **R** or click the **↻ button** on the left side of the screen
3. Trades are rerolled instantly!
You can only reroll if you haven't traded with the villager yet.
---
## Configuration
A config file is created automatically at:
```
config/reroll-trades.json
```
```json
{
"requireSneaking": false,
"enableParticles": true
}
```
The **keybind** can be changed in **Options → Controls → Reroll Trades**.