Item
The AnvilGUI.Item
option specifies the item to be placed on the Anvil GUI.
Can only be materials found here.
Usage
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
.
Explanation
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.
Example
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.
Last updated