> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_housing/features/furniture-editor.md).

# Furniture Editor

Two commands cover the in-property furniture workflow:

| Command       | Purpose                                                                       |
| ------------- | ----------------------------------------------------------------------------- |
| `/peditor`    | Move, rotate, and remove placed furniture in the property you are inside.     |
| `/pfurniture` | Open the property's furniture storage - items owned but not currently placed. |

Both commands are restricted to players with property access and the right [permission](/paid-resources/rcore_housing/features/access-and-permissions.md).

## 🛋️ `/peditor`

Run it while standing inside the property you want to edit. The editor exposes three modes:

| Mode        | What it does                                                         |
| ----------- | -------------------------------------------------------------------- |
| **Gizmo**   | Show the rotation/translation gizmo on the selected item.            |
| **Raycast** | Aim with the crosshair and click to move an item under your reticle. |
| **Camera**  | Free-fly camera for an overview without moving items.                |

While editing, you can:

* Reposition or rotate the selected item.
* Return the item to storage (it does not disappear - see `/pfurniture`).
* Cycle through nearby items.

The editor saves to the `rcore_housing_property_furniture` table on commit.

## 📦 `/pfurniture`

Open the property's furniture storage. Stored items are listed with name, room, category, and image:

* **Search** by name.
* **Sort** by name or price.
* **Place** - drops the item back into the interior at a tentative position you can fine-tune with `/peditor`.
* **Sell** - return the item to stock and credit the seller.

## 🧮 Stock vs Placed

| Table                                     | Meaning                                               |
| ----------------------------------------- | ----------------------------------------------------- |
| `rcore_housing_property_furniture_stock`  | Items owned by the property but not currently placed. |
| `rcore_housing_property_furniture`        | Items currently placed in the interior.               |
| `rcore_housing_property_furniture_orders` | Furniture deliveries in progress.                     |

Selling from stock returns money via the configured economy. See [Furniture Delivery](/paid-resources/rcore_housing/features/furniture-delivery.md) for how stock arrives in the first place.
