#Help! Completely Broken!

1 messages · Page 1 of 1 (latest)

barren cove
#

Hello, I am trying to run a couple of menu and the plugin as a whole isn't working! The only error I am getting is menu not found. None of the menusare loading even the default ones.

vocal canopy
barren cove
#

Also, do you just support and help people everywhere lol.

barren cove
craggy thistle
#

use the helpchat's yml parsing server to see where is the mistake

barren cove
ivory belfry
#

move these a few lines forward (2 spaces more than the line directly above it)

#

this is basic yaml knowledge........

#

@barren cove

#

i guess we were all there at some point

#

but it took me approximately 1 minute and 17.5 seconds to figure it out.

#

IT LITERALLY shows you where you messed up 😭 how can u not find it when it shows u an arrow AND tells you the line and column and exactly what the issue is

#

here is your fixed config @barren cove

debug: HIGHEST
check_updates: true
gui_menus:
  basics_menu:
    file: basics_menu.yml
  advanced_menu:
    file: advanced_menu.yml
  requirements_menu:
    file: requirements_menu.yml
  discord_menu:
    file: discord_menu.yml
  packages_menu:
    file: packages_menu.yml
  quests_menu:
    file: quests_menu.yml
  store_menu:
    file: store_menu.yml
  warps_menu:
    file: warps_menu.yml

now check if the file names are correct and the files themselves...

barren cove
#

Got it to work.