#how can i use placeholder as amount for item in deluxe menus
1 messages · Page 1 of 1 (latest)
Try using dynamic_amount: https://wiki.helpch.at/helpchat-plugins/deluxemenus/options-and-configurations/item#dynamic-amount
is there a way to get the configs for in game item for deluxe menus?
so i can replicate shop plugin and it will show the real item
i want to make deluxe menus where you can purchase items using in game items like diamonds and money at the same time
menu_title: '&bꜱʜᴏᴘ - ᴋᴀᴛᴀʀᴀ'
size: 27
open_command: kataragear
items:
'helmet':
display_name: '&fAppa Boots'
material: LEATHER_HELMET
rgb: 255, 255, 255
item_flags:
- HIDE_DYE
- HIDE_ATTRIBUTES
enchantment_glint_override: true
lore:
- 'cefb| &fPrice: 1200$ & 32 Terracota'
slot: 11
click_commands:
- '[sound] ENTITY_EXPERIENCE_ORB_PICKUP 2 1'
- '[console] gearpurchase %player% blue_glazed_terracota 32 1200'
- '[close]'
why does HIDE_ATTRIBUTES doesnt work
dc makes it look weard but it everything works accpet atribut hiding
click_commands:
- '[sound] ENTITY_EXPERIENCE_ORB_PICKUP 2 1'
- '[console] gearpurchase %player% blue_glazed_terracotta 32 1200 katarahelmet'
- '[close]'
why does %player% placeholder doe3snt work?
?player