# Commands and Permissions

AdvancedItems provides a set of commands that allow you to interact with the plugin. Here's a comprehensive list of commands, their descriptions, and the required permissions.

<table><thead><tr><th width="226">Command</th><th width="265.3333333333333">Description</th><th>Permission</th></tr></thead><tbody><tr><td><code>/advanceditems</code></td><td>The main command for the AdvancedItems plugin</td><td>N/A</td></tr><tr><td><code>/ai give &#x3C;player> &#x3C;item> &#x3C;amount></code></td><td>Gives a specified player a certain amount of a custom item</td><td><code>advanceditems.give</code></td></tr><tr><td><code>/ai giveall &#x3C;item> &#x3C;amount></code></td><td>Gives all players a certain amount of a custom item</td><td><code>advanceditems.giveall</code></td></tr><tr><td><code>/ai reload</code></td><td>Reloads all configurations of the AdvancedItems plugin</td><td><code>advanceditems.reload</code></td></tr><tr><td><code>/ai list [page]</code></td><td>Lists all custom items. The page number is optional</td><td><code>advanceditems.list</code></td></tr><tr><td><code>/ai inspect</code></td><td>Inspects the custom item currently held by the player</td><td><code>advanceditems.inspect</code></td></tr></tbody></table>

### Note

* Replace `<player>`, `<item>`, and `<amount>` with the appropriate values. The `<amount>` is optional, and if not specified, will default to 1.
* The `[page]` argument in the list command is optional. If not specified, it will default to the first page.
