1. Этот сайт использует файлы cookie. Продолжая пользоваться данным сайтом, Вы соглашаетесь на использование нами Ваших файлов cookie. Узнать больше.
  2. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Помогите Deluxe Menu - не показывает предметы

Тема в разделе "Помощь", создана пользователем KiritoSwords, 4 май 2021.

Метки:
  1. Автор темы
    KiritoSwords

    KiritoSwords Активный участник

    Баллы:
    61
    Здравствуйте. Почему некоторые предметы в меню не отображаются? Я даже копирую прошлые названия и они не меняются. Deluxe Menu. Скриншот приложил.

    Конфиг меню:


    menu_title: '&8> &6&lA&eS&cO &bДонат'
    open_command:
    - donate
    open_commands:
    - '[sound] BLOCK_BEACON_ACTIVATE'
    size: 54

    open_requirement:
    requirements:
    permission:
    type: has permission
    permission: deluxemenus.donate
    deny_commands:
    - "[message] &8[&bDeluxe&eMenus&8] &cYou don't have perms for this!"
    items:
    items:
    # Here you need to set the name ID of the item. This name however, does not display on the menu. Every item must have a unique name ID.
    # In this example, we will call this item name ID: "teststone"
    'tutor':
    #We will start to create a STONE item,
    material: BOOKSHELF
    # with a Block data set to 1, so that you can change stone type from STONE to GRANITE. More informations about the block data can be checked through each items from Minecraft Wikipedia
    data: 1
    # Slots that you want to put the item. Starts from 0
    slot: 2
    # Here we will name this item. You can change this at anytime. PlaceholderAPI & Color codes supported
    display_name: "&a&nТуториал"
    left_click_commands:
    - '[openguimenu] tutor_menu'
    # This is the lore setting. Referrence of this same with display_name.
    # You can create multiple lines of lores like this
    lore:
    - "&dОткрыть туториал по серверу"
    'commands':
    material: SIGN
    slot: 3
    display_name: '&a&nБыстрые команды'
    left_click_commands:
    - '[openguimenu] tutor_menu'
    lore:
    - '&dОткрыть меню быстрых команд'
    'donate':
    material: NETHER_STAR
    slot: 4
    display_name: '&a&nДонат'
    left_click_commands:
    - '[openguimenu] donate_menu'
    lore:
    - '&dСписок привилегий'
    'information':
    material: NAME_TAG
    slot: 5
    display_name: '&a&nКонтакты и информация'
    left_click_commands:
    - '[openguimenu] information_menu'
    lore:
    - '&dГруппа ВК, дискорд и т.д.'


    'gooman':
    material: WOOL
    slot: 21
    display_name: '&a&nБыстрые команды'
    left_click_commands:
    - '[openguimenu] tutor_menu'
    lore:
    - '&dОткрыть меню быстрых команд'
    'cooman':
    material: WOOL
    slot: 22
    display_name: '&a&nДонат'
    left_click_commands:
    - '[openguimenu] donate_menu'
    lore:
    - '&dСписок привилегий'
    'label':
    material: WOOL
    slot: 23
    display_name: '&a&nКонтакты и информация'
    left_click_commands:
    - '[openguimenu] information_menu'
    lore:
    - '&dГруппа ВК, дискорд и т.д.'
     

    Вложения:

    • --oVkI4H9P0.jpg
      --oVkI4H9P0.jpg
      Размер файла:
      259,4 КБ
      Просмотров:
      9
  2. Автор темы
    KiritoSwords

    KiritoSwords Активный участник

    Баллы:
    61
    Иногда оно пишет в чат An internal error occured while attemping to perform this command
     
  3. Sturm_PT

    Sturm_PT Активный участник Пользователь

    Баллы:
    76
    Посмотри, что при этом пишет в консоли, мб станет ясна причина
     
  4. Gardemarin

    Gardemarin Активный участник Пользователь

    Баллы:
    66
    Имя в Minecraft:
    Gardemarin
    Скинь конфиг файлом
     
  5. Danill2

    Danill2 Активный участник Пользователь

    Баллы:
    76
    Имя в Minecraft:
    Danill2
    Ты можешь вставить весь этот п*нос, как код? Прочитать невозможно ничего.
    upload_2021-5-4_20-46-53.png
     
  6. Gardemarin

    Gardemarin Активный участник Пользователь

    Баллы:
    66
    Имя в Minecraft:
    Gardemarin
    +
     
  7. Автор темы
    KiritoSwords

    KiritoSwords Активный участник

    Баллы:
    61
    Вот код:

    Код:
    #  A DeluxeMenus advanced configuration guide
    #=========================================================
    menu_title: '&8> &6&lA&eS&cO &bДонат'
    open_command:
      - donate
    open_commands:
      - '[sound] BLOCK_BEACON_ACTIVATE'
    size: 54
    # as always, only cool people can open this menu :)
    open_requirement:
      requirements:
        permission:
          type: has permission
          permission: deluxemenus.donate
          deny_commands:
            - "[message] &8[&bDeluxe&eMenus&8] &cYou don't have perms for this!"
    items:
      items:
      # Here you need to set the name ID of the item. This name however, does not display on the menu. Every item must have a unique name ID.
      # In this example, we will call this item name ID: "teststone"
      'tutor':
        #We will start to create a STONE item,
        material: BOOKSHELF
        # with a Block data set to 1, so that you can change stone type from STONE to GRANITE. More informations about the block data can be checked through each items from Minecraft Wikipedia
        data: 1
        # Slots that you want to put the item. Starts from 0
        slot: 2
        # Here we will name this item. You can change this at anytime. PlaceholderAPI & Color codes supported
        display_name: "&a&nТуториал"
        left_click_commands:
        - '[openguimenu] tutor_menu'
        # This is the lore setting. Referrence of this same with display_name.
        # You can create multiple lines of lores like this
        lore:
          - "&dОткрыть туториал по серверу"
      'commands':
        material: SIGN
        slot: 3
        display_name: '&a&nБыстрые команды'
        left_click_commands:
        - '[openguimenu] tutor_menu'
        lore:
          - '&dОткрыть меню быстрых команд'
      'donate':
        material: NETHER_STAR
        slot: 4
        display_name: '&a&nДонат'
        left_click_commands:
        - '[openguimenu] donate_menu'
        lore:
          - '&dСписок привилегий'
      'information':
        material: NAME_TAG
        slot: 5
        display_name: '&a&nКонтакты и информация'
        left_click_commands:
        - '[openguimenu] information_menu'
        lore:
          - '&dГруппа ВК, дискорд и т.д.'
        
        
    'gooman':
        material: WOOL
        slot: 21
        display_name: '&a&nБыстрые команды'
        left_click_commands:
        - '[openguimenu] tutor_menu'
        lore:
          - '&dОткрыть меню быстрых команд'
    'cooman':
        material: WOOL
        slot: 22
        display_name: '&a&nДонат'
        left_click_commands:
        - '[openguimenu] donate_menu'
        lore:
          - '&dСписок привилегий'
    'label':
        material: WOOL
        slot: 23
        display_name: '&a&nКонтакты и информация'
        left_click_commands:
        - '[openguimenu] information_menu'
        lore:
          - '&dГруппа ВК, дискорд и т.д.'
     
  8. Gardemarin

    Gardemarin Активный участник Пользователь

    Баллы:
    66
    Имя в Minecraft:
    Gardemarin
    Чел...
     
  9. Gardemarin

    Gardemarin Активный участник Пользователь

    Баллы:
    66
    Имя в Minecraft:
    Gardemarin
    Код:
    #  A DeluxeMenus advanced configuration guide
    #=========================================================
    menu_title: '&8> &6&lA&eS&cO &bДонат'
    open_command:
      - donate
    open_commands:
      - '[sound] BLOCK_BEACON_ACTIVATE'
    size: 54
    # as always, only cool people can open this menu :)
    open_requirement:
      requirements:
        permission:
          type: has permission
          permission: deluxemenus.donate
          deny_commands:
            - "[message] &8[&bDeluxe&eMenus&8] &cYou don't have perms for this!"
    items:
      items:
      # Here you need to set the name ID of the item. This name however, does not display on the menu. Every item must have a unique name ID.
      # In this example, we will call this item name ID: "teststone"
      'tutor':
        #We will start to create a STONE item,
        material: BOOKSHELF
        # with a Block data set to 1, so that you can change stone type from STONE to GRANITE. More informations about the block data can be checked through each items from Minecraft Wikipedia
        data: 1
        # Slots that you want to put the item. Starts from 0
        slot: 2
        # Here we will name this item. You can change this at anytime. PlaceholderAPI & Color codes supported
        display_name: "&a&nТуториал"
        left_click_commands:
        - '[openguimenu] tutor_menu'
        # This is the lore setting. Referrence of this same with display_name.
        # You can create multiple lines of lores like this
        lore:
          - "&dОткрыть туториал по серверу"
      'commands':
        material: SIGN
        slot: 3
        display_name: '&a&nБыстрые команды'
        left_click_commands:
        - '[openguimenu] tutor_menu'
        lore:
          - '&dОткрыть меню быстрых команд'
      'donate':
        material: NETHER_STAR
        slot: 4
        display_name: '&a&nДонат'
        left_click_commands:
        - '[openguimenu] donate_menu'
        lore:
          - '&dСписок привилегий'
      'information':
        material: NAME_TAG
        slot: 5
        display_name: '&a&nКонтакты и информация'
        left_click_commands:
        - '[openguimenu] information_menu'
        lore:
          - '&dГруппа ВК, дискорд и т.д.'
      'gooman':
        material: WOOL
        slot: 21
        display_name: '&a&nБыстрые команды'
        left_click_commands:
        - '[openguimenu] tutor_menu'
        lore:
          - '&dОткрыть меню быстрых команд'
      'cooman':
        material: WOOL
        slot: 22
        display_name: '&a&nДонат'
        left_click_commands:
        - '[openguimenu] donate_menu'
        lore:
          - '&dСписок привилегий'
      'label':
        material: WOOL
        slot: 23
        display_name: '&a&nКонтакты и информация'
        left_click_commands:
        - '[openguimenu] information_menu'
        lore:
          - '&dГруппа ВК, дискорд и т.д.'
     
  10. Автор темы
    KiritoSwords

    KiritoSwords Активный участник

    Баллы:
    61
    Что тут не так? Когда я убрал лишнее item, у меня выскачила ошибка про которую я говорил
     
  11. Gardemarin

    Gardemarin Активный участник Пользователь

    Баллы:
    66
    Имя в Minecraft:
    Gardemarin
    сравни что я отправил и твоё...
     
  12. Автор темы
    KiritoSwords

    KiritoSwords Активный участник

    Баллы:
    61
    После того как я вставил твоё, меню не открывается
     
  13. Gardemarin

    Gardemarin Активный участник Пользователь

    Баллы:
    66
    Имя в Minecraft:
    Gardemarin
     

    Вложения:

  14. Автор темы
    KiritoSwords

    KiritoSwords Активный участник

    Баллы:
    61
    Чёт странно, я пишу команду /donate и пишет что такой команды нет
     
  15. Автор темы
    KiritoSwords

    KiritoSwords Активный участник

    Баллы:
    61
    А, всё работает, спасибо
     

Поделиться этой страницей