IRMINSULSMP

FurnitureLib

A quiet background helper that's the reason real 3D furniture can exist here at all. FurnitureLib is a library that assembles models out of hidden armor stands — chairs, benches, lamps, chests or decorations — and streams them to players over packets, so the server isn't bogged down by piles of entities and stays smooth. On its own it does nothing visible; it's the foundation that FurnitureMaker and the individual furniture packs build on, which is where you actually pick things for your house. Sitting on models is enabled here, so clicking a chair or bench really does sit you down. The plugin stores placed-furniture data on the side (SQLite), so your furniture survives restarts and stays exactly where you put it. You don't touch it directly as a player — you just enjoy that things in the world look and behave like furniture instead of blocks.

How to use

  1. 1You don't operate FurnitureLib directly — it runs in the background and simply makes furniture possible.
  2. 2Take a furniture piece in hand (from a pack built on FurnitureMaker) and place it with a click, like laying a block.
  3. 3Right-click a chair or bench to sit down; jump or move to stand back up.
/furniture
Good to know

Furniture is hidden armor stands sent over packets, so Bedrock players (via Floodgate) won't see it — that's on purpose, since Bedrock can't render armor stands properly. On Java everyone sees it.

Open plugin source