#Help! Completely Broken!
1 messages · Page 1 of 1 (latest)
make sure to fix your spacing first
What do you mean?
Also, do you just support and help people everywhere lol.
I am newer to deluxe menus and have no idea what I did wrong at all.
use the helpchat's yml parsing server to see where is the mistake
HelpChat Yaml parser.
I tried using this and tried some other things and I still am unable to find the error.
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
I always use https://yamlllint.com when something is wrong and it shows you if there are any problems
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...
Got it to work.