# Commands and Permissions

<table><thead><tr><th width="133">Command</th><th width="216">Permission</th><th>Description</th><th>Syntax</th></tr></thead><tbody><tr><td><p></p><p>setspawn<br></p></td><td>mortis.aio.setspawn</td><td>Allows you to set a spawnpoint in your desired location.</td><td><code>/setspawn</code></td></tr><tr><td><p></p><p>spawn<br></p></td><td>mortis.aio.spawn</td><td>Allows you to teleport to the spawnpoint if set.</td><td><code>/spawn</code></td></tr><tr><td><p></p><p>rtp<br></p></td><td>mortis.aio.rtp</td><td>Allows you randomly teleport in your desired or current world.</td><td><code>/rtp</code></td></tr><tr><td><p></p><p>setwarp<br></p></td><td>mortis.aio.setwarp</td><td>Allows you to set warps in worlds.</td><td><code>/setwarp</code></td></tr><tr><td><p></p><p>warp<br></p></td><td>mortis.aio.warptp</td><td>Allows you to teleport to warp locations.</td><td><code>/warp</code></td></tr><tr><td><p></p><p>mao<br></p></td><td>mortis.aio.worldgenerate</td><td>Allows you to generate new worlds with different environment.</td><td><code>/mao worldName normal|nether|end</code></td></tr><tr><td><p></p><p>maotp<br></p></td><td>mortis.aio.worldtp</td><td>Allows you to teleport to any world easily.</td><td><code>/maotp worldName</code></td></tr><tr><td><p></p><p>maoimport<br></p></td><td>mortis.aio.worldimport</td><td>Allows you to import any world.</td><td><code>/maoimport worldName</code></td></tr><tr><td><p></p><p>maounload<br></p></td><td>mortis.aio.worldunloader</td><td>Allows you to unload any world.</td><td><code>/maounload worldName</code></td></tr><tr><td><p></p><p>spawner<br></p></td><td>mortis.aio.spawner</td><td>Allows you to have any type of spawner with certain entity type.</td><td><code>/spawner entityType</code></td></tr><tr><td><p></p><p>maoplugin<br></p></td><td>mortis.aio.pluginhandler</td><td>Allows you to enable, disable or reload any plugin in the server.</td><td><code>/maoplugin pluginName enable|disable|reload</code></td></tr></tbody></table>

Special Permission:\
`mortis.aio.*`\
Give yourself permission to use every command.


---

# 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://mortis-development.gitbook.io/mortis-all-in-one/commands-and-permissions.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.
