For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

🛋️ /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 for how stock arrives in the first place.

Last updated