After updating DeluxeMenus, I started using the new lore display option:
lore_append_mode: bottom.
However, I’ve encountered an issue where the lore lines are being displayed twice (duplicated), essentially showing two lines per entry.
Is there a known fix or workaround for this issue?
material: mmoitems-MATERIAL:SLIME_01
slots:
- 10
amount: 1
lore:
- ''
- '&fpoints : %betonquest_CrystalQuest:point.pang.amount%'
- '&f &a11points'
- '&f → trade'
lore_append_mode: bottom
view_requirement:
requirements:
example_2:
type: '>='
input: '%betonquest_CrystalQuest:point.pang.amount%'
output: '11'
left_click_requirement:
requirements:
balance:
type: '>='
input: '%betonquest_CrystalQuest:point.pang.amount%'
output: '11'
left_click_commands:
- "[message] &6아이템 교환이 완료되었습니다!"
- '[close]'```