# Commands

## <mark style="color:yellow;">Only one command for most players</mark>

This is a list of commands, these will mainly be used by admins. Though players can use some commands as shortcuts if they need. The only real command a average player needs to know is **/mt**

<table><thead><tr><th width="243">Command</th><th width="238">User Type</th><th>Info</th></tr></thead><tbody><tr><td><code>/mt</code></td><td><code>Players</code> </td><td>This command is the main menu for everything using a nice GUI!</td></tr><tr><td><code>/mt menu</code></td><td><code>Players</code> </td><td>This command is the main menu for everything using a nice GUI!</td></tr><tr><td><code>/mt map</code></td><td><code>Players</code></td><td>Used for viewing pollution cloud</td></tr><tr><td><code>/mt research</code></td><td><code>Players</code></td><td>Used for viewing research</td></tr><tr><td><code>/mt recipes</code></td><td><code>Players</code></td><td>Used for viewing recipes</td></tr><tr><td><code>/mt guide</code></td><td><code>Players</code></td><td>I nice in game tutorial &#x26; guide!</td></tr><tr><td><code>/mt items</code></td><td><code>Players</code></td><td>A menu showing all MT items</td></tr><tr><td><code>/mt commands</code></td><td><code>Players</code></td><td>Show a list of commands, commands shown depend on if your op or not.</td></tr><tr><td><code>/mt occlusion (true/false)</code></td><td><code>Players</code></td><td>This can turn off display occlusion for the specific player running the command. This can improve improve their client side fps if set to true. By default everyone has this set to true.</td></tr><tr><td><code>/mt public (true/false)</code></td><td><code>Players</code></td><td>This is used to mark a device as public. Public devices can be opened by anyone.</td></tr><tr><td><code>/mt craft</code></td><td><code>Players</code></td><td>If the player has a portable crafter they can use this command to quickly open it!</td></tr><tr><td><code>/mt needs</code></td><td><code>Players</code></td><td>This is used to clear any assmebler recipes you might have been tracking.</td></tr><tr><td><code>/mt sharing</code></td><td><code>Players</code></td><td>This open the sharing UI where players can share with others.</td></tr><tr><td><code>/mt take</code></td><td><code>Players</code></td><td>Players can use this command to take items from their inventory when in range of a logistics network.</td></tr><tr><td><code>/mt order itemName [amount]</code></td><td><code>Players</code></td><td>Players can use this command to order items from their logistics network.</td></tr><tr><td><code>/mt config</code></td><td><code>Admins</code></td><td>An in-game config editor, some complex config options are hidden</td></tr><tr><td><code>/mt default recipes</code></td><td><code>Admins</code></td><td>Populates all of the default recipes</td></tr><tr><td><code>/mt wipe recipes</code></td><td><code>Admins</code></td><td>Used to delete all default recipes</td></tr><tr><td><code>/mt reset recipes</code></td><td><code>Admins</code></td><td>Used to delete all default recipes and then repopulate all of them.</td></tr><tr><td><code>/mt create rz type amount radius</code></td><td><code>Admins</code></td><td>Create a resource zone with a specific amount. Type could be OIL/RAW_IRON/RAW_GOLD</td></tr><tr><td><code>/mt bedrock #</code></td><td><code>Admins</code></td><td>Used by admins to get a list of items. This is intended to be used by bedrock users since they cannot use right click in the normal /mt items to get items. # Can be any page number. Its also optional for page one, so /mt bedrock will open page 1.</td></tr><tr><td><code>/mt saveall [instant]</code>  </td><td><code>Admins</code></td><td>This will save all devices. You can use the instant argument to make the save occur right away.</td></tr><tr><td><code>/mt goto ship shipName</code>           </td><td><code>Admins</code></td><td>This is used to teleport to any ship if you know its name.</td></tr><tr><td><code>/mt give user itemName [amount]</code></td><td><code>Admins</code></td><td>This is used to give a specific player a Minetorio item.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://minetorio.gitbook.io/minetorio-or-wiki/commands-and-permissions/commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
