> For the complete documentation index, see [llms.txt](https://changelog.matrixemulator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.matrixemulator.com/welcome/server/muserver/data/item/itemmove.md).

# ItemMove

<mark style="color:green;">Restricts which actions can be performed on items within a specific item code range—dropping them on the ground, selling them, trading them, storing them in the vault, and more.</mark>

<table data-search="false"><thead><tr><th>Column</th><th>Accepted values</th><th>Description</th></tr></thead><tbody><tr><td>MinIndex / MaxIndex</td><td>Number (item code range)</td><td>Item code range this rule applies to.</td></tr><tr><td>AllowDrop</td><td><code>0</code> or <code>1</code></td><td>Whether the item can be dropped on the ground.</td></tr><tr><td>AllowSell</td><td><code>0</code> or <code>1</code></td><td>Whether the item can be sold to an NPC.</td></tr><tr><td>AllowTrade</td><td><code>0</code> or <code>1</code></td><td>Whether the item can be traded with another player.</td></tr><tr><td>AllowVault</td><td><code>0</code> or <code>1</code></td><td>Whether the item can be stored in the personal vault.</td></tr><tr><td>AllowStore</td><td><code>0</code> or <code>1</code></td><td>Whether the item can be placed in a Personal Shop.</td></tr><tr><td>AllowMix</td><td><code>0</code> or <code>1</code></td><td>Whether the item can be used in the Chaos Machine (item combinations, wings, etc.).</td></tr><tr><td>AllowGuildVault</td><td><code>0</code> or <code>1</code></td><td>Whether the item can be stored in the guild vault.</td></tr><tr><td>Comment</td><td>Text after <code>//</code></td><td>Free comment (typically the item group name), ignored by the game.</td></tr></tbody></table>

### <mark style="color:yellow;">Notes</mark>

* Any item that does not fall within a configured range has **all actions allowed by default**. This file is used only to define exceptions and restrictions, not to grant permissions.
* Item code ranges must not overlap. The server uses the first range that matches the item's code.
