Вопрос Ошибка в конфиге DeluxeMenus

Ядро
Paper

gr1sha2222

Пользователь
Сообщения
24
Плагин
DeluxeMenus
Ядро сервера
  1. Paper
Версия сервера
  1. 1.16.5
Память сервера ОЗУ
16Gb
Ссылка
https://www.spigotmc.org/resources/deluxemenus.11734/
Всем привет. Пожалуйста помогите найти ошибку в конфиге DeluxeMenus
Код:
menu_title: '&x&2&1&B&C&0&0&l★ &x&2&5&D&4&0&0&lЛеший' 
open_command: leshiy
register_command: true
size: 44
items:
 'x5':
    material: EMERALD
    display_name: '&x&0&0&f&f&0&0[Обменять x5]'
    lore:
    - '&75 кристаллов &f= &72500 токенов'
    slot: 20
    left_click_commands:
    - '[console] funsilver take %player_name% 5'
    - '[console] points give %player_name% 2500'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    right_click_commands:
    - '[console] funsilver take %player_name% 5'
    - '[console] points give %player_name% 2500'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    left_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
    right_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
      
 'x10':
    material: EMERALD
    display_name: '&x&0&0&f&f&0&0[Обменять x10]'
    lore:
    - '&710 кристалла &f= &74600 токенов'
    slot: 22
    left_click_commands:
    - '[console] funsilver take %player_name% 10'
    - '[console] points give %player_name% 4600'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    right_click_commands:
    - '[console] funsilver take %player_name% 5'
    - '[console] points give %player_name% 4600'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    left_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
    right_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
      
 'x15':
    material: EMERALD
    display_name: '&x&0&0&f&f&0&0[Обменять x15]'
    lore:
    - '&710 кристалла &f= &77300 токенов'
    slot: 24
    left_click_commands:
    - '[console] funsilver take %player_name% 15'
    - '[console] points give %player_name% 7300'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    right_click_commands:
    - '[console] funsilver take %player_name% 15'
    - '[console] points give %player_name% 7300'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    left_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
    right_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
  'design':
    material: green_stained_glass_pane
    display_name: '&2fluxtime.ru'
    slots:
    - 0
    - 1
    - 2
    - 3
    - 4
    - 5
    - 6
    - 7
    - 8
    - 9
    - 10
    - 18
    - 27
    - 28
    - 36
    - 37
    - 38
    - 39
    - 40
    - 41
    - 42
    - 43
    - 44
    - 34
    - 35
    - 26
    - 17
    - 16
 
Решение
Неправильный отступ в 98 строке, ниже исправленный код
YAML:
menu_title: '&x&2&1&B&C&0&0&l★ &x&2&5&D&4&0&0&lЛеший'
open_command: leshiy
register_command: true
size: 44
items:
 'x5':
    material: EMERALD
    display_name: '&x&0&0&f&f&0&0[Обменять x5]'
    lore:
    - '&75 кристаллов &f= &72500 токенов'
    slot: 20
    left_click_commands:
    - '[console] funsilver take %player_name% 5'
    - '[console] points give %player_name% 2500'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    right_click_commands:
    - '[console] funsilver take %player_name% 5'
    - '[console] points give %player_name% 2500'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    left_click_requirement:
      requirements:
        type:
          type: javascript
          expression...
Неправильный отступ в 98 строке, ниже исправленный код
YAML:
menu_title: '&x&2&1&B&C&0&0&l★ &x&2&5&D&4&0&0&lЛеший'
open_command: leshiy
register_command: true
size: 44
items:
 'x5':
    material: EMERALD
    display_name: '&x&0&0&f&f&0&0[Обменять x5]'
    lore:
    - '&75 кристаллов &f= &72500 токенов'
    slot: 20
    left_click_commands:
    - '[console] funsilver take %player_name% 5'
    - '[console] points give %player_name% 2500'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    right_click_commands:
    - '[console] funsilver take %player_name% 5'
    - '[console] points give %player_name% 2500'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    left_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
    right_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
      
 'x10':
    material: EMERALD
    display_name: '&x&0&0&f&f&0&0[Обменять x10]'
    lore:
    - '&710 кристалла &f= &74600 токенов'
    slot: 22
    left_click_commands:
    - '[console] funsilver take %player_name% 10'
    - '[console] points give %player_name% 4600'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    right_click_commands:
    - '[console] funsilver take %player_name% 5'
    - '[console] points give %player_name% 4600'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    left_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
    right_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
      
 'x15':
    material: EMERALD
    display_name: '&x&0&0&f&f&0&0[Обменять x15]'
    lore:
    - '&710 кристалла &f= &77300 токенов'
    slot: 24
    left_click_commands:
    - '[console] funsilver take %player_name% 15'
    - '[console] points give %player_name% 7300'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    right_click_commands:
    - '[console] funsilver take %player_name% 15'
    - '[console] points give %player_name% 7300'
    - '[message] &x&0&0&f&f&3§2[✔] Успешный обмен!'
    left_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
    right_click_requirement:
      requirements:
        type:
          type: javascript
          expression: "%funsilver_amount% >= 5"
      deny_commands:
       - '[sound] ENTITY_VILLAGER_NO'
       - '[message] &#fb0000[✘] Ошибка! &#FFFFE6У Вас не хватает &#00FF00Кристаллов&#FFFFE6!'
 'design':
    material: green_stained_glass_pane
    display_name: '&2fluxtime.ru'
    slots:
    - 0
    - 1
    - 2
    - 3
    - 4
    - 5
    - 6
    - 7
    - 8
    - 9
    - 10
    - 18
    - 27
    - 28
    - 36
    - 37
    - 38
    - 39
    - 40
    - 41
    - 42
    - 43
    - 44
    - 34
    - 35
    - 26
    - 17
    - 16
 
Назад
Сверху Снизу