Skip to main content

đŸ–Ĩī¸ GUI Customization

MMOitemsReforge provides a highly configurable 3x9 (27 slots) interface.

đŸ—ēī¸ Slot Layout Reference​

SlotFunctionDescription
13Item SlotPlace the target item to be reforged.
10, 11, 15, 16Material SlotsUp to 4 required material slots.
22Confirm ButtonClick to execute the reforge.
26Lucky ToggleToggle lucky point consumption.
0Mode ToggleSwitch between Quality/Affix modes.
4Info IconDisplays 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.