Вопрос deluxemenus, нет предмета

Ядро
Paper

Vovchensky

Пользователь
Сообщения
16
Плагин
Deluxemenus
Ядро сервера
  1. Paper
Версия сервера
  1. 1.20
Ссылка
https://www.spigotmc.org/resources/deluxemenus.11734/
Создал меню для покупки титула, но почему-то не вижу его в меню, в чём проблема?

Код:
#  A DeluxeMenus advanced configuration guide
#=========================================================
menu_title: 'Значки'
open_command:
  - ss
  - icons
register_command: true
size: 54
# as always, only cool people can open this menu :)
open_requirement:
  requirements:
    permission:
      type: has permission
      permission: deluxemenus.signs
      deny_commands:
        - "[message] &cУ вас недостаточно прав!"
items:
  'title1_buy':
    material: gray_dye
    slot: 10
    priority: 1
    display_name: '&7«&#8A2BE2🎵&7»'
    lore:
      - '&fСтоимость: &a$2500'
      - '&fСтатус: &#fa6e6eНе приобретён'
      - ''
      - '&a‣ &7Нажмите, чтобы купить'
    left_click_requirement:
      requirements:
        has_money:
          type: has money
          amount: 2500
      deny_commands:
        - '[close]'
        - '[message] &cНедостаточно средств!'
    view_requirement:
      requirements:
        permission_check:
          type: '!string equals'
          input: '%luckperms_has_permission_title.1%'
          output: 'yes'
    left_click_commands:
    - '[console] money take %player_name% 2500'
    - '[console] lp user %player_name% permission set title.1'
    - '[message] &fТитул &7«#8A2BE2🎵&7» &fприобретён!'
  'title1_bought':
    material: lime_dye
    slot: 10
    priority: 1
    display_name: '&7«&#8A2BE2🎵&7»'
    lore:
      - '&fСтоимость: &a$2500'
      - '&fСтатус: &#8dfc8dПриобретён'
      - ''
      - '&a‣ &7Нажмите, чтобы установить'
    view_requirement:
      requirements:
        permission_check:
          type: 'string equals'
          input: '%luckperms_has_permission_title.1%'
          output: 'yes'
        title_check:
          type: '!string equals'
          input: '%luckperms_suffix%'
          output: '&#8A2BE2🎵'
    left_click_commands:
    - '[console] lp user %player_name% meta setsuffix 100 " #8A2BE2🎵"'
    - '[message] &fТитул &7«#8A2BE2🎵&7» &fустановлен!'
    - '[close]'
  'title1_selected':
    material: lime_dye
    slot: 10
    priority: 1
    hide_enchantments: true
    display_name: '&7«&#8A2BE2🎵&7»'
    lore:
      - '&fСтоимость: &a$2500'
      - '&fСтатус: &#8dfc8dПриобретён'
      - ''
      - '&a‣ &7Нажмите, чтобы снять'
    view_requirement:
      requirements:
        permission_check:
          type: 'string equals'
          input: '%luckperms_has_permission_title.1%'
          output: 'yes'
        title_check:
          type: 'string equals'
          input: '%luckperms_suffix%'
          output: '&#8A2BE2🎵'
    left_click_commands:
    - '[console] lp user %player_name% meta clear'
    - '[message] &fТитул &7«#8A2BE2🎵&7» &fснят!'
    - '[close]'

  'filler_item':
    material: BLACK_STAINED_GLASS_PANE
    slots:
      - 0
      - 1
      - 2
      - 3
      - 4
      - 5
      - 6
      - 7
      - 8
      - 9
      - 17
      - 18
      - 26
      - 27
      - 35
      - 36
      - 44
      - 45
      - 46
      - 47
      - 48
      - 49
      - 50
      - 51
      - 52
    display_name: ' '
  'exit':
    material: dark_oak_door
    slot: 53
    priority: 1
    update: true
    hide_attributes: true
    display_name: '&#F0F8FFВыход'
    right_click_commands:
      - '[close]'
    left_click_commands:
      - '[close]'
 
Назад
Сверху Снизу