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.
The SignUI.Input-Field-Location
option specifies the line from which the answer should be read in the Sign UI feature.
You can configure the SignUI.Input-Field-Location
by editing the "prompt-config.yml" file as follows:
In this example, the input field is set to be read from the bottom line of the sign.
The SignUI.Input-Field-Location
option determines the specific line on the sign that should be considered as the input field. This setting helps identify where the user's response will be located within the Sign UI feature.
To change the input field location to a different line, use one of the following values: top
, top-aggregate
, bottom
, or bottom-aggregate
in the configuration:
This will set the input field location to the top line of the sign in the Sign UI feature.
Defines the configuration for the Sign UI Prompt.