# Commands

{% hint style="info" %}
Press enter to open the chat. Only the commands displayed in this list can be used in multiplayer mod. Other commands have been disabled for multiplayer mod as they may cause synchronization issues.
{% endhint %}

{% hint style="warning" %}
Commands are now only available to the server owner. Other players can only use the "warp" and "kill" commands.
{% endhint %}

<table data-full-width="false"><thead><tr><th>Command</th><th>Description</th></tr></thead><tbody><tr><td>item &#x3C;id> &#x3C;amount></td><td>Example: "item titanium 5" will add 5 Titanium to the player's inventory.</td></tr><tr><td>spawncreature &#x3C;creature> &#x3C;amount></td><td>Example: "spawncreature penguinbaby 5" </td></tr><tr><td>clearinventory</td><td>Wipes everything in the inventory.</td></tr><tr><td>fastbuild</td><td>Allows the player to build modules quickly with the Habitat Builder.</td></tr><tr><td>kill</td><td>Respawns the player instantly inside the drop pod.</td></tr><tr><td>nocost</td><td>Toggles unlimited, free use of the Fabricator, Habitat Builder (etc...) the player has the required items or not.</td></tr><tr><td>unlock &#x3C;name></td><td>Unlocks a specific blueprint. Example: "unlock solarpanel" unlocks Solar Panels. Typing "unlock all" will unlock all blueprints.</td></tr><tr><td>unlockall</td><td>Unlocks all blueprints.</td></tr><tr><td>unlockallbuildables</td><td>Unlocks every blueprint used by the Habitat Builder.</td></tr><tr><td>niceloot</td><td>Gives the player an Ultra High Capacity Tank, one Metal Salvage, one Quartz, one Copper Ore etc..</td></tr><tr><td>madloot</td><td>Gives the player a Survival Knife, Habitat Builder, Scanner, 3x Battery, 4x Computer Chip, 10x Titanium and 10x Glass.</td></tr><tr><td>fastswim</td><td>Toggles fastswim mode, which allows you to gain a large speed boost while holding <mark style="color:blue;"><strong>Left Shift</strong></mark>.</td></tr><tr><td>precursorkeys</td><td>Gives the player one of each color precursor key.</td></tr><tr><td>seatruckupgrades</td><td>Gives the player every Seatruck upgrade.</td></tr><tr><td>tools</td><td>Gives the player a Propulsion Cannon, Survival Knife, Flashlight, Habitat Builder, Air Bladder, Pathfinder Tool, Scanner, Repair Tool, Laser Cutter, Flare, and Light Stick.</td></tr><tr><td>vehicleupgrades</td><td>Gives the player all upgrades</td></tr><tr><td>fly</td><td>Allows the player to jump continuously while in the air.</td></tr><tr><td>cold</td><td>Toggles the effect of cold on the player.</td></tr><tr><td>oxygen</td><td>Gives the player an unlimited supply of oxygen. If used after Oxygen has reached 0, it won't save you from dying.</td></tr><tr><td>nohunger</td><td>Toggles hunger.</td></tr><tr><td>nothirst</td><td>Toggles thirst.</td></tr><tr><td>food [amount]</td><td>It allows you to change the amount of hunger. Example: "food 100"</td></tr><tr><td>water [amount]</td><td>It allows you to change the amount of thirst. Example: "water 100"</td></tr><tr><td>warp [x] [y] [z]</td><td>Warps the player to the coordinates of their choice. Example: "warp 1 1 1".</td></tr><tr><td>spawnnearby</td><td>Teleports the player half a meter in a random direction. Good for getting unstuck. Does not work while in vehicles.</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://docs.subnauticamultiplayer.com/overview/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.
