SPluginsSPlugins

Import your own Furniture

:::tip New to MyFurniture? See Getting Started for a full step-by-step walkthrough including .bbmodel import and config reference. :::

Text tutorial

To import your own furniture pack, it's simple, here are the few steps to follow:

  1. The server needs to be loaded with the plugin
  2. Drag and drop your texture pack folder (not zip) into plugins/Myfurniture/__textures__
  3. do /mf pack in-game or mf pack in your console
  4. The plugin will load your custom furniture into the plugin, it can take some minutes
  5. Once it's done you will see the file MyFurniturePack.zip in the __textures__ folder
  6. Then two options :
    1. If you enabled the feature selfHostPack, you have nothing to do, the pack will be automatically hosted and shared to your players.
    2. If you didn't enabled this feature, you have to host your pack
      1. You can now host it, for example on https://mc-packs.net/
      2. You can copy the URL of your texture pack (it ends with .zip)
      3. Paste it after texturesPackUrl: into the config of MyFurniture
      4. Run /mf reload
      5. Disconnect and reconnect
      6. And it should be good

Video tutorial

Try it now

Copy this into MyFurniture and reload

From the SCore custom commands reference. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.

activators:
  activator0: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of player
    playerCommands:
    - ABSORPTION amount:5 time:200 # Gives the player absorption
  activator1: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of target
    targetCommands:
    - ABSORPTION amount:5 time:200 # Gives the target absorption
MyFurniture

Plugin used on this page

MyFurniture

Custom furniture with hitboxes, bounding boxes and triggers.

  • 4.7/5 from 7 reviews
  • 165 servers running it right now (bStats)
  • 9 downloads on SPlugins
Created Oct 26, 2025Last updated Jun 1, 2026 by Ssomar
Edit this page on GitHub