# Commands

{% tabs %}
{% tab title="Admin" %}
Admin commands.

<table><thead><tr><th width="207">Command</th><th width="147">Permission</th><th>Description</th></tr></thead><tbody><tr><td>/nascraft edit</td><td>nascraft.admin</td><td>Opens the market editor menu.</td></tr><tr><td>/nascraft reload</td><td>nascraft.admin</td><td>Reloads both items.yml and categories.yml</td></tr><tr><td>/nascraft logs global</td><td>nascraft.admin</td><td>GUI displaying all trades</td></tr><tr><td>/nascraft logs &#x3C;username or uuid></td><td>nascraft.admin</td><td>GUI displaying all trades of certain player</td></tr><tr><td>/nascraft logs &#x3C;identifier></td><td>nascraft.admin</td><td>GUI displaying all trades made with certain item</td></tr><tr><td>/nascraft cpi</td><td>nascraft.admin</td><td>Consults the Consumer Price Index value.</td></tr><tr><td>/nascraft stop</td><td>nascraft.admin</td><td>Stop the market. No one will be able to buy or sell until resumed.</td></tr><tr><td>/nascraft resume</td><td>nascraft.admin</td><td>Resume the market.</td></tr><tr><td>/nascraft save</td><td>nascraft.admin</td><td>Force a save.</td></tr><tr><td>/nascraft info</td><td>nascraft.admin</td><td>Gets general information such as CPI, taxes...</td></tr><tr><td>/givesellwand [sellwand]</td><td>nascraft.admin</td><td>Gives you an specific sellwand.</td></tr></tbody></table>
{% endtab %}

{% tab title="User" %}
Commands meant to be used by players.

<table><thead><tr><th width="221">Command</th><th width="181">Permission</th><th>Description</th></tr></thead><tbody><tr><td>/market</td><td><p>nascraft.market and</p><p>nascraft.market.gui</p></td><td>Access to the market GUI.</td></tr><tr><td>/market [buy/sell] [material] [quantity]</td><td>nascraft.market</td><td>Access to the market with a command.</td></tr><tr><td>/sell</td><td>nascraft.sellinv</td><td>Opens the sell menu.</td></tr><tr><td>/sellhand</td><td>nascraft.sellhand</td><td>Sells the item in hand.</td></tr><tr><td>/sellall [material/everything]</td><td>nascraft.sellall</td><td>Sells every item of an specific material or just everything that can be sold.</td></tr><tr><td>/link [code]</td><td>nascraft.linkable</td><td>Links your account with the native linking system.</td></tr><tr><td>/web register [passowrd]</td><td>nascraft.web</td><td>Lets users register to use the web.</td></tr><tr><td>/worth</td><td>nascraft.worth</td><td>Tells users for how much they could sell the item they are holding.</td></tr></tbody></table>
{% endtab %}

{% tab title="Console" %}
Commands that can only be executed by the console.

<table><thead><tr><th width="419">Command</th><th>Description</th></tr></thead><tbody><tr><td>market [buy/sell] [material] [quantity] [player]</td><td>Force a player to buy/sell.</td></tr><tr><td>sellmenu [player]</td><td>Opens the sell menu to a  play</td></tr><tr><td>givesellwand [sellwand] [player]</td><td>Gives a specific sellwand to a player</td></tr><tr><td>market category [category-identifier] [username]</td><td>Opens a category menu to a player</td></tr></tbody></table>
{% endtab %}

{% tab title="Discord" %}
Commands that can be used in discord.

<table><thead><tr><th width="221">Command</th><th width="161">Role</th><th>Description</th></tr></thead><tbody><tr><td>/balance</td><td>none</td><td>Check your balance.</td></tr><tr><td>/inventory</td><td>none</td><td>Check your discord inventory.</td></tr><tr><td>/link</td><td>none</td><td>Starts the linking process.</td></tr><tr><td>/alert [identifier] [price]</td><td>none</td><td>Set an alert for an item manually</td></tr><tr><td>/alerts</td><td>none</td><td>Check your alerts.</td></tr><tr><td>/remove-alert</td><td>none</td><td>Let's you select an alert to remove it.</td></tr><tr><td>/seeinv [User ID]</td><td>Staff role</td><td>View discord inventories of other users.</td></tr><tr><td>/seebal [User ID]</td><td>Staff role</td><td>View balance of other users. </td></tr><tr><td>/stop &#x26; /resume</td><td>Staff role</td><td>Close and resume the whole market.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}
