sqwertyx
Пользователь
- Сообщения
- 394
- Решения
- 14
- Плагин
- DeluxeMenus
- Ядро сервера
- Paper
- Версия сервера
- 1.21
- Память сервера ОЗУ
- 8Gb
Сделал меню на прокачку рангов за игровую валюту, первый ранг качается без проблем а следующий не появляется в меню. Подскажите что не так пожалуйста.
Код:
# # # # # #
# Hunter #
# # # # #
'hunter':
material: stone_sword
slot: 22
priority: 0
enchantments:
- durability;1
hide_enchantments: true
hide_attributes: true
display_name: 'C5CFF[Hunter] %player_name%'
lore:
- '&aЦена: &6⛃100 000'
- ''
- '&e• Нажми, чтобы купить'
view_requirement:
requirements:
check:
type: string equals
input: '%luckperms_highest_group_by_weight%'
output: 'default'
left_click_requirement:
requirements:
balance:
type: has money
amount: 100000
deny_commands:
- '[sound] BLOCK_LEVER_CLICK'
- '[message] &cУ Вас не хватает средств для покупки.'
left_click_commands:
- '[sound] BLOCK_LEVER_CLICK'
- '[takemoney] 100000'
- '[message] &6⛃100,000 &aбыло снято с вашего аккаунта.'
- '[console] lp user %player_name% parent add hunter'
- '[sound] ENTITY_PLAYER_LEVELUP'
- '[message] &aВаш ранг прокачан до C5CFF[Hunter]&a!'
- '[refresh]'
# # # # # #
# Knight #
# # # # #
'knight':
material: iron_sword
slot: 22
priority: 1
enchantments:
- durability;1
hide_enchantments: true
hide_attributes: true
display_name: '2C878[Knight] %player_name%'
lore:
- '&aЦена: &6⛃250 000'
- ''
- '&e• Нажми, чтобы купить'
view_requirement:
requirements:
check:
type: string equals
input: '%luckperms_highest_group_by_weight%'
output: 'hunter'
left_click_requirement:
requirements:
balance:
type: has money
amount: 250000
deny_commands:
- '[sound] BLOCK_LEVER_CLICK'
- '[message] &cУ Вас не хватает средств для покупки.'
left_click_commands:
- '[sound] BLOCK_LEVER_CLICK'
- '[takemoney] 250000'
- '[message] &6⛃250,000 &aбыло снято с вашего аккаунта.'
- '[console] lp user %player_name% parent add knight'
- '[sound] ENTITY_PLAYER_LEVELUP'
- '[message] &aВаш ранг прокачан до 2C878[Knight]&a!'
- '[refresh]'