# ✨NEW✨ Entity Spawning

You can spawn the following items with the use of the following command:

> ### **📟**
>
> ### *entity.spawn `shortname`*  *`position`*
>
> Where "entity" is any item on the right of the following list,
>
> "position" is the `x,y,z` co-ordinates of where you want to place it.
>
> Leaving the "position" blank will spawn the entity at `0,0,0`.
>
> Quotation marks are not required for this command.

### *Example*

> ### **📟**
>
> ### *entity.spawn `2module_car_spawned`*  *`100,50,200`*
>
> This command will spawn a 2 Module Car (Premade) at the position (100, 50, 200)

***

### Crates

| Entity Name                | shortname                   |
| -------------------------- | --------------------------- |
| Bradley Crate              | bradley\_crate              |
| Code Locked Hackable Crate | codelockedhackablecrate     |
| Ammuntion Crate            | crate\_ammunition           |
| Basic Crate                | crate\_basic                |
| Elite Crate                | crate\_elite                |
| Food Crate 1               | crate\_food\_1              |
| Food Crate 2               | crate\_food\_2              |
| Fuel Crate                 | crate\_fuel                 |
| Medical Crate              | crate\_medical              |
| Cube Crate                 | crate\_normal               |
| Cube Crate 2               | crate\_normal\_2            |
| Cube Crate (Food)          | crate\_normal\_2\_food      |
| Cube Crate (Medical)       | crate\_normal\_2\_medical   |
| Tool Crate                 | crate\_tools                |
| Underwater Crate (Large)   | crate\_underwater\_advanced |
| Underwater Crate (Small)   | crate\_underwater\_basic    |
| Food Box                   | foodbox                     |
| Heli Crate                 | heli\_crate                 |
| Barrel 1                   | loot\_barrel\_1             |
| Barrel 2                   | loot\_barrel\_2             |
| Barrel 3                   | loot-barrel-1               |
| Oil Barrel                 | oil\_barrel                 |
| Supply Drop                | supply\_drop                |
| Wood Storage Box           | woodbox\_deployed           |

***

### Interactables

| Entity Name          | shortname                     |
| -------------------- | ----------------------------- |
| Keycard Reader       | cardreader                    |
| Blue Keycard Pickup  | keycard\_blue\_pickup.entity  |
| Green Keycard Pickup | keycard\_green\_pickup.entity |
| Red Keycard Pickup   | keycard\_red\_pickup.entity   |
| Recycler             | recycler\_static              |
| SAM Site             | sam\_static                   |
| Toilet               | toilet\_b.static              |
| Vending Machine      | vendingmachine.deployed       |
| Water Well           | waterwellstatic               |
| Workbench 1          | workbench1.static             |
| Workbench 2          | workbench2.static             |
| 💥Workbench 3💥      | 💥workbench3.static💥         |

***

### NPCs

| Entity Name | shortname   |
| ----------- | ----------- |
| Bear        | bear        |
| Boar        | boar        |
| Chicken     | chicken     |
| Shark       | simpleshark |
| Stag (Deer) | stag        |
| Wolf        | wolf        |

***

### Vehicles

| Entity Name                | shortname                    |
| -------------------------- | ---------------------------- |
| 2 Module Car (Premade)     | 2module\_car\_spawned.entity |
| 3 Module Car (Premade)     | 3module\_car\_spawned.entity |
| 4 Module Car (Premade)     | 4module\_car\_spawned.entity |
| Attack Helicopter          | attackhelicopter.entity      |
| 2 Module Car (Empty)       | car\_chassis\_2module.entity |
| 3 Module Car (Empty)       | car\_chassis\_3module.entity |
| 4 Module Car (Empty)       | car\_chassis\_4module.entity |
| Hot Air Balloon            | hotairballoon                |
| Kayak                      | kayak                        |
| Minicopter                 | minicopter.entity            |
| Motorbike                  | motorbike                    |
| Motorbike (with Sidecar)   | motorbike\_sidecar           |
| Pedal Bike                 | pedalbike                    |
| Pedal Trike                | pedaltrike                   |
| RHIB                       | rhib                         |
| Rowboat                    | rowboat                      |
| Scrap Transport Helicopter | scraptransporthelicopter     |
| Horse                      | testridablehorse             |

***

### World Objects

| Entity Name                     | shortname                    |
| ------------------------------- | ---------------------------- |
| Cargo Ship (Military Transport) | cargoshipdynamic1            |
| Cargo Ship (Containers)         | cargoshipdynamic2            |
| Magnet Crane                    | magnetcrane.entity           |
| Metal Nodette                   | metal-collectable            |
| Metal Node                      | metal-ore                    |
| Medium Palm Tree                | palm\_tree\_med\_a\_entity   |
| Short Palm Tree A               | palm\_tree\_short\_a\_entity |
| Short Palm Tree B               | palm\_tree\_short\_b\_entity |
| Short Palm Tree C               | palm\_tree\_short\_c\_entity |
| Small Palm Tree A               | palm\_tree\_small\_a\_entity |
| Small Palm Tree B               | palm\_tree\_small\_b\_entity |
| Small Palm Tree C               | palm\_tree\_small\_c\_entity |
| Tall Palm Tree A                | palm\_tree\_tall\_a\_entity  |
| Tall Palm Tree B                | palm\_tree\_tall\_b\_entity  |
| Stone Nodette                   | stone-collectable            |
| Stone Node                      | stone-ore                    |
| Sulphur Nodette                 | sulfur-collectable           |
| Sulphur Node                    | sulfur-ore                   |


---

# 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://rust-console-edition.gitbook.io/community-servers/feature-guides/new-entity-spawning.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.
