Ошибка от плагина ChestCommands для майнкрафт.
Всем привет. Собираю сервак на версии 1.12.2. Стоит плагин (ChestCommands), создавал меню магазина и консоль выдала ошибку "Invalid YAML configuration for the menu "prod.yml". Please look at the error above, or use an online YAML parser (google is your friend)." что делать, если надо код он ниже. Строго не судите это моя первая практика.
menu-settings:
# REQUIRED
# Appears as the title of the menu.
name: '&aМагазин &1ПРОДАТЬ'
# REQUIRED
# The number of rows in the menu.
rows: 6
# OPTIONAL
# Set which commands a player can execute to open the menu.
commands:
- 'prod'
# OPTIONAL
# How frequently the menu will be refreshed, in seconds.
# Useful if you have variables in icon descriptions.
auto-refresh: 5
# OPTIONAL
# This command command will be executed when the menu is opened.
# Supports all the icon command types.
open-actions:
- 'tell: &eМагазин сервера.'
# OPTIONAL
# The menu will open only when right-clicking with a compass.
open-with-item:
material: compass
left-click: false
right-click: false
######################
#+ +#
# ICONS #
#+ +#
######################
totem:
MATERIAL: 449
POSITION-X: 2
POSITION-Y: 2
NAME: '&aТотем'
REQUIRED-ITEMS:
- '449, 1'
LORE:
- '&fПродать за &7&l10000&c&l$'
- '&fБаланс - &7&l%vault_eco_balance_formatted%&c&l$'
ACTIONS:
- 'console: eco give {player} 449
KEEP-OPEN: true
apple:
MATERIAL: 260
AMOUNT: 16
POSITION-X: 3
POSITION-Y: 2
NAME: '&3Яблоко'
REQUIRED-ITEMS:
- '260, 16'
LORE:
- '&fПродать за &7&l5000&c&l$'
- '&fБаланс - &7&l%vault_eco_balance_formatted%&c&l$'
ACTIONS:
- 'console: eco give {player} 5000'
KEEP-OPEN: true