đĨī¸ GUI Customization
MMOitemsReforge provides a highly configurable 3x9 (27 slots) interface.
đēī¸ Slot Layout Referenceâ
| Slot | Function | Description |
|---|---|---|
| 13 | Item Slot | Place the target item to be reforged. |
| 10, 11, 15, 16 | Material Slots | Up to 4 required material slots. |
| 22 | Confirm Button | Click to execute the reforge. |
| 26 | Lucky Toggle | Toggle lucky point consumption. |
| 0 | Mode Toggle | Switch between Quality/Affix modes. |
| 4 | Info Icon | Displays detailed reforge info for the item. |
đ¨ Configuration Example (config.yml)â
Redefine slot positions under the reforge.gui node:
reforge.gui:
title: "&8Reforge Station"
rows: 3
slots:
item: 13
materials:
- 10
- 11
- 15
- 16
confirm: 22
info: 4
# ...
đŦ Dynamic Placeholdersâ
The GUI tooltips support several variables:
{cost}: Current reforge price.{lucky}: Player's current lucky points.{affix_count}: Number of affixes rolled on the item.
[!NOTE] After changing GUI layouts, a server restart is recommended to ensure click event regions are updated correctly.