The SignUI.Material
option specifies the material used for the signs in the Sign UI feature.
You can configure the SignUI.Material
by editing the appropriate configuration file, typically named "config.yml" or similar, with the following:
In this example, the material for signs is set to OAK_SIGN
.
The SignUI.Material
option allows you to define the material used for signs within the Sign UI feature. The specified material determines the appearance of the signs during user interactions.
To change the material for signs to a different type, update the configuration as follows:
This will set the material for signs to SPRUCE_SIGN
within the Sign UI feature.
The value assigned to SignUI.Material
should match a valid Minecraft material, typically containing the word "SIGN." Common examples include OAK_SIGN
, BIRCH_SIGN
, ACACIA_SIGN
, and more.
Refer to the Minecraft Materials documentation for a comprehensive list of available materials.