A simple plugin for furniture.
This plugin is for developer, not normal user!
Required 1.19.4-1.20.2 version.
How to use?
Very simple. Just follow my lead.
1. Download my library plugin in
here.
2. Put both of this plugin and library in your server.
3. Add .bbmodel to
ToxicityFurniture/assets folder.
(Only available in Java Block/Item Model!)
4. Write yml in ToxicityFurniture/blueprints folder.
Code (YAML):
Bag
:
#Key
asset
: medieval_market_bag
#Asset file name
hit-box
:
#Hit box. requires at least one.
1:
relative-location
:
#Relative location
x
: 0
y
: 0
z
: 0
size
: 2
#Hit box size
2:
relative-location:
x
: 0
y
: 0.5
z
: 0
size
: 1
scale
:
#Scale of display
x
: 1
y
: 1
z
: 1
offset
:
#Spawn offset
x
: 0
y
: 0
z
: 0
5. Merge
.generate/assets in your resource pack.
6. Command
"/fu give <player> <item name>".
7. Enjoy!
8. If you want to remove it, command
"/fu remover" to get remover and right click furniture with remover.
9. If you want to use ModelEngine model to your furniture, just write yml in this format.
Code (YAML):
ModelEngine_Example:
type
: modelengine
model
: model_engine_file_name
You need help?
Please feel free to send me DM. My discord id is
toxicity188.
My discord channel is
here!
You are a developer finding some furniture API?
Source code is here.
Please feel free to use!