> For the complete documentation index, see [llms.txt](https://wiki.helpch.at/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.helpch.at/clips-plugins/autosell/commands-and-permissions.md).

# Commands & Permissions

## Player Commands

| Command        | Permission               | Description                                                       | Aliases                                   |
| -------------- | ------------------------ | ----------------------------------------------------------------- | ----------------------------------------- |
| /SellAll       | AutoSell.SellAll         | Sells all items in your inventory to the shop you have access to. | Sell, SellItems, SellInv, SellInventory   |
| /AutoSell      | AutoSell.Toggle          | Toggles auto selling.                                             | AS, ASell, AutoS                          |
| /AutoSmelt     | AutoSell.AutoSmelt       | Toggles auto smelting.                                            | ASmelt, Smelt                             |
| /AutoBlocks    | AutoSell.AutoBlocks      | Toggles auto ingots to blocks converter.                          | I2B, ToBlocks, 2Blocks, Ingots2Blocks     |
| /Items \[Shop] | AutoSell.Items           | Displays items with their prices on a menu.                       | Prices, ItemPrices, ShopPrices, ShopItems |
| /ASMultiplier  | AutoSell.Multiplier.Self | Checks your current multiplier.                                   | Multi, ASMulti, Multiplier                |
| /ASWorth       | AutoSell.Worth           | Checks how much does the item in your hand worth.                 | ShopWorth, ShopPrice, ASPrice             |
| /BPToggle      | AutoSell.BPToggle        | Toggles selling item from VKBackPack                              | BackPackToggle                            |

## Admin Commands

| Command                                                                                  | Permission           | Description                                                |
| ---------------------------------------------------------------------------------------- | -------------------- | ---------------------------------------------------------- |
| /ASA Version                                                                             | AutoSell.Admin       | Shows the plugin's version.                                |
| /ASA Reload                                                                              | AutoSell.Reload      | Reloads the plugin's files.                                |
| /ASA Shops                                                                               | AutoSell.Admin       | Lists loaded shops.                                        |
| /ASA AddShop \<Name>                                                                     | AutoSell.Admin       | Adds new shop.                                             |
| /ASA DelShop \<Name>                                                                     | AutoSell.Admin       | Deletes the shop.                                          |
| /ASA Items \[Shop]                                                                       | AutoSell.Admin       | Lists shop's items.                                        |
| /ASA AddItem \<Shop> \<Cost>                                                             | AutoSell.Admin       | Adds the item you're holding to the shop.                  |
| /ASA DelItem \<Shop>                                                                     | AutoSell.Admin       | Removes the item you're holding from the shop.             |
| /ASA SetMultiplier \<Player/Global> \<Multiplier> \<Days>:\<Hours>:\<Minutes>            | AutoSell.Admin       | Sets the player or the global multiplier.                  |
| <p>/ASA AddMultiplier <br>\<Player/Global> \<Multiplier> \<Days>:\<Hours>:\<Minutes></p> | AutoSell.Admin       | Adds on to the player or the global multiplier.            |
| /ASA StackMultiplier \<Player/Global> \<Multiplier> \<Days>:\<Hours>:\<Minutes>          | AutoSell.Admin       | Stack time on the player or the global current multiplier. |
| /ASA DelMultiplier \<Player/Global>                                                      | AutoSell.Admin       | Removes the player or the global multiplier.               |
| /ASA AddSign \<Shop>                                                                     | AutoSell.Signs.Admin | Adds sell all sign, the one you're looking at.             |
| /ASA DelSign                                                                             | AutoSell.Signs.Admin | Removes the sign you're looking at.                        |
| /ASA WhatArea                                                                            | AutoSell.WhatArea    | Gets the mine/region name you're standing in.              |

#### Command Alias

* /AutoSellAdmin

## Permissions

| Permission                     | Description                                                                                  |
| ------------------------------ | -------------------------------------------------------------------------------------------- |
| AutoSell.Fortune               | Gives the ability to use autosell's fortune feature.                                         |
| AutoSell.Signs.Sell            | Gives the ability to sell all using a sell all sign.                                         |
| AutoSell.BlocksToInventory     | Gives the ability to mine blocks straight to your inventory.                                 |
| AutoSell.Shop.\<Name>          | Sets the player's current shop if he isn't in any shop region.                               |
| AutoSell.AutoSmelt.All         | Gives the ability to auto smelt all blocks in the smelt list. (Auto Smelt has to be enabled) |
| AutoSell.AutoSmelt.\<Material> | Gives the ability to auto smelt the specified material. (Auto Smelt has to be enabled)       |

{% hint style="info" %}
All text between the less-than and greater-than signs (**<>**) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs (**<>**).
{% endhint %}


---

# 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.helpch.at/clips-plugins/autosell/commands-and-permissions.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.
