Dye (HMCColor Integration)
Last updated
Last updated
The FurnitureShow plugin integrates with the HMCColor plugin to allow players to dye certain furniture items. This functionality is conditional and will only work if HMCColor is properly installed and enabled in FurnitureShow's configuration.
For the dye functionality to be active, you must ensure two main conditions are met:
HMCColor Plugin Installation:
The HMCColor plugin must be installed on your server.
Make sure it is compatible with your server version.
FurnitureShow config.yml
Setup: You need to enable HMCColor integration within FurnitureShow's config.yml
file and define which materials are considered dyeable
Once HMCColor is enabled and configured:
Dyeable Item Identification:
The plugin identifies items as "dyeable" if their base Minecraft Material
is present in the material-dyeable
list in config.yml
.
Searching for Dyeable Items:
Dyeing Process (via HMCColor GUI):
When a player obtains a dyeable furniture item, they can use HMCColor's own commands or methods to open the dyeing GUI.
They place the furniture item into the dye-menu-input-slot
and the desired dye into another HMCColor-defined slot.
The resulting dyed furniture item will appear in the dye-menu-output-slot
Note: The FurnitureShow plugin identifies which items can be dyed, making it easier to find them and displaying the dyed items in the plugin’s preview. The actual process of dyeing the items is handled by the HMCColor plugin, which is required to make this work.
Players can use the /nwfurnitureopen search <keyword> [category] dye
command to specifically filter results to show only dyeable furniture. This is explained in more detail in the section.