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:
- The server needs to be loaded with the plugin
- Drag and drop your texture pack folder (not zip) into
plugins/Myfurniture/__textures__ - do
/mf packin-game ormf packin your console - The plugin will load your custom furniture into the plugin, it can take some minutes
- Once it's done you will see the file MyFurniturePack.zip in the __textures__ folder
- Then two options :
- If you enabled the feature selfHostPack, you have nothing to do, the pack will be automatically hosted and shared to your players.
- If you didn't enabled this feature, you have to host your pack
- You can now host it, for example on https://mc-packs.net/
- You can copy the URL of your texture pack (it ends with .zip)
- Paste it after
texturesPackUrl:into the config of MyFurniture - Run /mf reload
- Disconnect and reconnect
- 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 absorptionPlugin used on this page
MyFurnitureCustom 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