Item
The AnvilGUI.Item
option specifies the item to be placed on the Anvil GUI.
Usage
You can configure the AnvilGUI.Item
by editing the "prompt-config.yml" file as follows:
AnvilGUI:
Item:
Material: Paper
Custom-Model-Data: 0
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:
AnvilGUI:
Item:
Material: Diamond
Custom-Model-Data: 123
This will display a Diamond
item with custom model data 123
on the Anvil GUI.
Last updated
Was this helpful?