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

# Change Log

All notable changes to Tyrix Dice.

## v2.1.1

* Fixed idle CPU usage
* Dice now 0.00ms resmon when idle

## v2.1.0

### Dice Mode

* Added `Config.DiceMode` with options: `'command'`, `'item'`, or `'both'`
* Item mode supports ox\_inventory, QBCore, and ESX
* 9 dice items: 3 colors × 3 counts
* Auto-detects inventory system (ox\_inventory → QBCore → ESX → standalone)
* Falls back to command mode if no inventory system found

### Item Return on Pickup

* Items returned to inventory when picked up (with `ConsumeItem = true`)
* Anti-exploit server validation prevents item duplication
* Added `install/` folder with ready-to-use item definitions and images

### Pickup System

* Added `/pickupdice` and `/dicepickup` commands
* Added E key to pick up dice (toggleable via `Config.PickupKeybind`)
* Added `Config.PickupDistance` - configurable pickup range (default 3.0)

### UI Improvements

* ox\_lib text UI integration for pickup prompt
* Toggleable via `Config.UseOxLib` (works without ox\_lib installed)
* Added simple text display option (`Config.SimpleTextDisplay`)

## v2.0.0

### Multiple Colors

* Added multiple dice colors (white, black, red)
* Color selection via command (`/dice red 3`)

### Framework Support

* Auto-detection for ESX/QBCore/Standalone
* Uses character name for ESX/QBCore
* Uses Steam/FiveM name for standalone

### Improvements

* Simplified configuration file
* Added debug mode toggle
* Improved code structure

## v1.0.0

### Initial Release

* Physics-based dice rolling
* 3D text display
* Server-authoritative rolls
* Proximity-based visibility
* Chat notifications
