The AnvilGUI.Enchanted
option determines whether the item on the Anvil GUI should be displayed as enchanted.
You can configure the AnvilGUI.Enchanted
by editing the "prompt-config.yml" file as follows:
In this example, the item on the Anvil GUI is not displayed as enchanted.
The AnvilGUI.Enchanted
option allows you to control whether the item should appear as enchanted on the Anvil GUI. Enabling this option can add a visually enhanced effect to the item, providing a more distinct appearance for users.
To display the item on the Anvil GUI as enchanted, use the following configuration:
This will present the item on the Anvil GUI with an enchanted visual effect.
The AnvilGUI.Custom-Title
option allows you to set a custom title for the Anvil GUI if the title is enabled.
You can configure the AnvilGUI.Custom-Title
by editing the "prompt-config.yml" file as follows:
In this example, no custom title is provided.
The AnvilGUI.Custom-Title
option enables you to define a personalized title for the Anvil GUI when the title is enabled. You can use this feature to provide users with a more descriptive or engaging title that complements the prompt.
To set a custom title for the Anvil GUI, use the following configuration:
This will display "Enter Your Text Here" as the custom title in the Anvil GUI.
The AnvilGUI.Item
option specifies the item to be placed on the Anvil GUI.
Can only be materials found here.
You can configure the AnvilGUI.Item
by editing the "prompt-config.yml" file as follows:
In this example, the item on the Anvil GUI is set to Paper
with a custom model data of 0
.
The AnvilGUI.Item
option allows you to define the specific item that appears on the Anvil GUI. You can customize the material and additional properties, such as custom model data, to enhance the visual representation of the item for users.
To change the item on the Anvil GUI to a different material with custom model data, use the following configuration:
This will display a Diamond
item with custom model data 123
on the Anvil GUI.
Manages the settings related to Anvil UI Prompt.
The AnvilGUI.Enable-Title
option determines whether to show the first line of the prompt (if with {br}) as the title of the Anvil GUI.
You can configure the AnvilGUI.Enable-Title
by editing the "prompt-config.yml" file as follows:
In this example, the option to enable the title is set to true
.
The AnvilGUI.Enable-Title
option allows you to control whether the first line of the prompt is displayed as the title in the Anvil GUI. Enabling this option can provide users with a clearer context for their input within the Anvil GUI.
To disable the display of the first line of the prompt as the title, use the following configuration:
This will prevent the first line of the prompt from being shown as the title in the Anvil GUI.
The AnvilGUI.Prompt-Message
option specifies the message to be displayed on the Anvil GUI
You can configure the AnvilGUI.Prompt-Message
by editing the "prompt-config.yml" file as follows:
In this example, no prompt message is provided.
The AnvilGUI.Prompt-Message
option allows you to define a message that provides guidance or instructions for users within the Anvil GUI. You can use this message to prompt users on what type of input is expected or guide them through the input process.
To set a prompt message for the Anvil GUI, use the following configuration:
This will display "Please enter your text here:" as the prompt message in the Anvil GUI.